HomeSort by relevance Sort by last modified time
    Searched defs:web_frame (Results 1 - 16 of 16) 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/
stats_collection_controller.cc 24 blink::WebLocalFrame* web_frame = local
26 if (!web_frame)
29 blink::WebView* web_view = web_frame->view();
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 1528 WebLocalFrame* web_frame = GetMainFrame(); local
1550 WebLocalFrame* web_frame = GetMainFrame(); local
2133 WebLocalFrame* web_frame = GetMainFrame(); local
2162 WebLocalFrame* web_frame = GetMainFrame(); local
    [all...]
render_frame_impl.cc 375 RenderFrame* RenderFrame::FromWebFrame(blink::WebFrame* web_frame) {
376 return RenderFrameImpl::FromWebFrame(web_frame);
379 RenderFrameImpl* RenderFrameImpl::FromWebFrame(blink::WebFrame* web_frame) {
380 FrameMap::iterator iter = g_frame_map.Get().find(web_frame);
448 void RenderFrameImpl::SetWebFrame(blink::WebLocalFrame* web_frame) {
452 std::make_pair(web_frame, this));
455 frame_ = web_frame;
1485 blink::WebLocalFrame* web_frame = WebLocalFrame::create(child_render_frame); local
    [all...]
render_view_impl.cc 677 WebLocalFrame* web_frame = WebLocalFrame::create(main_render_frame_.get()); local
678 main_render_frame_->SetWebFrame(web_frame);
    [all...]
  /external/chromium_org/extensions/renderer/
script_context.h 53 blink::WebFrame* web_frame() const { return web_frame_; } function in class:extensions::ScriptContext
script_injection.cc 72 PendingInjection(blink::WebFrame* web_frame,
83 blink::WebFrame* web_frame; member in struct:extensions::ScriptInjection::PendingInjection
95 blink::WebFrame* web_frame,
99 web_frame(web_frame),
213 *frame_out = pending_injection->web_frame;
214 Inject(pending_injection->web_frame,
226 if ((*iter)->web_frame == frame)
  /external/chromium_org/athena/virtual_keyboard/
virtual_keyboard_bindings_impl.cc 88 blink::WebFrame* web_frame = local
92 v8::Handle<v8::Context> context = web_frame->mainWorldScriptContext();
  /external/chromium_org/chrome/renderer/autofill/
autofill_renderer_browsertest.cc 192 WebFrame* web_frame = GetMainFrame(); local
193 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);
833 WebFrame* web_frame = GetMainFrame(); local
834 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
897 WebFrame* web_frame = GetMainFrame(); local
898 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
999 WebFrame* web_frame = GetMainFrame(); local
1000 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1015 WebFrame* web_frame = GetMainFrame(); local
1016 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1029 WebFrame* web_frame = GetMainFrame(); local
1030 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1049 WebFrame* web_frame = GetMainFrame(); local
1050 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1069 WebFrame* web_frame = GetMainFrame(); local
1070 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1098 WebFrame* web_frame = GetMainFrame(); local
1099 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1146 WebFrame* web_frame = GetMainFrame(); local
1147 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
1240 WebFrame* web_frame = GetMainFrame(); local
1241 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2346 WebFrame* web_frame = GetMainFrame(); local
2347 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2446 WebFrame* web_frame = GetMainFrame(); local
2447 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2527 WebFrame* web_frame = GetMainFrame(); local
2528 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2617 WebFrame* web_frame = GetMainFrame(); local
2618 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2840 WebFrame* web_frame = GetMainFrame(); local
2841 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
2955 WebFrame* web_frame = GetMainFrame(); local
2956 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3068 WebFrame* web_frame = GetMainFrame(); local
3069 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3147 WebFrame* web_frame = GetMainFrame(); local
3148 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3215 WebFrame* web_frame = GetMainFrame(); local
3216 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3283 WebFrame* web_frame = GetMainFrame(); local
3284 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3352 WebFrame* web_frame = GetMainFrame(); local
3353 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
3402 WebFrame* web_frame = GetMainFrame(); local
3403 ASSERT_NE(static_cast<WebFrame*>(NULL), web_frame); local
    [all...]
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 299 blink::WebFrame* web_frame = render_frame()->GetWebFrame(); local
300 DCHECK(!EqualsASCII(web_frame->dataSource()->request().httpMethod(), "POST"));
305 web_frame->loadRequest(request);
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 185 WebLocalFrame* web_frame() const { function in class:content::__anon11970::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 1027 blink::WebFrame* web_frame = render_frame->GetWebFrame(); local
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 472 blink::WebFrame* web_frame = GetWebView()->mainFrame(); local
474 int page_count = web_frame->printBegin(page_size_in_pixels);
481 web_frame->printPagesWithBoundaries(canvas.get(), page_size_in_pixels);
482 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 598 milliseconds