Home
last modified time | relevance | path

Searched defs:web_frame (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/content/renderer/
Drender_frame_proxy.cc48 blink::WebRemoteFrame* web_frame = blink::WebRemoteFrame::create(proxy.get()); in CreateProxyToReplaceFrame() local
60 blink::WebRemoteFrame* web_frame = NULL; in CreateFrameProxy() local
89 RenderFrameProxy* RenderFrameProxy::FromWebFrame(blink::WebFrame* web_frame) { in FromWebFrame()
126 void RenderFrameProxy::Init(blink::WebRemoteFrame* web_frame, in Init()
Ddom_serializer_browsertest.cc258 WebFrame* web_frame = GetMainFrame(); in LoadContents() local
274 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), page_url); in SerializeDomForURL() local
295 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); in SerializeHTMLDOMWithDocTypeOnRenderer() local
315 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); in SerializeHTMLDOMWithoutDocTypeOnRenderer() local
367 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); in SerializeHTMLDOMWithNoMetaCharsetInOriginalDocOnRenderer() local
419 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); in SerializeHTMLDOMWithMultipleMetaCharsetInOriginalDocOnRenderer() local
485 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); in SerializeHTMLDOMWithEntitiesInTextOnRenderer() local
540 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); in SerializeHTMLDOMWithEntitiesInAttributeValueOnRenderer() local
576 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); in SerializeHTMLDOMWithNonStandardEntitiesOnRenderer() local
609 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); in SerializeHTMLDOMWithBaseTagOnRenderer() local
[all …]
Drender_frame_proxy.h94 blink::WebRemoteFrame* web_frame() { return web_frame_; } in web_frame() function
Dstats_collection_controller.cc24 blink::WebLocalFrame* web_frame = in CurrentRenderViewImpl() local
Drender_view_browsertest.cc1595 WebLocalFrame* web_frame = GetMainFrame(); in TEST_F() local
1618 WebLocalFrame* web_frame = GetMainFrame(); in TEST_F() local
2204 WebLocalFrame* web_frame = GetMainFrame(); in TEST_F() local
2234 WebLocalFrame* web_frame = GetMainFrame(); in TEST_F() local
Drender_frame_impl.cc405 blink::WebLocalFrame* web_frame = in CreateFrame() local
412 RenderFrame* RenderFrame::FromWebFrame(blink::WebFrame* web_frame) { in FromWebFrame()
417 RenderFrameImpl* RenderFrameImpl::FromWebFrame(blink::WebFrame* web_frame) { in FromWebFrame()
496 void RenderFrameImpl::SetWebFrame(blink::WebLocalFrame* web_frame) { in SetWebFrame()
1761 blink::WebLocalFrame* web_frame = WebLocalFrame::create(child_render_frame); in createChildFrame() local
/external/chromium_org/chrome/renderer/autofill/
Dform_autofill_browsertest.cc120 WebFrame* web_frame = GetMainFrame(); in ExpectLabelsAndTypes() local
180 WebFrame* web_frame = GetMainFrame(); in TestFormFillFunctions() local
947 WebFrame* web_frame = GetMainFrame(); in TEST_F() local
1011 WebFrame* web_frame = GetMainFrame(); in TEST_F() local
1113 WebFrame* web_frame = GetMainFrame(); in TEST_F() local
1129 WebFrame* web_frame = GetMainFrame(); in TEST_F() local
1143 WebFrame* web_frame = GetMainFrame(); in TEST_F() local
1163 WebFrame* web_frame = GetMainFrame(); in TEST_F() local
1183 WebFrame* web_frame = GetMainFrame(); in TEST_F() local
1212 WebFrame* web_frame = GetMainFrame(); in TEST_F() local
[all …]
Dautofill_renderer_browsertest.cc200 WebFrame* web_frame = GetMainFrame(); in TEST_F() local
/external/chromium_org/extensions/renderer/
Duser_script_set.cc63 blink::WebFrame* web_frame, in GetInjections()
153 blink::WebFrame* web_frame, in GetDeclarativeScriptInjection()
178 blink::WebFrame* web_frame, in GetInjectionForScript()
Duser_script_set_manager.cc38 blink::WebFrame* web_frame, in GetInjectionForDeclarativeScript()
68 blink::WebFrame* web_frame, in GetAllInjections()
Dscript_injection.h53 blink::WebLocalFrame* web_frame() const { return web_frame_; } in web_frame() function
Dscript_context.h61 blink::WebFrame* web_frame() const { return web_frame_; } in web_frame() function
Dprogrammatic_script_injector.cc26 blink::WebFrame* web_frame) in ProgrammaticScriptInjector()
Duser_script_injector.cc126 blink::WebFrame* web_frame, in CanExecuteOnFrame()
Dscript_context.cc59 blink::WebFrame* web_frame, in ScriptContext()
Dscript_injection.cc117 blink::WebLocalFrame* web_frame, in ScriptInjection()
Dscript_injection_manager.cc358 blink::WebFrame* web_frame, in HandleExecuteDeclarativeScript()
/external/chromium_org/chrome/renderer/extensions/
Dchrome_v8_context.cc10 blink::WebFrame* web_frame, in ChromeV8Context()
/external/chromium_org/content/renderer/media/
Drenderer_webaudiodevice_impl.cc51 WebLocalFrame* const web_frame = WebLocalFrame::frameForCurrentContext(); in start() local
/external/chromium_org/content/renderer/media/webrtc/
Dpeer_connection_dependency_factory.cc121 blink::WebFrame* web_frame) in P2PPortAllocatorFactory()
383 blink::WebFrame* web_frame, in CreatePeerConnection()
/external/chromium_org/content/renderer/p2p/
Dport_allocator.cc69 blink::WebFrame* web_frame, in P2PPortAllocator()
/external/chromium_org/mojo/services/html_viewer/
Dhtml_document_view.cc194 blink::WebLocalFrame* web_frame = blink::WebLocalFrame::create(this); in createChildFrame() local
/external/chromium_org/chrome/renderer/net/
Dnet_error_helper.cc307 blink::WebFrame* web_frame = render_frame()->GetWebFrame(); in LoadPageFromCache() local
/external/chromium_org/android_webview/renderer/
Dprint_web_view_helper.cc625 if (blink::WebFrame* web_frame = web_view->mainFrame()) in ResizeForPrinting() local
720 if (blink::WebFrame* web_frame = web_view->mainFrame()) in RestoreSize() local
1795 blink::WebLocalFrame* web_frame) { in InitWithFrame()
/external/chromium_org/chrome/renderer/printing/
Dprint_web_view_helper.cc656 if (blink::WebFrame* web_frame = web_view->mainFrame()) in ResizeForPrinting() local
747 if (blink::WebFrame* web_frame = web_view->mainFrame()) in RestoreSize() local
1754 blink::WebLocalFrame* web_frame) { in InitWithFrame()

12