/external/webkit/Source/WebCore/mathml/ |
MathMLTextElement.cpp | 40 inline MathMLTextElement::MathMLTextElement(const QualifiedName& tagName, Document* document) 41 : MathMLElement(tagName, document) 45 PassRefPtr<MathMLTextElement> MathMLTextElement::create(const QualifiedName& tagName, Document* document) 47 return adoptRef(new MathMLTextElement(tagName, document));
|
/external/webkit/Source/WebCore/svg/ |
SVGFEDistantLightElement.cpp | 29 inline SVGFEDistantLightElement::SVGFEDistantLightElement(const QualifiedName& tagName, Document* document) 30 : SVGFELightElement(tagName, document) 34 PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(const QualifiedName& tagName, Document* document) 36 return adoptRef(new SVGFEDistantLightElement(tagName, document));
|
SVGFEPointLightElement.cpp | 29 inline SVGFEPointLightElement::SVGFEPointLightElement(const QualifiedName& tagName, Document* document) 30 : SVGFELightElement(tagName, document) 34 PassRefPtr<SVGFEPointLightElement> SVGFEPointLightElement::create(const QualifiedName& tagName, Document* document) 36 return adoptRef(new SVGFEPointLightElement(tagName, document));
|
SVGFontFaceNameElement.cpp | 30 inline SVGFontFaceNameElement::SVGFontFaceNameElement(const QualifiedName& tagName, Document* document) 31 : SVGElement(tagName, document) 35 PassRefPtr<SVGFontFaceNameElement> SVGFontFaceNameElement::create(const QualifiedName& tagName, Document* document) 37 return adoptRef(new SVGFontFaceNameElement(tagName, document));
|
SVGMissingGlyphElement.cpp | 27 inline SVGMissingGlyphElement::SVGMissingGlyphElement(const QualifiedName& tagName, Document* document) 28 : SVGStyledElement(tagName, document) 32 PassRefPtr<SVGMissingGlyphElement> SVGMissingGlyphElement::create(const QualifiedName& tagName, Document* document) 34 return adoptRef(new SVGMissingGlyphElement(tagName, document));
|
SVGTitleElement.cpp | 25 #include "Document.h" 29 inline SVGTitleElement::SVGTitleElement(const QualifiedName& tagName, Document* document) 30 : SVGStyledElement(tagName, document) 34 PassRefPtr<SVGTitleElement> SVGTitleElement::create(const QualifiedName& tagName, Document* document) 36 return adoptRef(new SVGTitleElement(tagName, document)); 44 document()->setTitleElement(StringWithDirection(textContent(), LTR), this); 50 document()->removeTitle(this); 58 document()->setTitleElement(StringWithDirection(textContent(), LTR), this) [all...] |
/external/webkit/Source/WebCore/wml/ |
WMLIntrinsicEvent.cpp | 35 static PassRefPtr<WMLTaskElement> createTaskElement(Document* document) 37 return static_pointer_cast<WMLTaskElement>(WMLElementFactory::createWMLElement(goTag, document, false)); 40 WMLIntrinsicEvent::WMLIntrinsicEvent(Document* document, const String& targetURL) 41 : m_taskElement(createTaskElement(document))
|
WMLPrevElement.cpp | 35 WMLPrevElement::WMLPrevElement(const QualifiedName& tagName, Document* doc) 40 PassRefPtr<WMLPrevElement> WMLPrevElement::create(const QualifiedName& tagName, Document* document) 42 return adoptRef(new WMLPrevElement(tagName, document)); 51 ASSERT(document()->isWMLDocument()); 52 WMLDocument* document = static_cast<WMLDocument*>(this->document()); local 54 WMLPageState* pageState = wmlPageStateForDocument(document); 58 WMLCardElement* card = document->activeCard();
|
/external/webkit/Source/WebCore/html/ |
HTMLBodyElement.cpp | 43 HTMLBodyElement::HTMLBodyElement(const QualifiedName& tagName, Document* document) 44 : HTMLElement(tagName, document) 49 PassRefPtr<HTMLBodyElement> HTMLBodyElement::create(Document* document) 51 return adoptRef(new HTMLBodyElement(bodyTag, document)); 54 PassRefPtr<HTMLBodyElement> HTMLBodyElement::create(const QualifiedName& tagName, Document* document) 56 return adoptRef(new HTMLBodyElement(tagName, document)); 70 m_linkDecl->setParent(document()->elementSheet()) 281 Document* document = this->document(); local 289 Document* document = this->document(); local 303 Document* document = this->document(); local 311 Document* document = this->document(); local 325 Document* document = this->document(); local 334 Document* document = this->document(); local [all...] |
HTMLAppletElement.cpp | 39 inline HTMLAppletElement::HTMLAppletElement(const QualifiedName& tagName, Document* document) 40 : HTMLPlugInElement(tagName, document) 45 PassRefPtr<HTMLAppletElement> HTMLAppletElement::create(const QualifiedName& tagName, Document* document) 47 return adoptRef(new HTMLAppletElement(tagName, document)); 61 if (inDocument() && document()->isHTMLDocument()) { 62 HTMLDocument* document = static_cast<HTMLDocument*>(this->document()); local 63 document->removeNamedItem(m_name) 70 HTMLDocument* document = static_cast<HTMLDocument*>(this->document()); local 84 HTMLDocument* document = static_cast<HTMLDocument*>(this->document()); local 95 HTMLDocument* document = static_cast<HTMLDocument*>(this->document()); local [all...] |
IsIndexInputType.cpp | 34 #include "Document.h" 62 Document* document = element()->document(); 63 form = HTMLFormElement::create(document); 66 if (!document->baseURL().isEmpty()) { 69 form->setAction(document->baseURL().string());
|
HTMLMetaElement.cpp | 27 #include "Document.h" 43 inline HTMLMetaElement::HTMLMetaElement(const QualifiedName& tagName, Document* document) 44 : HTMLElement(tagName, document) 49 PassRefPtr<HTMLMetaElement> HTMLMetaElement::create(const QualifiedName& tagName, Document* document) 51 return adoptRef(new HTMLMetaElement(tagName, document)); 79 document()->processViewport(m_content); 83 document()->processMetadataSettings(m_content); 85 && document()->settings( [all...] |
HTMLBaseElement.cpp | 27 #include "Document.h" 34 inline HTMLBaseElement::HTMLBaseElement(const QualifiedName& tagName, Document* document) 35 : HTMLElement(tagName, document) 40 PassRefPtr<HTMLBaseElement> HTMLBaseElement::create(const QualifiedName& tagName, Document* document) 42 return adoptRef(new HTMLBaseElement(tagName, document)); 48 document()->processBaseElement(); 56 document()->processBaseElement(); 62 document()->processBaseElement() [all...] |
HTMLNoScriptElement.cpp | 34 inline HTMLNoScriptElement::HTMLNoScriptElement(const QualifiedName& tagName, Document* document) 35 : HTMLElement(tagName, document) 40 PassRefPtr<HTMLNoScriptElement> HTMLNoScriptElement::create(const QualifiedName& tagName, Document* document) 42 return adoptRef(new HTMLNoScriptElement(tagName, document)); 50 if (!document()->shouldProcessNoscriptElement()) { 59 if (!document()->shouldProcessNoscriptElement() || !renderer() || !renderer()->style()) 78 return document()->shouldProcessNoscriptElement();
|
HTMLFrameSetElement.cpp | 29 #include "Document.h" 45 HTMLFrameSetElement::HTMLFrameSetElement(const QualifiedName& tagName, Document* document) 46 : HTMLElement(tagName, document) 59 PassRefPtr<HTMLFrameSetElement> HTMLFrameSetElement::create(const QualifiedName& tagName, Document* document) 61 return adoptRef(new HTMLFrameSetElement(tagName, document)); 115 document()->setWindowAttributeEventListener(eventNames().loadEvent, createAttributeEventListener(document()->frame(), attr)); 117 document()->setWindowAttributeEventListener(eventNames().beforeunloadEvent, createAttributeEventListener(do (…) [all...] |
/external/webkit/Source/WebCore/dom/ |
RawDataDocumentParser.h | 35 RawDataDocumentParser(Document* document) 36 : DocumentParser(document) 43 document()->finishedParsing(); 49 // <https://bugs.webkit.org/show_bug.cgi?id=25397>: JS code can always call document.write, we need to handle it. 60 // finish() always calls document()->finishedParsing() so we will be
|
ShadowRoot.cpp | 32 ShadowRoot::ShadowRoot(Document* document) 33 : DocumentFragment(document) 35 ASSERT(document);
|
Comment.cpp | 25 #include "Document.h" 29 inline Comment::Comment(Document* document, const String& text) 30 : CharacterData(document, text, CreateComment) 34 PassRefPtr<Comment> Comment::create(Document* document, const String& text) 36 return adoptRef(new Comment(document, text)); 51 return create(document(), data());
|
/external/webkit/Source/WebCore/editing/chromium/ |
SelectionControllerChromium.cpp | 43 Document* document = m_frame->document(); local 44 document->axObjectCache()->postNotification(m_selection.start().deprecatedNode()->renderer(), AXObjectCache::AXSelectedTextChanged, false);
|
/external/webkit/LayoutTests/fast/dom/TreeWalker/resources/ |
TreeWalker-currentNode.js | 3 var subTree = document.createElement('div'); 5 document.body.appendChild(subTree); 8 var w = document.createTreeWalker(subTree, 0x01 | 0x08 | 0x10 | 0x20, all, true); 21 w.currentNode = document.documentElement; 23 shouldBe("w.currentNode", "document.documentElement"); 24 w.currentNode = document.documentElement; 25 shouldBe("w.nextNode()", "document.documentElement.firstChild"); 26 shouldBe("w.currentNode", "document.documentElement.firstChild"); 27 w.currentNode = document.documentElement; 29 shouldBe("w.currentNode", "document.documentElement") [all...] |
/external/webkit/Source/WebCore/storage/ |
IDBFactory.cpp | 35 #include "Document.h" 67 Document* document = static_cast<Document*>(context); local 68 if (!document->frame() || !document->page()) 75 RefPtr<IDBRequest> request = IDBRequest::create(document, IDBAny::create(this), 0); 76 GroupSettings* groupSettings = document->page()->group().groupSettings(); 77 m_factoryBackend->open(name, request, document->securityOrigin(), document->frame(), groupSettings->indexedDBDatabasePath(), groupSettings->indexedDBQuotaBytes(), IDBFactory (…) [all...] |
/external/webkit/LayoutTests/fast/dom/Text/script-tests/ |
replaceWholeText.js | 3 var para = document.createElement('p'); 4 para.appendChild(document.createTextNode('A')); 5 var textB = document.createTextNode('B'); 7 para.appendChild(document.createElement('p')); 8 para.appendChild(document.createTextNode('C'));
|
/external/clang/www/analyzer/scripts/ |
menu.js | 2 if (document.all&&document.getElementById) { 3 navRoot = document.getElementById("nav");
|
/external/webkit/LayoutTests/fast/dom/beforeload/resources/ |
print.js | 3 var paragraph = document.createElement("div"); 4 paragraph.appendChild(document.createTextNode(message)); 8 document.getElementById("console").appendChild(paragraph);
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
document-create-touch-list.js | 1 description("This tests support for the document.createTouchList API."); 3 shouldBeTrue('"createTouchList" in document'); 6 var touchList = document.createTouchList(); 14 var t = document.createTouch(window, document.body, 12341, 60, 65, 100, 105); 15 var t2 = document.createTouch(window, document.body, 12342, 50, 55, 115, 120); 16 var tl = document.createTouchList(t, t2); 18 var evt = document.createEvent("TouchEvent"); 21 document.body.addEventListener("touchstart", function handleTouchStart(ev) [all...] |