OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Document
(Results
251 - 275
of
2175
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h
39
static PassRefPtr<InsertListCommand> create(
Document
&
document
, Type listType)
41
return adoptRef(new InsertListCommand(
document
, listType));
44
static PassRefPtr<HTMLElement> insertList(
Document
&, Type);
49
InsertListCommand(
Document
&, Type);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchContext.h
42
class
Document
;
61
virtual void addAdditionalRequestHeaders(
Document
&, ResourceRequest&, Resource::Type);
62
virtual CachePolicy cachePolicy(
Document
*) const;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.h
31
class
Document
;
35
static PassRefPtr<HTMLBodyElement> create(
Document
&);
49
explicit HTMLBodyElement(
Document
&);
HTMLTemplateElement.cpp
42
inline HTMLTemplateElement::HTMLTemplateElement(
Document
&
document
)
43
: HTMLElement(templateTag,
document
)
54
PassRefPtr<HTMLTemplateElement> HTMLTemplateElement::create(
Document
&
document
)
56
return adoptRef(new HTMLTemplateElement(
document
));
62
m_content = TemplateContentDocumentFragment::create(
document
().ensureTemplateDocument(), const_cast<HTMLTemplateElement*>(this));
78
void HTMLTemplateElement::didMoveToNewDocument(
Document
& oldDocument)
83
document
().ensureTemplateDocument().adoptIfNeeded(*m_content);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.h
38
class
Document
;
69
explicit XSSAuditorDelegate(
Document
*);
77
Document
* m_document;
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLShadowElement.cpp
39
class
Document
;
41
inline HTMLShadowElement::HTMLShadowElement(
Document
&
document
)
42
: InsertionPoint(HTMLNames::shadowTag,
document
)
47
PassRefPtr<HTMLShadowElement> HTMLShadowElement::create(
Document
&
document
)
49
return adoptRef(new HTMLShadowElement(
document
));
62
document
().updateDistributionForNodeIfNeeded(this);
79
document
().addConsoleMessage(RenderingMessageSource, WarningMessageLevel, message);
/external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.h
46
class
Document
;
84
void retrieveResourcesForProperties(const StylePropertySet*,
Document
*);
85
void retrieveResourcesForCSSValue(CSSValue*,
Document
*);
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionEvent.h
36
class
Document
;
58
Document
* interpretation() { return 0; }
59
Document
* emma() { return 0; }
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodegetownerdocument.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
40
* @param factory
document
factory, may not be null
58
Document
doc;
61
Document
ownerDocument;
64
doc = (
Document
) load("hc_staff", false);
nodegetownerdocument.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
31
* The "getOwnerDocument()" method returns the
Document
34
* Retrieve the second employee and examine
Document
36
* the "getDocumentElement()" on the
Document
which will
47
* @param factory
document
factory, may not be null
65
Document
doc;
68
Document
ownerDocument;
71
doc = (
Document
) load("staff", false);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocument01.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
38
* Retrieve the DOMImplementation on the XMLNS
Document
.
54
* @param factory
document
factory, may not be null
74
Document
doc;
78
Document
aNewDoc;
79
doc = (
Document
) load("staffNS", false);
createDocument02.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
51
* @param factory
document
factory, may not be null
72
Document
doc;
76
Document
aNewDoc;
77
doc = (
Document
) load("staffNS", false);
createDocument03.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
36
* if parameter doctype has been used with a different
document
.
39
* this domimplementation where doctype is the type of this
document
.
51
* @param factory
document
factory, may not be null
71
Document
doc;
74
Document
aNewDoc;
75
doc = (
Document
) load("staffNS", false);
createDocument06.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
55
* @param factory
document
factory, may not be null
75
Document
doc;
79
Document
aNewDoc;
80
doc = (
Document
) load("staffNS", false);
createDocument07.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
35
* DOMImplementation should return a new xml
Document
object of the
36
* specified type with its
document
element given that all parameters are
42
* Method should return a new xml
Document
as specified by the listed parameters.
51
* @param factory
document
factory, may not be null
71
Document
doc;
75
Document
aNewDoc;
78
doc = (
Document
) load("staffNS", false);
83
assertEquals("nodeName", "#
document
", nodeName)
[
all
...]
documentgetelementsbytagnameNS01.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
36
* in a preorder traversal of the
Document
tree.
38
* Invoke the getElementsByTagNameNS method on a new
Document
object with the values of
50
* @param factory
document
factory, may not be null
68
Document
doc;
69
Document
newDoc;
76
doc = (
Document
) load("staffNS", false);
domimplementationcreatedocument04.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
62
* @param factory
document
factory, may not be null
80
Document
doc;
82
Document
newDoc;
88
doc = (
Document
) load("staffNS", false);
domimplementationcreatedocument05.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
62
* @param factory
document
factory, may not be null
80
Document
doc;
82
Document
newDoc;
87
doc = (
Document
) load("staffNS", false);
domimplementationcreatedocument07.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
60
* @param factory
document
factory, may not be null
78
Document
doc;
80
Document
newDoc;
84
doc = (
Document
) load("staffNS", false);
/libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java
17
import org.w3c.dom.
Document
;
24
* corresponding DOM
document
structure. A <code>LSParser</code> instance
28
* , when a
document
is first made available via the LSParser:
57
* The <code>LSParser</code> finishes to load the
document
. See also the
94
* Raised when loading a
document
and no input is specified in the
138
* <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>
Document
Object Model (DOM) Level 3 Load
147
* object on the <code>
Document
</code> that is created, or used, by the
151
* <code>
Document
</code> object.
178
* <dd>[<em>optional</em>] Throw a fatal <b>"doctype-not-allowed"</b> error if a doctype node is found while parsing the
document
. This is
182
* <dd>[<em>required</em>] (<em>default</em>) Allow doctype nodes in the
document
. </dd
[
all
...]
/libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentGeteEementById.java
3
import org.w3c.dom.
Document
;
12
* Invoke the getElementById method on this
Document
object with an invalid
52
Document
doc;
55
doc = (
Document
) load("staffNS", builder);
DocumentTypeInternalSubset.java
4
import org.w3c.dom.
Document
;
52
Document
doc;
58
doc = (
Document
) load("staffNS", builder);
DocumentTypePublicId.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
25
import org.w3c.dom.
Document
;
71
Document
doc;
77
doc = (
Document
) load("staffNS", builder);
DocumentTypeSystemId.java
4
and is a derived work from the source
document
.
5
The source
document
contained the following notice:
26
import org.w3c.dom.
Document
;
68
Document
doc;
73
doc = (
Document
) load("staffNS", builder);
ElementRemoveAttributeNS.java
5
import org.w3c.dom.
Document
;
51
Document
doc;
56
doc = (
Document
) load("staff", builder);
Completed in 1606 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>