Home
last modified time | relevance | path

Searched refs:fromFrame (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DStorageInfoChromium.cpp71 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in queryUsageAndQuota()
89 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in requestQuota()
DChromeClientImpl.cpp276 …m_webView->client()->createView(WebFrameImpl::fromFrame(frame), request, features, r.frameName())); in createWindow()
425 WebFrameImpl::fromFrame(frame), message); in runBeforeUnloadConfirmPanel()
448 WebFrameImpl::fromFrame(frame), message); in runJavaScriptAlert()
457 WebFrameImpl::fromFrame(frame), message); in runJavaScriptConfirm()
471 WebFrameImpl::fromFrame(frame), in runJavaScriptPrompt()
586 WebFrameImpl* webframe = WebFrameImpl::fromFrame(frame); in contentsSizeChanged()
635 m_webView->client()->printPage(WebFrameImpl::fromFrame(frame)); in print()
755 WebFrameImpl* webframe = WebFrameImpl::fromFrame(node->document()->frame()); in formStateDidChange()
DWebFrameImpl.cpp474 return WebFrameImpl::fromFrame(frame); in frameForEnteredContext()
481 return WebFrameImpl::fromFrame(frame); in frameForCurrentContext()
487 return WebFrameImpl::fromFrame(V8Proxy::retrieveFrame(context)); in frameForContext()
614 return fromFrame(opener); in opener()
622 return fromFrame(parent); in parent()
628 return fromFrame(m_frame->tree()->top()); in top()
635 return fromFrame(frame()->tree()->firstChild()); in firstChild()
640 return fromFrame(frame()->tree()->lastChild()); in lastChild()
645 return fromFrame(frame()->tree()->nextSibling()); in nextSibling()
650 return fromFrame(frame()->tree()->previousSibling()); in previousSibling()
[all …]
DIDBFactoryBackendProxy.cpp66 WebFrame* webFrame = WebFrameImpl::fromFrame(frame); in open()
DApplicationCacheHostInternal.h51 … WebKit::WebFrameImpl* webFrame = WebKit::WebFrameImpl::fromFrame(host->m_documentLoader->frame()); in ApplicationCacheHostInternal()
DDatabaseObserver.cpp58 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in canEstablishDatabase()
DLocalFileSystemChromium.cpp74 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in openFileSystemHelper()
DWebDocument.cpp61 return WebFrameImpl::fromFrame(constUnwrap<Document>()->frame()); in frame()
DEditorClientImpl.cpp169 WebFrameImpl* webframe = WebFrameImpl::fromFrame( in toggleContinuousSpellChecking()
694 WebFrameImpl* webframe = WebFrameImpl::fromFrame(inputElement->document()->frame()); in textFieldDidEndEditing()
790 WebFrameImpl* webframe = WebFrameImpl::fromFrame(inputElement->document()->frame()); in doAutofill()
DSharedWorkerRepository.cpp205 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in connect()
DStorageAreaProxy.cpp79 WebKit::WebFrame* webFrame = WebKit::WebFrameImpl::fromFrame(frame); in setItem()
DApplicationCacheHost.cpp85 …m_internal->m_outerHost->willStartMainResourceRequest(wrapped, WebFrameImpl::fromFrame(m_documentL… in maybeLoadMainResource()
DWebWorkerClientImpl.cpp96 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in createWorkerContextProxy()
DWebFrameImpl.h225 static WebFrameImpl* fromFrame(WebCore::Frame* frame);
DContextMenuClientImpl.cpp292 WebFrame* selected_web_frame = WebFrameImpl::fromFrame(selectedFrame); in getCustomMenuFromDefaultItems()
DWebMediaPlayerClientImpl.cpp57 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame); in createWebMediaPlayer()
DWebViewImpl.cpp377 return m_page.get() ? WebFrameImpl::fromFrame(m_page->mainFrame()) : 0; in mainFrameImpl()
948 mainFrameImpl = WebFrameImpl::fromFrame(m_page->mainFrame()); in close()
1575 return WebFrameImpl::fromFrame(frame); in findFrameByName()
1580 return WebFrameImpl::fromFrame(focusedWebCoreFrame()); in focusedFrame()
DPlatformBridge.cpp133 WebFrameImpl* frameImpl = WebFrameImpl::fromFrame(document->frame()); in getCookieJar()
985 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame); in notifyJSOutOfMemory()
DFrameLoaderClientImpl.cpp1427 WebFrameImpl* oldWebFrame = WebFrameImpl::fromFrame(oldPage->mainFrame()); in transferLoadingResourceFromPage()
/external/v8/test/mjsunit/
Ddebug-backtrace.js106 assertEquals(0, backtrace.fromFrame);
129 assertEquals(1, backtrace.fromFrame);
147 assertEquals(2, backtrace.fromFrame);
/external/v8/src/
Dd8.js736 request.arguments.fromFrame = 0;
744 request.arguments.fromFrame = 0;
748 request.arguments.fromFrame = 0;
753 var fromFrame = parseInt(args[0]);
755 if (isNaN(fromFrame) || fromFrame < 0) {
761 if (fromFrame > toFrame) {
766 request.arguments.fromFrame = fromFrame;
2045 var result = 'Frames #' + body.fromFrame + ' to #' +
Ddebug-debugger.js1897 if (request.arguments.fromFrame) {
1898 from_index = request.arguments.fromFrame;
1927 fromFrame: from_index, property
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCamera.java1272 viewMatrix.fromFrame(location, direction, up, left); in onFrameChange()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DMatrix4f.java156 public void fromFrame(Vector3f location, Vector3f direction, Vector3f up, Vector3f left) { in fromFrame() method in Matrix4f
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-034871 (-[WebController _frameForDataSource:fromFrame:]): Get the children list from the frame,
4874 (-[WebController _frameForView:fromFrame:]): Ditto.
4907 (+[WebFrame _frameNamed:fromFrame:]): Get the children from the frame.
13518 (-[IFWebController _frameForView:fromFrame:]):
14066 (-[IFWebController _frameForDataSource:fromFrame:]):
14068 (-[IFWebController _frameForView:fromFrame:]):
14192 (+[IFWebFrame _frameNamed:fromFrame:]):
15529 (-[IFBaseWebController _frameNamed:fromFrame:]):
16710 _frameForView:fromFrame:]), (-[IFBaseWebController frameForView:]):
16745 _frameNamed:fromFrame:]), (-[IFBaseWebController frameNamed:]):
[all …]

12