Searched refs:fromFrame (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/web/
H A DEditorClientImpl.cpp50 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
63 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
71 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
H A DMediaKeysClientImpl.cpp23 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
H A DStorageClientImpl.cpp50 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
H A DWebFrame.cpp182 return fromFrame(frame->tree().traversePreviousWithWrap(wrap));
189 return fromFrame(frame->tree().traverseNextWithWrap(wrap));
200 return fromFrame(frame->tree().child(name));
203 WebFrame* WebFrame::fromFrame(Frame* frame) function in class:blink::WebFrame
209 return WebLocalFrameImpl::fromFrame(toLocalFrame(*frame));
210 return WebRemoteFrameImpl::fromFrame(toRemoteFrame(*frame));
H A DDatabaseClientImpl.cpp54 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
H A DIndexedDBClientImpl.cpp56 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
H A DWorkerGlobalScopeProxyProviderImpl.cpp56 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
H A DStorageQuotaClientImpl.cpp68 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
84 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
H A DColorChooserUIController.cpp88 WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(m_frame);
H A DLocalFileSystemClient.cpp76 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
H A DNotificationPermissionClientImpl.cpp58 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
H A DRemoteFrameClient.cpp63 m_webFrame->client()->postMessageEvent(WebLocalFrameImpl::fromFrame(sourceFrame), m_webFrame, WebSecurityOrigin(target), WebDOMMessageEvent(event));
H A DChromeClientImpl.cpp223 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
242 m_webView->client()->createView(WebLocalFrameImpl::fromFrame(frame), WrappedResourceRequest(r.resourceRequest()), features, r.frameName(), policy, shouldSendReferrer == NeverSendReferrer));
379 WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(localFrame);
396 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
424 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
435 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
450 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
523 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
536 m_webView->layoutUpdated(WebLocalFrameImpl::fromFrame(frame));
579 m_webView->client()->printPage(WebLocalFrameImpl::fromFrame(fram
[all...]
H A DContextFeaturesClientImpl.cpp140 WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(document->frame());
H A DContextMenuClientImpl.cpp388 WebLocalFrameImpl* selectedWebFrame = WebLocalFrameImpl::fromFrame(selectedFrame);
400 WebLocalFrameImpl* selectedWebFrame = WebLocalFrameImpl::fromFrame(selectedFrame);
H A DWebLocalFrameImpl.h247 static WebLocalFrameImpl* fromFrame(LocalFrame*);
248 static WebLocalFrameImpl* fromFrame(LocalFrame&);
H A DExternalPopupMenu.cpp83 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(m_localFrame.get());
H A DWebMediaPlayerClientImpl.cpp55 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
H A DFrameLoaderClientImpl.cpp260 m_webFrame->setOpener(WebFrame::fromFrame(opener));
746 WebLocalFrameImpl::fromFrame(sourceFrame), m_webFrame, WebSecurityOrigin(target), WebDOMMessageEvent(event));
H A DWebDocument.cpp110 return WebLocalFrameImpl::fromFrame(constUnwrap<Document>()->frame());
H A DWebPagePopupImpl.cpp163 WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(m_popup->m_popupClient->ownerElement().document().frame());
H A DWebRemoteFrameImpl.h184 static WebRemoteFrameImpl* fromFrame(RemoteFrame&);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-backtrace.js106 assertEquals(0, backtrace.fromFrame);
126 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":1,"toFrame":3}}'
129 assertEquals(1, backtrace.fromFrame);
144 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":0,"toFrame":2, "bottom":true}}'
147 assertEquals(2, backtrace.fromFrame);
/external/chromium_org/v8/src/
H A Dd8.js655 request.arguments.fromFrame = 0;
663 request.arguments.fromFrame = 0;
667 request.arguments.fromFrame = 0;
672 var fromFrame = parseInt(args[0]);
674 if (isNaN(fromFrame) || fromFrame < 0) {
680 if (fromFrame > toFrame) {
685 request.arguments.fromFrame = fromFrame;
1429 var result = 'Frames #' + body.fromFrame
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineFlameChart.js681 this._lastSelection = new WebInspector.TimelineFlameChart.Selection(WebInspector.TimelineSelection.fromFrame(frame), entryIndex);
713 this._lastSelection = new WebInspector.TimelineFlameChart.Selection(WebInspector.TimelineSelection.fromFrame(frame), Number(frameIndex));

Completed in 984 milliseconds

12