OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebDocument
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebDocument.h
55
class
WebDocument
: public WebNode {
57
WebDocument
() { }
58
WebDocument
(const
WebDocument
& e) : WebNode(e) { }
60
WebDocument
& operator=(const
WebDocument
& e)
65
void assign(const
WebDocument
& e) { WebNode::assign(e); }
86
WebDocument
(const WTF::PassRefPtr<WebCore::Document>&);
87
WebDocument
& operator=(const WTF::PassRefPtr<WebCore::Document>&);
/external/webkit/Source/WebKit/chromium/src/
WebDocument.cpp
32
#include "
WebDocument
.h"
59
WebFrame*
WebDocument
::frame() const
64
bool
WebDocument
::isHTMLDocument() const
69
bool
WebDocument
::isXHTMLDocument() const
74
bool
WebDocument
::isPluginDocument() const
79
WebURL
WebDocument
::baseURL() const
84
WebURL
WebDocument
::firstPartyForCookies() const
89
WebElement
WebDocument
::documentElement() const
94
WebElement
WebDocument
::body() const
99
WebElement
WebDocument
::head(
[
all
...]
Completed in 1625 milliseconds