/libcore/luni/src/test/java/tests/org/w3c/dom/ |
LocalName.java | 4 import org.w3c.dom.Document; 56 Document doc; 61 doc = (Document) load("staffNS", builder); 70 Document doc; 73 doc = (Document) load("staffNS", builder); 79 Document doc; 84 doc = (Document) load("staffNS", builder); 92 Document doc; 96 doc = (Document) load("staffNS", builder);
|
NodeGetOwnerDocument.java | 3 and is a derived work from the source document. 4 The source document contained the following notice: 25 import org.w3c.dom.Document; 33 * The method getOwnerDocument returns the Document object associated with this 36 * Create a new DocumentType node. Since this node is not used with any Document 76 Document doc; 77 Document ownerDoc; 82 doc = (Document) load("staff", builder); 89 Document doc; 90 Document newDoc [all...] |
DocumentGetElementsByTagnameNS.java | 3 import org.w3c.dom.Document; 14 * encountered in a preorder traversal of the Document tree. 16 * Invoke the getElementsByTagNameNS method on a new Document object with the 59 Document doc; 60 Document newDoc; 67 doc = (Document) load("staffNS", builder); 75 Document doc; 80 doc = (Document) load("staffNS", builder); 89 Document doc; 91 doc = (Document) load("staffNS", builder) [all...] |
IsSupported.java | 6 import org.w3c.dom.Document; 17 * Retrieve the root node of the DOM document by invoking the 58 Document doc; 61 doc = (Document) load("staff", builder); 67 Document doc; 70 doc = (Document) load("staff", builder); 76 Document doc; 79 doc = (Document) load("staff", builder); 85 Document doc; 88 doc = (Document) load("staff", builder) [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLAudioElement.cpp | 38 HTMLAudioElement::HTMLAudioElement(const QualifiedName& tagName, Document* document) 39 : HTMLMediaElement(tagName, document) 44 PassRefPtr<HTMLAudioElement> HTMLAudioElement::create(const QualifiedName& tagName, Document* document) 46 return adoptRef(new HTMLAudioElement(tagName, document)); 49 PassRefPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document* document, const String& src) 51 RefPtr<HTMLAudioElement> audio = adoptRef(new HTMLAudioElement(audioTag, document));
|
HTMLBlockquoteElement.cpp | 32 HTMLBlockquoteElement::HTMLBlockquoteElement(const QualifiedName& tagName, Document* document) 33 : HTMLElement(tagName, document) 38 PassRefPtr<HTMLBlockquoteElement> HTMLBlockquoteElement::create(Document* document) 40 return adoptRef(new HTMLBlockquoteElement(blockquoteTag, document)); 43 PassRefPtr<HTMLBlockquoteElement> HTMLBlockquoteElement::create(const QualifiedName& tagName, Document* document) 45 return adoptRef(new HTMLBlockquoteElement(tagName, document));
|
HTMLTablePartElement.h | 35 HTMLTablePartElement(const QualifiedName& tagName, Document* document) 36 : HTMLElement(tagName, document)
|
/external/webkit/Source/WebCore/html/parser/ |
CSSPreloadScanner.h | 35 class Document; 41 CSSPreloadScanner(Document*); 68 Document* m_document;
|
/external/webkit/Source/WebCore/platform/efl/ |
CookieJarEfl.cpp | 40 void setCookies(Document* document, const KURL& url, const KURL& policyURL, const String& value) 45 String cookies(const Document* document, const KURL& url) 50 bool cookiesEnabled(const Document* document)
|
/external/webkit/Source/WebCore/wml/ |
WMLIntrinsicEvent.h | 33 class Document; 37 static PassRefPtr<WMLIntrinsicEvent> create(Document* document, const String& targetURL) 39 return adoptRef(new WMLIntrinsicEvent(document, targetURL)); 50 WMLIntrinsicEvent(Document*, const String& targetURL);
|
WMLCardElement.h | 36 static PassRefPtr<WMLCardElement> create(const QualifiedName& tagName, Document*); 38 WMLCardElement(const QualifiedName&, Document*); 56 // Switch active card in document to the one specified in the URL reference (foo.wml#mycard) 57 // If the 'targetUrl' doesn't contain a reference, use the first <card> element in the document. 58 static WMLCardElement* determineActiveCard(Document*); 59 static WMLCardElement* findNamedCardInDocument(Document*, const String& cardName);
|
/libcore/dom/src/test/java/org/w3c/domts/ |
XalanDOMTestDocumentBuilderFactory.java | 33 import org.w3c.dom.Document; 65 * @param doc DOM document, may not be null 67 public Object createXPathEvaluator(Document doc) { 71 Constructor constructor = xpathClass.getConstructor(new Class[] {Document.class});
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodegetownerdocumentnull.java | 4 and is a derived work from the source document. 5 The source document contained the following notice: 32 * node itself is a document. 35 * document. The Document returned should be null. 43 * @param factory document factory, may not be null 61 Document doc; 62 Document ownerDocument; 63 doc = (Document) load("hc_staff", false);
|
nodegetownerdocumentnull.java | 4 and is a derived work from the source document. 5 The source document contained the following notice: 32 * node itself is a document. 41 * @param factory document factory, may not be null 59 Document doc; 60 Document ownerDocument; 61 doc = (Document) load("staff", false);
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDOMImplementationCustom.cpp | 36 Document* ownerDocument = impl()->ownerDocument();
|
/external/webkit/Source/WebCore/dom/ |
DecodedDataDocumentParser.h | 40 explicit DecodedDataDocumentParser(Document*);
|
DocumentParser.h | 31 class Document; 45 // insert is used by document.write 63 // document() will return 0 after detach() is called. 64 Document* document() const { ASSERT(m_document); return m_document; } function in class:WebCore::DocumentParser 84 // Document is expected to detach the parser before releasing its ref. 99 DocumentParser(Document*); 111 // Every DocumentParser needs a pointer back to the document. 113 Document* m_document;
|
IgnoreDestructiveWriteCountIncrementer.h | 29 #include "Document.h" 36 explicit IgnoreDestructiveWriteCountIncrementer(Document* document) 37 : m_count(document ? &document->m_ignoreDestructiveWriteCount : 0)
|
ScriptRunner.h | 38 class Document; 45 static PassOwnPtr<ScriptRunner> create(Document* document) { return new ScriptRunner(document); } 56 ScriptRunner(Document*); 60 Document* m_document;
|
ScriptedAnimationController.h | 38 class Document; 45 static PassOwnPtr<ScriptedAnimationController> create(Document* document) 47 return adoptPtr(new ScriptedAnimationController(document)); 60 explicit ScriptedAnimationController(Document*); 64 Document* m_document;
|
/external/webkit/Source/WebCore/editing/ |
EditCommand.h | 66 EditCommand(Document*); 68 Document* document() const { return m_document.get(); } function in class:WebCore::EditCommand 80 RefPtr<Document> m_document; 92 SimpleEditCommand(Document* document) : EditCommand(document) { }
|
UnlinkCommand.cpp | 33 UnlinkCommand::UnlinkCommand(Document* document) 34 : CompositeEditCommand(document) 44 removeStyledElement(HTMLAnchorElement::create(document()));
|
/external/webkit/Source/WebCore/html/shadow/ |
SliderThumbElement.h | 50 static PassRefPtr<SliderThumbElement> create(Document*); 61 SliderThumbElement(Document*); 72 inline SliderThumbElement::SliderThumbElement(Document* document) 73 : HTMLDivElement(HTMLNames::divTag, document) 78 inline PassRefPtr<SliderThumbElement> SliderThumbElement::create(Document* document) 80 return adoptRef(new SliderThumbElement(document));
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
importNode16.java | 4 and is a derived work from the source document. 5 The source document contained the following notice: 35 * Document should raise NOT_SUPPORTED_ERR DOMException if 38 * Retrieve document staff.xml and get its type. 40 * contains the document type of the staff.xml. 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a> 46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])</a> 52 * @param factory document factory, may not be nul [all...] |
importNode17.java | 4 and is a derived work from the source document. 5 The source document contained the following notice: 35 * Document should raise NOT_SUPPORTED_ERR DOMException if 36 * the type of node being imported is Document. 38 * Retrieve staff.xml document. 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/DOM-Level-2-Core/core#Core-Document-importNode</a> 46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Core-Document-importNode')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_SUPPORTED_ERR'])</a> 52 * @param factory document factory, may not be nul [all...] |