Searched refs:Document (Results 226 - 250 of 950) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/html/
H A DHTMLOptionElement.h39 static PassRefPtr<HTMLOptionElement> create(Document*, HTMLFormElement*);
40 static PassRefPtr<HTMLOptionElement> create(const QualifiedName&, Document*, HTMLFormElement*);
41 static PassRefPtr<HTMLOptionElement> createForJSConstructor(Document*, const String& data, const String& value,
67 HTMLOptionElement(const QualifiedName&, Document*, HTMLFormElement* = 0);
H A DHTMLTablePartElement.h35 HTMLTablePartElement(const QualifiedName& tagName, Document* document)
H A DHTMLBaseElement.cpp27 #include "Document.h"
34 inline HTMLBaseElement::HTMLBaseElement(const QualifiedName& tagName, Document* document)
40 PassRefPtr<HTMLBaseElement> HTMLBaseElement::create(const QualifiedName& tagName, Document* document)
H A DHTMLButtonElement.h33 static PassRefPtr<HTMLButtonElement> create(const QualifiedName&, Document*, HTMLFormElement*);
38 HTMLButtonElement(const QualifiedName& tagName, Document*, HTMLFormElement*);
H A DHTMLDataGridCellElement.cpp38 inline HTMLDataGridCellElement::HTMLDataGridCellElement(const QualifiedName& name, Document* document)
43 PassRefPtr<HTMLDataGridCellElement> HTMLDataGridCellElement::create(const QualifiedName& name, Document* document)
H A DHTMLDataGridColElement.h40 static PassRefPtr<HTMLDataGridColElement> create(const QualifiedName&, Document*);
61 HTMLDataGridColElement(const QualifiedName&, Document*);
/external/webkit/Source/WebCore/html/parser/
H A DHTMLScriptRunner.h38 class Document;
47 static PassOwnPtr<HTMLScriptRunner> create(Document* document, HTMLScriptRunnerHost* host)
66 HTMLScriptRunner(Document*, HTMLScriptRunnerHost*);
87 Document* m_document;
96 // tags can cause Document to call executeScriptsWaitingForStylesheets.
/external/webkit/Source/WebCore/html/shadow/
H A DSliderThumbElement.h50 static PassRefPtr<SliderThumbElement> create(Document*);
64 SliderThumbElement(Document*);
75 inline SliderThumbElement::SliderThumbElement(Document* document)
81 inline PassRefPtr<SliderThumbElement> SliderThumbElement::create(Document* document)
H A DTextControlInnerElements.h47 TextControlInnerElement(Document*, HTMLElement* shadowParent = 0);
55 static PassRefPtr<TextControlInnerTextElement> create(Document*, HTMLElement* shadowParent);
60 TextControlInnerTextElement(Document*, HTMLElement* shadowParent);
66 static PassRefPtr<SearchFieldResultsButtonElement> create(Document*);
71 SearchFieldResultsButtonElement(Document*);
76 static PassRefPtr<SearchFieldCancelButtonElement> create(Document*);
81 SearchFieldCancelButtonElement(Document*);
/external/webkit/Source/WebCore/platform/android/
H A DPlatformBridge.h85 class Document;
107 static void setCookies(const Document*, const KURL&, const String& value);
108 static String cookies(const Document*, const KURL&);
109 static bool cookiesEnabled(const Document*);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGShadowTreeElements.cpp25 #include "Document.h"
35 SVGShadowTreeContainerElement::SVGShadowTreeContainerElement(Document* document)
40 PassRefPtr<SVGShadowTreeContainerElement> SVGShadowTreeContainerElement::create(Document* document)
56 inline SVGShadowTreeRootElement::SVGShadowTreeRootElement(Document* document, SVGUseElement* host)
63 PassRefPtr<SVGShadowTreeRootElement> SVGShadowTreeRootElement::create(Document* document, SVGUseElement* host)
/external/webkit/Source/WebCore/wml/
H A DWMLDocument.cpp39 : Document(frame, url, false, false)
53 Document::finishedParsing();
59 Document::finishedParsing();
113 WMLPageState* wmlPageStateForDocument(Document* doc)
/external/webkit/Source/WebCore/xml/
H A DXPathResult.h40 class Document;
58 static PassRefPtr<XPathResult> create(Document* document, const XPath::Value& value) { return adoptRef(new XPathResult(document, value)); }
76 XPathResult(Document*, const XPath::Value&);
82 RefPtr<Document> m_document;
H A DXSLTProcessor.idl43 [Custom] DocumentFragment transformToFragment(in Node source, in Document docVal);
44 [Custom] Document transformToDocument(in Node source);
/external/webkit/Source/WebKit/chromium/public/
H A DWebDocument.h38 class Document;
86 WebDocument(const WTF::PassRefPtr<WebCore::Document>&);
87 WebDocument& operator=(const WTF::PassRefPtr<WebCore::Document>&);
88 operator WTF::PassRefPtr<WebCore::Document>() const;
/external/webkit/Source/WebKit/chromium/src/
H A DStorageInfoChromium.cpp37 #include "Document.h"
70 Document* document = static_cast<Document*>(context);
88 Document* document = static_cast<Document*>(context);
/external/webkit/Source/WebCore/platform/qt/
H A DCookieJarQt.cpp32 #include "Document.h"
45 static QNetworkCookieJar *cookieJar(const Document *document)
60 void setCookies(Document* document, const KURL& url, const String& value)
79 String cookies(const Document* document, const KURL& url)
100 String cookieRequestHeaderFieldValue(const Document* document, const KURL &url)
118 bool cookiesEnabled(const Document* document)
124 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies) argument
131 void deleteCookie(const Document*, const KURL&, const String&) argument
/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.h39 class Document;
173 PassRefPtr<Range> createRange(PassRefPtr<Document>, const VisiblePosition& start, const VisiblePosition& end, ExceptionCode&);
183 PassRefPtr<HTMLElement> createDefaultParagraphElement(Document*);
184 PassRefPtr<HTMLElement> createBreakElement(Document*);
185 PassRefPtr<HTMLElement> createOrderedListElement(Document*);
186 PassRefPtr<HTMLElement> createUnorderedListElement(Document*);
187 PassRefPtr<HTMLElement> createListItemElement(Document*);
188 PassRefPtr<HTMLElement> createHTMLElement(Document*, const QualifiedName&);
189 PassRefPtr<HTMLElement> createHTMLElement(Document*, const AtomicString&);
201 PassRefPtr<Element> createTabSpanElement(Document*);
[all...]
H A DApplyBlockElementCommand.h40 ApplyBlockElementCommand(Document*, const QualifiedName& tagName, const AtomicString& className, const AtomicString& inlineStyle);
41 ApplyBlockElementCommand(Document*, const QualifiedName& tagName);
H A DIndentOutdentCommand.h37 static PassRefPtr<IndentOutdentCommand> create(Document* document, EIndentType type, int marginInPixels = 0)
45 IndentOutdentCommand(Document*, EIndentType, int marginInPixels);
H A DInsertParagraphSeparatorCommand.h37 static PassRefPtr<InsertParagraphSeparatorCommand> create(Document* document, bool useDefaultParagraphElement = false)
43 InsertParagraphSeparatorCommand(Document*, bool useDefaultParagraphElement);
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DJAXPTest.java19 import org.w3c.dom.Document;
50 Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(f);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DocumentLocationCustom.cpp37 Document* document = V8Document::toNative(info.Holder());
47 Document* document = V8Document::toNative(info.Holder());
/external/webkit/Source/WebCore/css/
H A DCSSCanvasValue.h34 class Document;
59 HTMLCanvasElement* element(Document*);
/external/webkit/Source/WebCore/dom/
H A DDocumentFragment.cpp26 #include "Document.h"
34 DocumentFragment::DocumentFragment(Document* document)
40 PassRefPtr<DocumentFragment> DocumentFragment::create(Document* document)

Completed in 381 milliseconds

1234567891011>>