Home
last modified time | relevance | path

Searched refs:DOMDocument (Results 1 – 25 of 72) sorted by relevance

123

/external/webkit/Source/WebKit/win/
DDOMCoreClasses.cpp212 *result = DOMDocument::createInstance(m_node->ownerDocument()); in ownerDocument()
481 IDOMDocument* newDocument = DOMDocument::createInstance(n->document()); in createInstance()
576 HRESULT STDMETHODCALLTYPE DOMDocument::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface()
594 HRESULT STDMETHODCALLTYPE DOMDocument::doctype( in doctype()
601 HRESULT STDMETHODCALLTYPE DOMDocument::implementation( in implementation()
608 HRESULT STDMETHODCALLTYPE DOMDocument::documentElement( in documentElement()
615 HRESULT STDMETHODCALLTYPE DOMDocument::createElement( in createElement()
628 HRESULT STDMETHODCALLTYPE DOMDocument::createDocumentFragment( in createDocumentFragment()
635 HRESULT STDMETHODCALLTYPE DOMDocument::createTextNode( in createTextNode()
643 HRESULT STDMETHODCALLTYPE DOMDocument::createComment( in createComment()
[all …]
DDOMHTMLClasses.h162 class DOMHTMLDocument : public DOMDocument, public IDOMHTMLDocument
167 DOMHTMLDocument(WebCore::Document* d) : DOMDocument(d) {} in DOMHTMLDocument()
171 virtual ULONG STDMETHODCALLTYPE AddRef(void) { return DOMDocument::AddRef(); } in AddRef()
172 virtual ULONG STDMETHODCALLTYPE Release(void) { return DOMDocument::Release(); } in Release()
177 …/* [retval][out] */ BOOL *result) { return DOMDocument::throwException(exceptionMessage, result); } in throwException()
183 …/* [retval][out] */ VARIANT *result) { return DOMDocument::callWebScriptMethod(name, args, cArgs, … in callWebScriptMethod()
187 … /* [retval][out] */ VARIANT *result) { return DOMDocument::evaluateWebScript(script, result); } in evaluateWebScript()
190 /* [in] */ BSTR name) { return DOMDocument::removeWebScriptKey(name); } in removeWebScriptKey()
193 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMDocument::stringRepresentation(stringR… in stringRepresentation()
197 … /* [retval][out] */ VARIANT *result) { return DOMDocument::webScriptValueAtIndex(index, result); } in webScriptValueAtIndex()
[all …]
/external/webkit/Source/WebKit/mac/WebView/
DWebDocumentPrivate.h32 @class DOMDocument;
41 - (DOMDocument *)DOMDocument;
DWebFrame.h32 @class DOMDocument;
88 - (DOMDocument *)DOMDocument;
DWebView.h38 @class DOMDocument;
651 - (DOMDocument *)mainFrameDocument;
DWebHTMLRepresentation.mm267 - (DOMDocument *)DOMDocument
269 return [[_private->dataSource webFrame] DOMDocument];
/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.h26 @class DOMDocument;
37 DOMDocument *_document;
/external/webkit/Source/WebKit/mac/DOM/
DWebDOMOperationsInternal.h31 @interface DOMDocument (WebDOMDocumentOperationsInternal)
DWebDOMOperationsPrivate.h38 @interface DOMDocument (WebDOMDocumentOperationsPrivate)
DWebDOMOperations.mm129 @implementation DOMDocument (WebDOMDocumentOperations) implementation in WebDOMDocumentOperations
146 @implementation DOMDocument (WebDOMDocumentOperationsInternal) implementation in WebDOMDocumentOperationsInternal
160 @implementation DOMDocument (WebDOMDocumentOperationsPrivate) implementation in WebDOMDocumentOperationsPrivate
DWebDOMOperations.h46 @interface DOMDocument (WebDOMDocumentOperations)
/external/webkit/Source/WebCore/bindings/objc/
DDOMViews.h28 #import <WebCore/DOMDocument.h>
DDOMStylesheets.h28 #import <WebCore/DOMDocument.h>
DDOMTraversal.h28 #import <WebCore/DOMDocument.h>
DDOMXPath.h28 #import <WebCore/DOMDocument.h>
DDOMEvents.h27 #import <WebCore/DOMDocument.h>
DDOMCore.h31 #import <WebCore/DOMDocument.h>
DDOMExtensions.h30 #import <WebCore/DOMDocument.h>
DPublicDOMInterfaces.h64 - (DOMDocument *)createDocument:(NSString *)namespaceURI :(NSString *)qualifiedName :(DOMDocumentTy…
68 - (DOMDocument *)createDocument:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName do…
74 @property(readonly, retain) DOMDocument *document;
77 @interface DOMDocument : DOMNode WEBKIT_VERSION_1_3
285 @property(readonly, retain) DOMDocument *ownerDocument;
450 @interface DOMHTMLDocument : DOMDocument WEBKIT_VERSION_1_3
534 @property(readonly, retain) DOMDocument *contentDocument;
576 @property(readonly, retain) DOMDocument *contentDocument;
721 @property(readonly, retain) DOMDocument *contentDocument;
DDOMAbstractView.mm49 - (DOMDocument *)document
/external/webkit/Source/WebCore/inspector/front-end/
DDOMAgent.js328 WebInspector.DOMDocument = function(domAgent, payload) class in WebInspector
335 WebInspector.DOMDocument.prototype.__proto__ = WebInspector.DOMNode.prototype;
457 this._document = new WebInspector.DOMDocument(this, payload);
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFrame.idl90 @method DOMDocument
93 - (DOMDocument *)DOMDocument;
95 HRESULT DOMDocument([out, retval] IDOMDocument** document);
DDOMCore.idl81 …- (DOMDocument *)createDocument:(NSString *)namespaceURI :(NSString *)qualifiedName :(DOMDocumentT…
153 - (DOMDocument *)ownerDocument;
318 @interface DOMDocument : IDOMNode
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm44 #import <WebKit/DOMDocument.h>
239 DOMElement *element = [[mainFrame DOMDocument] getElementById:idNS];
287 DOMElement *element = [[mainFrame DOMDocument] getElementById:idNS];
649 DOMElement *element = [[mainFrame DOMDocument] getElementById:idNS];
741 …return [mainFrame _pauseAnimation:nameNS onNode:[[mainFrame DOMDocument] getElementById:idNS] atTi…
751 …return [mainFrame _pauseTransitionOfProperty:nameNS onNode:[[mainFrame DOMDocument] getElementById…
761 …return [mainFrame _pauseSVGAnimation:elementIDNS onSMILNode:[[mainFrame DOMDocument] getElementByI…
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp889 if (FAILED(frame->DOMDocument(&document))) in elementDoesAutoCompleteForElementWithId()
1036 if (FAILED(frame->DOMDocument(&document))) in pauseAnimationAtTimeOnElementWithId()
1061 if (FAILED(frame->DOMDocument(&document))) in pauseTransitionAtTimeOnElementWithId()
1086 if (FAILED(frame->DOMDocument(&document))) in sampleSVGAnimationForElementAtTime()

123