Searched refs:Document (Results 601 - 625 of 950) sorted by relevance

<<21222324252627282930>>

/external/webkit/Source/WebCore/svg/
H A DSVGPathElement.h61 static PassRefPtr<SVGPathElement> create(const QualifiedName&, Document*);
100 SVGPathElement(const QualifiedName&, Document*);
H A DSVGSVGElement.h52 static PassRefPtr<SVGSVGElement> create(const QualifiedName&, Document*);
132 SVGSVGElement(const QualifiedName&, Document*);
H A DSVGScriptElement.cpp27 #include "Document.h"
38 inline SVGScriptElement::SVGScriptElement(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted)
44 PassRefPtr<SVGScriptElement> SVGScriptElement::create(const QualifiedName& tagName, Document* document, bool insertedByParser)
H A DSVGTextPathElement.cpp39 inline SVGTextPathElement::SVGTextPathElement(const QualifiedName& tagName, Document* document)
47 PassRefPtr<SVGTextPathElement> SVGTextPathElement::create(const QualifiedName& tagName, Document* document)
H A DSVGAnimationElement.h62 SVGAnimationElement(const QualifiedName&, Document*);
H A DSVGDocument.cpp39 : Document(frame, url, false, false)
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h48 class Document;
138 WebCore::IntPoint findCandidatePointForTouch(const WebCore::IntPoint&, WebCore::Document*) const;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp32 #include <WebCore/Document.h>
181 Frame* frame = static_cast<Document*>(m_node.get())->frame();
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathImpl.java38 import org.w3c.dom.Document;
156 private static Document d = null;
181 private static Document getDummyDocument( ) {
474 Document document = getParser().parse( source );
/external/webkit/Source/WebCore/accessibility/chromium/
H A DAXObjectCacheChromium.cpp57 Document* document = static_cast<FrameView*>(scrollBar->parent())->frame()->document();
/external/webkit/Source/WebCore/accessibility/win/
H A DAXObjectCacheWin.cpp32 #include "Document.h"
67 Document* document = obj->document();
/external/webkit/Source/WebCore/bindings/
H A DScriptControllerBase.cpp65 Document::updateStyleForAllDocuments();
/external/webkit/Source/WebCore/bindings/js/
H A DJSCustomXPathNSResolver.cpp31 #include "Document.h"
104 Document::updateStyleForAllDocuments();
H A DJSOptionConstructor.cpp49 Document* document = jsConstructor->document();
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLAudioElementConstructor.cpp35 #include "Document.h"
60 Document* document = frame->document();
H A DV8HTMLImageElementConstructor.cpp35 #include "Document.h"
60 Document* document = frame->document();
H A DV8HTMLOptionElementConstructor.cpp35 #include "Document.h"
60 Document* document = frame->document();
/external/webkit/Source/WebCore/dom/
H A DScriptedAnimationController.cpp31 #include "Document.h"
38 ScriptedAnimationController::ScriptedAnimationController(Document* document)
H A DStyledElement.h71 StyledElement(const QualifiedName& name, Document* document, ConstructionType type)
/external/webkit/Source/WebCore/html/
H A DHTMLDocument.h27 #include "Document.h"
36 class HTMLDocument : public Document, public CachedResourceClient {
H A DHTMLImageElement.cpp44 HTMLImageElement::HTMLImageElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
56 PassRefPtr<HTMLImageElement> HTMLImageElement::create(Document* document)
61 PassRefPtr<HTMLImageElement> HTMLImageElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
72 PassRefPtr<HTMLImageElement> HTMLImageElement::createForJSConstructor(Document* document, const int* optionalWidth, const int* optionalHeight)
H A DHTMLNameCollection.cpp35 HTMLNameCollection::HTMLNameCollection(PassRefPtr<Document> document, CollectionType type, const String& name)
/external/webkit/Source/WebCore/page/
H A DHistory.cpp30 #include "Document.h"
98 Frame* activeFrame = static_cast<Document*>(context)->frame();
H A DSpatialNavigation.h121 Document* document() const { return visibleNode ? visibleNode->document() : 0; }
/external/webkit/Source/WebCore/wml/
H A DWMLTaskElement.cpp37 WMLTaskElement::WMLTaskElement(const QualifiedName& tagName, Document* doc)

Completed in 351 milliseconds

<<21222324252627282930>>