Home
last modified time | relevance | path

Searched refs:mainFrameDocument (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/inspector/
DInspectorDOMAgent.cpp88 if (doc == mainFrameDocument()) in setDocument()
196 Document* document = mainFrameDocument(); in pushDocumentToFrontend()
240 Node* node = mainFrameDocument(); in nodeForPath()
603 Document* InspectorDOMAgent::mainFrameDocument() const in mainFrameDocument() function in WebCore::InspectorDOMAgent
614 return mainFrameDocument() == inspectorDOMAgentListener->mainFrameDocument(); in operator ==()
DInspectorDOMAgent.h137 Document* mainFrameDocument() const;
/external/webkit/WebCore/inspector/front-end/
DInjectedScript.js821 const mainFrameDocument = InjectedScript._window().document;
822 const searchDocuments = [mainFrameDocument];
841 …const subdocumentResult = querySelectorAllFunction.call(mainFrameDocument, "iframe, frame, object"…
/external/webkit/WebKit/mac/WebView/
DWebView.h651 - (DOMDocument *)mainFrameDocument;
DWebView.mm406 NSString *_WebMainFrameDocumentKey = @"mainFrameDocument";
3633 - (DOMDocument *)mainFrameDocument
4030 // by setting this to NO, calls to mainFrameDocument are forced to return nil
4038 // this will cause observers to call mainFrameDocument where this flag will be checked
/external/webkit/WebKit/win/Interfaces/
DIWebView.idl699 @method mainFrameDocument
701 - (DOMDocument *)mainFrameDocument;
703 HRESULT mainFrameDocument([out, retval] IDOMDocument** document);
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt637 "mainFrameDocument"
/external/webkit/WebKit/win/
DWebView.h290 virtual HRESULT STDMETHODCALLTYPE mainFrameDocument(
DWebView.cpp3572 HRESULT STDMETHODCALLTYPE WebView::mainFrameDocument( in mainFrameDocument() function in WebView
DChangeLog-2009-06-1612539 (WebView::mainFrameDocument):
16909 Forgot to assign document to 0 in case of failure in WebView::mainFrameDocument().
16912 (WebView::mainFrameDocument):
16989 Implement WebView::mainFrameDocument.
16992 (WebView::mainFrameDocument):
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1418903 (-[WebView mainFrameDocument]):
22865 of the tree controller directly to the mainFrameDocument key of the WebView.
22878 (-[WebView mainFrameDocument]):
22965 (-[WebView mainFrameDocument]): get the main frame's DOMDocument
22966 * WebView/WebViewPrivate.h: Adds mainFrameDocument to pending public.
/external/webkit/WebCore/
DChangeLog-2010-01-2958687 (WebCore::InspectorDOMAgent::mainFrameDocument):