HomeSort by relevance Sort by last modified time
    Searched refs:DOMDocument (Results 1 - 25 of 39) sorted by null

1 2

  /external/webkit/WebKit/mac/DOM/
WebDOMOperationsInternal.h 31 @interface DOMDocument (WebDOMDocumentOperationsInternal)
WebDOMOperationsPrivate.h 31 @interface DOMDocument (WebDOMDocumentOperationsPrivate)
WebDOMOperations.h 46 @interface DOMDocument (WebDOMDocumentOperations)
WebDOMOperations.mm 83 @implementation DOMDocument (WebDOMDocumentOperations)
102 @implementation DOMDocument (WebDOMDocumentOperationsInternal)
119 @implementation DOMDocument (WebDOMDocumentOperationsPrivate)
  /external/webkit/WebCore/bindings/objc/
DOMViews.h 28 #import <WebCore/DOMDocument.h>
DOMStylesheets.h 28 #import <WebCore/DOMDocument.h>
DOMTraversal.h 28 #import <WebCore/DOMDocument.h>
DOMXPath.h 28 #import <WebCore/DOMDocument.h>
DOMEvents.h 27 #import <WebCore/DOMDocument.h>
DOMAbstractView.mm 49 - (DOMDocument *)document
DOMCore.h 31 #import <WebCore/DOMDocument.h>
DOMExtensions.h 30 #import <WebCore/DOMDocument.h>
PublicDOMInterfaces.h 64 - (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
279 @property(readonly, retain) DOMDocument *ownerDocument;
444 @interface DOMHTMLDocument : DOMDocument WEBKIT_VERSION_1_3
528 @property(readonly, retain) DOMDocument *contentDocument;
570 @property(readonly, retain) DOMDocument *contentDocument;
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebDocumentPrivate.h 32 @class DOMDocument;
40 - (DOMDocument *)DOMDocument;
WebFrame.h 32 @class DOMDocument;
84 @method DOMDocument
88 - (DOMDocument *)DOMDocument;
WebHTMLRepresentation.mm 251 - (DOMDocument *)DOMDocument
253 return [[_private->dataSource webFrame] DOMDocument];
WebView.h 38 @class DOMDocument;
649 @result Returns the main frame's DOMDocument.
651 - (DOMDocument *)mainFrameDocument;
WebDataSource.mm 304 DOMDocumentFragment *fragment = [[[self webFrame] DOMDocument] createDocumentFragment];
316 DOMElement *imageElement = [[[self webFrame] DOMDocument] createElement:@"img"];
  /external/webkit/WebKit/win/
DOMCoreClasses.cpp 208 *result = DOMDocument::createInstance(m_node->ownerDocument());
441 IDOMDocument* newDocument = DOMDocument::createInstance(n->document());
534 // DOMDocument - IUnknown -----------------------------------------------------
536 HRESULT STDMETHODCALLTYPE DOMDocument::QueryInterface(REFIID riid, void** ppvObject)
552 // DOMDocument ----------------------------------------------------------------
554 HRESULT STDMETHODCALLTYPE DOMDocument::doctype(
561 HRESULT STDMETHODCALLTYPE DOMDocument::implementation(
568 HRESULT STDMETHODCALLTYPE DOMDocument::documentElement(
575 HRESULT STDMETHODCALLTYPE DOMDocument::createElement(
588 HRESULT STDMETHODCALLTYPE DOMDocument::createDocumentFragment(
    [all...]
DOMHTMLClasses.h 164 class DOMHTMLDocument : public DOMDocument, public IDOMHTMLDocument
169 DOMHTMLDocument(WebCore::Document* d) : DOMDocument(d) {}
173 virtual ULONG STDMETHODCALLTYPE AddRef(void) { return DOMDocument::AddRef(); }
174 virtual ULONG STDMETHODCALLTYPE Release(void) { return DOMDocument::Release(); }
179 /* [retval][out] */ BOOL *result) { return DOMDocument::throwException(exceptionMessage, result); }
185 /* [retval][out] */ VARIANT *result) { return DOMDocument::callWebScriptMethod(name, args, cArgs, result); }
189 /* [retval][out] */ VARIANT *result) { return DOMDocument::evaluateWebScript(script, result); }
192 /* [in] */ BSTR name) { return DOMDocument::removeWebScriptKey(name); }
195 /* [retval][out] */ BSTR* stringRepresentation) { return DOMDocument::stringRepresentation(stringRepresentation); }
199 /* [retval][out] */ VARIANT *result) { return DOMDocument::webScriptValueAtIndex(index, result);
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebPasteboardHelper.mm 33 #import <WebKit/DOMDocument.h>
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 41 #import <WebKit/DOMDocument.h>
162 DOMElement *element = [[mainFrame DOMDocument] getElementById:idNS];
184 DOMElement *element = [[mainFrame DOMDocument] getElementById:idNS];
448 DOMElement *element = [[mainFrame DOMDocument] getElementById:idNS];
504 return [mainFrame _pauseAnimation:nameNS onNode:[[mainFrame DOMDocument] getElementById:idNS] atTime:time];
514 return [mainFrame _pauseTransitionOfProperty:nameNS onNode:[[mainFrame DOMDocument] getElementById:idNS] atTime:time];
524 return [mainFrame _pauseSVGAnimation:elementIDNS onSMILNode:[[mainFrame DOMDocument] getElementById:animationIDNS] atTime:time];
  /external/webkit/WebKit/win/Interfaces/
IWebFrame.idl 90 @method DOMDocument
93 - (DOMDocument *)DOMDocument;
95 HRESULT DOMDocument([out, retval] IDOMDocument** document);
  /external/webkit/WebCore/inspector/front-end/
DOMAgent.js 238 WebInspector.DOMDocument = function(domAgent, defaultView, payload)
246 WebInspector.DOMDocument.prototype = {
282 WebInspector.DOMDocument.prototype.__proto__ = WebInspector.DOMNode.prototype;
392 this.document = new WebInspector.DOMDocument(this, this._window, payload);
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 725 if (FAILED(frame->DOMDocument(&document)))
845 if (FAILED(frame->DOMDocument(&document)))
870 if (FAILED(frame->DOMDocument(&document)))
895 if (FAILED(frame->DOMDocument(&document)))
    [all...]

Completed in 417 milliseconds

1 2