HomeSort by relevance Sort by last modified time
    Searched refs:frameForContext (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
file_browser_private_custom_bindings.cc 38 blink::WebFrame::frameForContext(context()->v8_context());
sync_file_system_custom_bindings.cc 53 blink::WebFrame::frameForContext(context()->v8_context());
file_browser_handler_custom_bindings.cc 49 blink::WebFrame::frameForContext(context()->v8_context());
file_system_natives.cc 47 blink::WebFrame::frameForContext(context()->v8_context());
101 blink::WebFrame::frameForContext(context()->v8_context());
app_bindings.cc 113 WebFrame* target_frame = WebFrame::frameForContext(context);
webstore_bindings.cc 67 WebFrame* frame = WebFrame::frameForContext(context()->v8_context());
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 126 BLINK_EXPORT static WebFrame* frameForContext(v8::Handle<v8::Context>);
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 492 WebFrame* frame = WebFrame::frameForContext(context);
714 WebFrame* frame = WebFrame::frameForContext(context);
783 WebFrame* frame = WebFrame::frameForContext(context);
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 511 return frameForContext(context);
514 WebFrame* WebFrame::frameForContext(v8::Handle<v8::Context> context)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 230 EXPECT_EQ(webViewHelper.webView()->mainFrame(), WebFrame::frameForContext(webViewHelper.webView()->mainFrame()->mainWorldScriptContext()));
231 EXPECT_EQ(webViewHelper.webView()->mainFrame()->firstChild(), WebFrame::frameForContext(webViewHelper.webView()->mainFrame()->firstChild()->mainWorldScriptContext()));
    [all...]

Completed in 82 milliseconds