Searched refs:frameForContext (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
H A Dfile_browser_private_custom_bindings.cc38 WebKit::WebFrame::frameForContext(context()->v8_context());
H A Dsync_file_system_custom_bindings.cc53 WebKit::WebFrame::frameForContext(context()->v8_context());
H A Dfile_browser_handler_custom_bindings.cc49 WebKit::WebFrame::frameForContext(context()->v8_context());
H A Dfile_system_natives.cc43 WebKit::WebFrame::frameForContext(context()->v8_context());
97 WebKit::WebFrame::frameForContext(context()->v8_context());
H A Dapp_bindings.cc110 WebFrame* target_frame = WebFrame::frameForContext(context);
H A Dcontent_watcher.cc36 WebKit::WebFrame::frameForContext(context()->v8_context()));
H A Dwebstore_bindings.cc66 WebFrame* frame = WebFrame::frameForContext(context()->v8_context());
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc362 WebFrame* frame = WebFrame::frameForContext(context);
453 WebFrame* frame = WebFrame::frameForContext(context);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h106 WEBKIT_EXPORT static WebFrame* frameForContext(v8::Handle<v8::Context>);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp529 return frameForContext(context);
532 WebFrame* WebFrame::frameForContext(v8::Handle<v8::Context> context) function in class:WebKit::WebFrame
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp217 WebFrame::frameForContext(
220 WebFrame::frameForContext(

Completed in 151 milliseconds