/external/chromium_org/third_party/WebKit/Source/web/ |
D | EditorClientImpl.cpp | 63 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()
|
D | ChromeClientImpl.cpp | 248 …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()
|
D | WorkerGlobalScopeProxyProviderImpl.cpp | 57 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in createWorkerGlobalScopeProxy()
|
D | LocalFileSystemClient.cpp | 60 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in allowFileSystem()
|
D | StorageQuotaChromium.cpp | 62 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in requestQuota()
|
D | IDBFactoryBackendProxy.cpp | 59 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in allowIndexedDB()
|
D | DatabaseClientImpl.cpp | 61 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame()); in allowDatabase()
|
D | ApplicationCacheHostInternal.h | 45 … blink::WebFrameImpl* webFrame = blink::WebFrameImpl::fromFrame(host->m_documentLoader->frame()); in ApplicationCacheHostInternal()
|
D | WebFrameImpl.cpp | 516 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 …]
|
D | ContextFeaturesClientImpl.cpp | 143 WebFrameImpl* frame = WebFrameImpl::fromFrame(document->frame()); in askIfIsEnabled()
|
D | ApplicationCacheHost.cpp | 86 …m_internal->m_outerHost->willStartMainResourceRequest(wrapped, WebFrameImpl::fromFrame(m_documentL… in willStartLoadingMainResource()
|
D | StorageAreaProxy.cpp | 137 blink::WebFrameImpl* webFrame = blink::WebFrameImpl::fromFrame(frame); in canAccessStorage()
|
D | WebDocument.cpp | 107 return WebFrameImpl::fromFrame(constUnwrap<Document>()->frame()); in frame()
|
D | ContextMenuClientImpl.cpp | 369 WebFrame* selected_web_frame = WebFrameImpl::fromFrame(selectedFrame); in showContextMenu()
|
D | WebFrameImpl.h | 257 static WebFrameImpl* fromFrame(WebCore::Frame* frame);
|
D | WebMediaPlayerClientImpl.cpp | 55 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame); in createWebMediaPlayer()
|
D | FrameLoaderClientImpl.cpp | 750 source = WebFrameImpl::fromFrame(event->source()->toDOMWindow()->document()->frame()); in willCheckAndDispatchMessageEvent()
|
D | WebViewImpl.cpp | 491 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/ |
D | debug-backtrace.js | 106 assertEquals(0, backtrace.fromFrame); 129 assertEquals(1, backtrace.fromFrame); 147 assertEquals(2, backtrace.fromFrame);
|
/external/v8/test/mjsunit/ |
D | debug-backtrace.js | 106 assertEquals(0, backtrace.fromFrame); 129 assertEquals(1, backtrace.fromFrame); 147 assertEquals(2, backtrace.fromFrame);
|
/external/chromium_org/v8/src/ |
D | d8.js | 682 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 #' +
|
D | debug-debugger.js | 1904 if (request.arguments.fromFrame) { 1905 from_index = request.arguments.fromFrame; 1934 fromFrame: from_index, property
|
/external/v8/src/ |
D | d8.js | 736 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 #' +
|
D | debug-debugger.js | 1897 if (request.arguments.fromFrame) { 1898 from_index = request.arguments.fromFrame; 1927 fromFrame: from_index, property
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | Camera.java | 1272 viewMatrix.fromFrame(location, direction, up, left); in onFrameChange()
|