Searched refs:frameForContext (Results 1 – 10 of 10) sorted by relevance
29 BLINK_EXPORT static WebLocalFrame* frameForContext(v8::Handle<v8::Context>);
42 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetIsolatedFileSystem()98 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetFileEntry()
37 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetFileSystem()
53 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetSyncFileSystemObject()
54 blink::WebLocalFrame::frameForContext(context()->v8_context()); in GetExternalFileEntry()
114 WebLocalFrame* target_frame = WebLocalFrame::frameForContext(context); in GetDetailsForFrame()
436 WebLocalFrame* frame = WebLocalFrame::frameForContext(context); in OnSyntheticGestureCompleted()765 WebLocalFrame* frame = WebLocalFrame::frameForContext(context); in OnSnapshotCompleted()838 WebLocalFrame* frame = WebLocalFrame::frameForContext(context); in OnMicroBenchmarkCompleted()
137 blink::WebLocalFrame* frame = blink::WebLocalFrame::frameForContext(context); in ResourceHostToDOMFileSystem()
476 return frameForContext(context); in frameForCurrentContext()479 WebLocalFrame* WebLocalFrame::frameForContext(v8::Handle<v8::Context> context) in frameForContext() function in blink::WebLocalFrame
266 …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()