Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/web/
DEditorClientImpl.cpp63 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame); in canCopyCut()
74 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame); in canPaste()
80 …return m_webView->permissionClient()->allowReadFromClipboard(WebFrameImpl::fromFrame(frame), defau… in canPaste()
DChromeClientImpl.cpp248 …m_webView->client()->createView(WebFrameImpl::fromFrame(frame), WrappedResourceRequest(r.resourceR… in createWindow()
402 WebFrameImpl::fromFrame(frame), message); in runBeforeUnloadConfirmPanel()
427 WebFrameImpl::fromFrame(frame), message); in runJavaScriptAlert()
438 WebFrameImpl::fromFrame(frame), message); in runJavaScriptConfirm()
454 WebFrameImpl::fromFrame(frame), in runJavaScriptPrompt()
553 WebFrameImpl* webframe = WebFrameImpl::fromFrame(frame); in contentsSizeChanged()
566 m_webView->layoutUpdated(WebFrameImpl::fromFrame(frame)); in layoutUpdated()
614 m_webView->client()->printPage(WebFrameImpl::fromFrame(frame)); in print()
749 WebFrameImpl* webframe = WebFrameImpl::fromFrame(node->document().frame()); in formStateDidChange()
DWorkerGlobalScopeProxyProviderImpl.cpp57 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in createWorkerGlobalScopeProxy()
DLocalFileSystemClient.cpp60 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in allowFileSystem()
DStorageQuotaChromium.cpp62 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in requestQuota()
DIDBFactoryBackendProxy.cpp59 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in allowIndexedDB()
DDatabaseClientImpl.cpp61 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in allowDatabase()
DApplicationCacheHostInternal.h45 … blink::WebFrameImpl* webFrame = blink::WebFrameImpl::fromFrame(host->m_documentLoader->frame()); in ApplicationCacheHostInternal()
DWebFrameImpl.cpp516 return WebFrameImpl::fromFrame(toFrameIfNotDetached(context)); in frameForContext()
641 return fromFrame(frame()->loader().opener()); in opener()
653 return fromFrame(frame()->tree().parent()); in parent()
660 return fromFrame(frame()->tree().top()); in top()
667 return fromFrame(frame()->tree().firstChild()); in firstChild()
674 return fromFrame(frame()->tree().lastChild()); in lastChild()
681 return fromFrame(frame()->tree().nextSibling()); in nextSibling()
688 return fromFrame(frame()->tree().previousSibling()); in previousSibling()
695 return fromFrame(frame()->tree().traverseNextWithWrap(wrap)); in traverseNext()
702 return fromFrame(frame()->tree().traversePreviousWithWrap(wrap)); in traversePrevious()
[all …]
DContextFeaturesClientImpl.cpp143 WebFrameImpl* frame = WebFrameImpl::fromFrame(document->frame()); in askIfIsEnabled()
DApplicationCacheHost.cpp86 …m_internal->m_outerHost->willStartMainResourceRequest(wrapped, WebFrameImpl::fromFrame(m_documentL… in willStartLoadingMainResource()
DStorageAreaProxy.cpp137 blink::WebFrameImpl* webFrame = blink::WebFrameImpl::fromFrame(frame); in canAccessStorage()
DWebDocument.cpp107 return WebFrameImpl::fromFrame(constUnwrap<Document>()->frame()); in frame()
DContextMenuClientImpl.cpp369 WebFrame* selected_web_frame = WebFrameImpl::fromFrame(selectedFrame); in showContextMenu()
DWebFrameImpl.h257 static WebFrameImpl* fromFrame(WebCore::Frame* frame);
DWebMediaPlayerClientImpl.cpp55 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame); in createWebMediaPlayer()
DFrameLoaderClientImpl.cpp750 source = WebFrameImpl::fromFrame(event->source()->toDOMWindow()->document()->frame()); in willCheckAndDispatchMessageEvent()
DWebViewImpl.cpp491 return m_page ? WebFrameImpl::fromFrame(m_page->mainFrame()) : 0; in mainFrameImpl()
2620 return WebFrameImpl::fromFrame(frame); in findFrameByName()
2625 return WebFrameImpl::fromFrame(focusedWebCoreFrame()); in focusedFrame()
3733 …m_client->startDragging(WebFrameImpl::fromFrame(frame), dragData, mask, dragImage, dragImageOffset… in startDragging()
/external/chromium_org/v8/test/mjsunit/
Ddebug-backtrace.js106 assertEquals(0, backtrace.fromFrame);
129 assertEquals(1, backtrace.fromFrame);
147 assertEquals(2, backtrace.fromFrame);
/external/v8/test/mjsunit/
Ddebug-backtrace.js106 assertEquals(0, backtrace.fromFrame);
129 assertEquals(1, backtrace.fromFrame);
147 assertEquals(2, backtrace.fromFrame);
/external/chromium_org/v8/src/
Dd8.js682 request.arguments.fromFrame = 0;
690 request.arguments.fromFrame = 0;
694 request.arguments.fromFrame = 0;
699 var fromFrame = parseInt(args[0]);
701 if (isNaN(fromFrame) || fromFrame < 0) {
707 if (fromFrame > toFrame) {
712 request.arguments.fromFrame = fromFrame;
1456 var result = 'Frames #' + body.fromFrame + ' to #' +
Ddebug-debugger.js1904 if (request.arguments.fromFrame) {
1905 from_index = request.arguments.fromFrame;
1934 fromFrame: from_index, property
/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()

12