frameForContext   465 Source/web/WebFrameImpl.cpp     return frameForContext(context);
frameForContext   242 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(webViewHelper.webView()->mainFrame(), WebFrame::frameForContext(webViewHelper.webView()->mainFrame()->mainWorldScriptContext()));
frameForContext   243 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(webViewHelper.webView()->mainFrame()->firstChild(), WebFrame::frameForContext(webViewHelper.webView()->mainFrame()->firstChild()->mainWorldScriptContext()));
frameForContext   116 public/web/WebFrame.h     BLINK_EXPORT static WebLocalFrame* frameForContext(v8::Handle<v8::Context>);