Home
last modified time | relevance | path

Searched refs:frameForContext (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebLocalFrame.h29 BLINK_EXPORT static WebLocalFrame* frameForContext(v8::Handle<v8::Context>);
/external/chromium_org/extensions/renderer/
Dfile_system_natives.cc42 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetIsolatedFileSystem()
98 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetFileEntry()
/external/chromium_org/chrome/renderer/extensions/
Dfile_manager_private_custom_bindings.cc37 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetFileSystem()
Dsync_file_system_custom_bindings.cc53 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetSyncFileSystemObject()
Dfile_browser_handler_custom_bindings.cc54 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetExternalFileEntry()
Dapp_bindings.cc114 WebLocalFrame* target_frame = WebLocalFrame::frameForContext(context); in GetDetailsForFrame()
/external/chromium_org/content/renderer/gpu/
Dgpu_benchmarking_extension.cc436 WebLocalFrame* frame = WebLocalFrame::frameForContext(context); in OnSyntheticGestureCompleted()
765 WebLocalFrame* frame = WebLocalFrame::frameForContext(context); in OnSnapshotCompleted()
838 WebLocalFrame* frame = WebLocalFrame::frameForContext(context); in OnMicroBenchmarkCompleted()
/external/chromium_org/content/renderer/pepper/
Dresource_converter.cc137 blink::WebLocalFrame* frame = blink::WebLocalFrame::frameForContext(context); in ResourceHostToDOMFileSystem()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp476 return frameForContext(context); in frameForCurrentContext()
479 WebLocalFrame* WebLocalFrame::frameForContext(v8::Handle<v8::Context> context) in frameForContext() function in blink::WebLocalFrame
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp266 …EXPECT_EQ(webViewHelper.webView()->mainFrame(), WebLocalFrame::frameForContext(webViewHelper.webVi… in TEST_F()
267 …EXPECT_EQ(webViewHelper.webView()->mainFrame()->firstChild(), WebLocalFrame::frameForContext(webVi… in TEST_F()