HomeSort by relevance Sort by last modified time
    Searched defs:web_frame (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/content/renderer/media/
renderer_webaudiodevice_impl.cc 51 WebLocalFrame* const web_frame = WebLocalFrame::frameForCurrentContext(); local
52 WebView* const web_view = web_frame ? web_frame->view() : NULL;
54 web_frame ? RenderFrame::FromWebFrame(web_frame) : NULL;
  /external/chromium_org/content/renderer/
render_frame_proxy.h 81 static RenderFrameProxy* FromWebFrame(blink::WebFrame* web_frame);
94 blink::WebRemoteFrame* web_frame() { return web_frame_; } function in class:content::RenderFrameProxy
stats_collection_controller.cc 24 blink::WebLocalFrame* web_frame = local
26 if (!web_frame)
29 blink::WebView* web_view = web_frame->view();
render_frame_proxy.cc 48 blink::WebRemoteFrame* web_frame = blink::WebRemoteFrame::create(proxy.get()); local
49 proxy->Init(web_frame, frame_to_replace->render_view());
60 blink::WebRemoteFrame* web_frame = NULL; local
64 web_frame = blink::WebRemoteFrame::create(proxy.get());
65 render_view->webview()->setMainFrame(web_frame);
72 web_frame = parent->web_frame()->createRemoteChild("", proxy.get());
76 proxy->Init(web_frame, render_view);
89 RenderFrameProxy* RenderFrameProxy::FromWebFrame(blink::WebFrame* web_frame) {
90 FrameMap::iterator iter = g_frame_map.Get().find(web_frame);
    [all...]
dom_serializer_browsertest.cc 258 WebFrame* web_frame = GetMainFrame(); local
260 ASSERT_TRUE(web_frame != NULL);
262 web_frame->loadData(data, "text/html", encoding_info, base_url);
274 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), page_url); local
275 ASSERT_TRUE(web_frame != NULL);
283 bool result = WebPageSerializer::serialize(web_frame->toWebLocalFrame(),
295 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
296 ASSERT_TRUE(web_frame != NULL);
297 WebDocument doc = web_frame->document();
306 web_frame->document().encoding())
315 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
367 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
419 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
485 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
540 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
576 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
609 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
702 WebFrame* web_frame = GetMainFrame(); local
755 WebFrame* web_frame = FindSubFrameByURL(GetWebView(), file_url); local
    [all...]
render_view_browsertest.cc 1595 WebLocalFrame* web_frame = GetMainFrame(); local
1618 WebLocalFrame* web_frame = GetMainFrame(); local
2204 WebLocalFrame* web_frame = GetMainFrame(); local
2234 WebLocalFrame* web_frame = GetMainFrame(); local
    [all...]
render_frame_impl.cc 400 blink::WebRemoteFrame* parent_web_frame = proxy->web_frame();
405 blink::WebLocalFrame* web_frame = local
407 render_frame->SetWebFrame(web_frame);
412 RenderFrame* RenderFrame::FromWebFrame(blink::WebFrame* web_frame) {
413 return RenderFrameImpl::FromWebFrame(web_frame);
417 RenderFrameImpl* RenderFrameImpl::FromWebFrame(blink::WebFrame* web_frame) {
418 FrameMap::iterator iter = g_frame_map.Get().find(web_frame);
496 void RenderFrameImpl::SetWebFrame(blink::WebLocalFrame* web_frame) {
500 std::make_pair(web_frame, this));
503 frame_ = web_frame;
1761 blink::WebLocalFrame* web_frame = WebLocalFrame::create(child_render_frame); local
    [all...]
render_view_impl.cc 714 WebLocalFrame* web_frame = WebLocalFrame::create(main_render_frame_.get()); local
715 main_render_frame_->SetWebFrame(web_frame);
781 webview()->setMainFrame(proxy->web_frame());
    [all...]
  /external/chromium_org/extensions/renderer/
script_injection.h 32 blink::WebLocalFrame* web_frame,
53 blink::WebLocalFrame* web_frame() const { return web_frame_; } function in class:extensions::ScriptInjection
script_context.h 61 blink::WebFrame* web_frame() const { return web_frame_; } function in class:extensions::ScriptContext
  /external/chromium_org/chrome/renderer/autofill/
autofill_renderer_browsertest.cc 200 WebFrame* web_frame = GetMainFrame(); local
201 WebDocument document = web_frame->document();
form_autofill_browsertest.cc 120 WebFrame* web_frame = GetMainFrame(); local
121 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
125 form_cache.ExtractNewForms(*web_frame, &forms);
130 EXPECT_EQ(GURL(web_frame->document().url()), form.origin);
180 WebFrame* web_frame = GetMainFrame(); local
181 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
185 form_cache.ExtractNewForms(*web_frame, &forms);
189 WebElement element = web_frame->document().getElementById("firstname");
201 EXPECT_EQ(GURL(web_frame->document().url()), form_data.origin);
947 WebFrame* web_frame = GetMainFrame(); local
948 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1011 WebFrame* web_frame = GetMainFrame(); local
1012 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1113 WebFrame* web_frame = GetMainFrame(); local
1114 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1129 WebFrame* web_frame = GetMainFrame(); local
1130 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1143 WebFrame* web_frame = GetMainFrame(); local
1144 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1163 WebFrame* web_frame = GetMainFrame(); local
1164 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1183 WebFrame* web_frame = GetMainFrame(); local
1184 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1212 WebFrame* web_frame = GetMainFrame(); local
1213 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1260 WebFrame* web_frame = GetMainFrame(); local
1261 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1354 WebFrame* web_frame = GetMainFrame(); local
1355 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2460 WebFrame* web_frame = GetMainFrame(); local
2461 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2560 WebFrame* web_frame = GetMainFrame(); local
2561 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2641 WebFrame* web_frame = GetMainFrame(); local
2642 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2731 WebFrame* web_frame = GetMainFrame(); local
2732 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2954 WebFrame* web_frame = GetMainFrame(); local
2955 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3069 WebFrame* web_frame = GetMainFrame(); local
3070 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3182 WebFrame* web_frame = GetMainFrame(); local
3183 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3259 WebFrame* web_frame = GetMainFrame(); local
3260 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3327 WebFrame* web_frame = GetMainFrame(); local
3328 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3395 WebFrame* web_frame = GetMainFrame(); local
3396 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3464 WebFrame* web_frame = GetMainFrame(); local
3465 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3514 WebFrame* web_frame = GetMainFrame(); local
3515 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
    [all...]
  /external/chromium_org/mojo/services/html_viewer/
html_document_view.cc 194 blink::WebLocalFrame* web_frame = blink::WebLocalFrame::create(this); local
195 parent->appendChild(web_frame);
196 return web_frame;
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 307 blink::WebFrame* web_frame = render_frame()->GetWebFrame(); local
308 DCHECK(!EqualsASCII(web_frame->dataSource()->request().httpMethod(), "POST"));
313 web_frame->loadRequest(request);
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 185 WebLocalFrame* web_frame() const { function in class:content::__anon12339::GpuBenchmarkingContext
491 context.web_frame()->mainWorldScriptContext());
581 context.web_frame()->mainWorldScriptContext());
686 context.web_frame()->mainWorldScriptContext());
744 context.web_frame()->mainWorldScriptContext());
820 context.web_frame()->mainWorldScriptContext());
875 context.web_frame()->mainWorldScriptContext());
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 1082 blink::WebFrame* web_frame = render_frame->GetWebFrame(); local
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 519 blink::WebFrame* web_frame = GetWebView()->mainFrame(); local
521 int page_count = web_frame->printBegin(page_size_in_pixels);
531 web_frame->printPagesWithBoundaries(canvas.get(), page_size_in_pixels);
532 web_frame->printEnd();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 416 milliseconds