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

  /external/chromium_org/third_party/WebKit/public/web/
WebLocalFrame.h 29 BLINK_EXPORT static WebLocalFrame* frameForContext(v8::Handle<v8::Context>);
  /external/chromium_org/chrome/renderer/extensions/
file_browser_private_custom_bindings.cc 37 blink::WebLocalFrame::frameForContext(context()->v8_context());
sync_file_system_custom_bindings.cc 53 blink::WebLocalFrame::frameForContext(context()->v8_context());
file_browser_handler_custom_bindings.cc 54 blink::WebLocalFrame::frameForContext(context()->v8_context());
app_bindings.cc 114 WebLocalFrame* target_frame = WebLocalFrame::frameForContext(context);
  /external/chromium_org/extensions/renderer/
file_system_natives.cc 42 blink::WebLocalFrame::frameForContext(context()->v8_context());
98 blink::WebLocalFrame::frameForContext(context()->v8_context());
  /external/chromium_org/content/renderer/pepper/
resource_converter.cc 137 blink::WebLocalFrame* frame = blink::WebLocalFrame::frameForContext(context);
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 436 WebLocalFrame* frame = WebLocalFrame::frameForContext(context);
765 WebLocalFrame* frame = WebLocalFrame::frameForContext(context);
838 WebLocalFrame* frame = WebLocalFrame::frameForContext(context);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 475 return frameForContext(context);
478 WebLocalFrame* WebLocalFrame::frameForContext(v8::Handle<v8::Context> context)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 234 EXPECT_EQ(webViewHelper.webView()->mainFrame(), WebLocalFrame::frameForContext(webViewHelper.webView()->mainFrame()->mainWorldScriptContext()));
235 EXPECT_EQ(webViewHelper.webView()->mainFrame()->firstChild(), WebLocalFrame::frameForContext(webViewHelper.webView()->mainFrame()->firstChild()->mainWorldScriptContext()));
    [all...]

Completed in 219 milliseconds