Searched refs:DOMDocument (Results 1 - 25 of 43) sorted by relevance

12

/external/webkit/Source/WebKit/mac/DOM/
H A DWebDOMOperationsInternal.h31 @interface DOMDocument (WebDOMDocumentOperationsInternal)
H A DWebDOMOperations.h46 @interface DOMDocument (WebDOMDocumentOperations)
H A DWebDOMOperationsPrivate.h38 @interface DOMDocument (WebDOMDocumentOperationsPrivate)
H A DWebDOMOperations.mm129 @implementation DOMDocument (WebDOMDocumentOperations)
146 @implementation DOMDocument (WebDOMDocumentOperationsInternal)
160 @implementation DOMDocument (WebDOMDocumentOperationsPrivate)
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMViews.h28 #import <WebCore/DOMDocument.h>
H A DDOMStylesheets.h28 #import <WebCore/DOMDocument.h>
H A DDOMTraversal.h28 #import <WebCore/DOMDocument.h>
H A DDOMXPath.h28 #import <WebCore/DOMDocument.h>
H A DDOMEvents.h27 #import <WebCore/DOMDocument.h>
H A DDOMAbstractView.mm49 - (DOMDocument *)document
H A DDOMCore.h31 #import <WebCore/DOMDocument.h>
H A DDOMExtensions.h30 #import <WebCore/DOMDocument.h>
H A DPublicDOMInterfaces.h64 - (DOMDocument *)createDocument:(NSString *)namespaceURI :(NSString *)qualifiedName :(DOMDocumentType *)doctype;
68 - (DOMDocument *)createDocument:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName doctype:(DOMDocumentType *)doctype AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
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;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDocumentPrivate.h32 @class DOMDocument;
41 - (DOMDocument *)DOMDocument;
H A DWebFrame.h32 @class DOMDocument;
84 @method DOMDocument
88 - (DOMDocument *)DOMDocument;
H A DWebView.h38 @class DOMDocument;
649 @result Returns the main frame's DOMDocument.
651 - (DOMDocument *)mainFrameDocument;
H A DWebHTMLRepresentation.mm267 - (DOMDocument *)DOMDocument
269 return [[_private->dataSource webFrame] DOMDocument];
H A DWebDataSource.mm317 DOMDocumentFragment *fragment = [[[self webFrame] DOMDocument] createDocumentFragment];
329 DOMElement *imageElement = [[[self webFrame] DOMDocument] createElement:@"img"];
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.h26 @class DOMDocument;
37 DOMDocument *_document;
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.cpp212 *result = DOMDocument::createInstance(m_node->ownerDocument());
481 IDOMDocument* newDocument = DOMDocument::createInstance(n->document());
574 // DOMDocument - IUnknown -----------------------------------------------------
576 HRESULT STDMETHODCALLTYPE DOMDocument::QueryInterface(REFIID riid, void** ppvObject)
592 // DOMDocument ----------------------------------------------------------------
594 HRESULT STDMETHODCALLTYPE DOMDocument::doctype(
601 HRESULT STDMETHODCALLTYPE DOMDocument::implementation(
608 HRESULT STDMETHODCALLTYPE DOMDocument::documentElement(
615 HRESULT STDMETHODCALLTYPE DOMDocument::createElement(
628 HRESULT STDMETHODCALLTYPE DOMDocument
789 DOMDocument::DOMDocument(WebCore::Document* d) function in class:DOMDocument
[all...]
H A DDOMHTMLClasses.h162 class DOMHTMLDocument : public DOMDocument, public IDOMHTMLDocument
167 DOMHTMLDocument(WebCore::Document* d) : DOMDocument(d) {}
171 virtual ULONG STDMETHODCALLTYPE AddRef(void) { return DOMDocument::AddRef(); }
172 virtual ULONG STDMETHODCALLTYPE Release(void) { return DOMDocument::Release(); }
177 /* [retval][out] */ BOOL *result) { return DOMDocument::throwException(exceptionMessage, result); }
183 /* [retval][out] */ VARIANT *result) { return DOMDocument::callWebScriptMethod(name, args, cArgs, result); }
187 /* [retval][out] */ VARIANT *result) { return DOMDocument::evaluateWebScript(script, result); }
190 /* [in] */ BSTR name) { return DOMDocument::removeWebScriptKey(name); }
193 /* [retval][out] */ BSTR* stringRepresentation) { return DOMDocument::stringRepresentation(stringRepresentation); }
197 /* [retval][out] */ VARIANT *result) { return DOMDocument
[all...]
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrame.idl90 @method DOMDocument
93 - (DOMDocument *)DOMDocument;
95 HRESULT DOMDocument([out, retval] IDOMDocument** document);
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMAgent.js328 WebInspector.DOMDocument = function(domAgent, payload)
335 WebInspector.DOMDocument.prototype.__proto__ = WebInspector.DOMNode.prototype;
457 this._document = new WebInspector.DOMDocument(this, payload);
/external/webkit/Tools/DumpRenderTree/mac/
H A 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] atTime:time];
751 return [mainFrame _pauseTransitionOfProperty:nameNS onNode:[[mainFrame DOMDocument] getElementById:idNS] atTime:time];
761 return [mainFrame _pauseSVGAnimation:elementIDNS onSMILNode:[[mainFrame DOMDocument] getElementById:animationIDNS] atTime:time];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm53 - (DOMDocumentFragment*)_documentFromRange:(NSRange)range document:(DOMDocument*)document documentAttributes:(NSDictionary *)dict subresources:(NSArray **)subresources;

Completed in 886 milliseconds

12