|
ELinks 0.19.1
|
#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "cache/cache.h"#include "document/document.h"#include "document/html/iframes.h"#include "document/options.h"#include "document/renderer.h"#include "document/view.h"#include "protocol/uri.h"#include "session/location.h"#include "session/session.h"#include "terminal/draw.h"#include "util/color.h"#include "util/string.h"#include "util/time.h"
Functions | |
| void | add_iframeset_entry (struct document *parent, char *url, char *name, int number, int y, int width, int height, int nlink, int hidden) |
| static void | add_iframe_to_list (struct session *ses, struct document_view *doc_view) |
| static struct document_view * | find_ifd (struct session *ses, char *name, int depth, int x, int y) |
| static struct document_view * | format_iframe (struct session *ses, struct document *document, struct iframe_desc *iframe_desc, struct document_options *o, int j) |
| void | format_iframes (struct session *ses, struct document *document, struct document_options *op, int depth) |
|
static |
| void add_iframeset_entry | ( | struct document * | parent, |
| char * | url, | ||
| char * | name, | ||
| int | number, | ||
| int | y, | ||
| int | width, | ||
| int | height, | ||
| int | nlink, | ||
| int | hidden ) |
|
static |
|
static |
assert(doc_view->document);
| void format_iframes | ( | struct session * | ses, |
| struct document * | document, | ||
| struct document_options * | op, | ||
| int | depth ) |