Home
last modified time | relevance | path

Searched refs:mainWorldScriptContext (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/tests/
DWebFrameTest.cpp140 webView->mainFrame()->mainWorldScriptContext())); in TEST_F()
143 webView->mainFrame()->firstChild()->mainWorldScriptContext())); in TEST_F()
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h265 virtual v8::Local<v8::Context> mainWorldScriptContext() const = 0;
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h111 virtual v8::Local<v8::Context> mainWorldScriptContext() const;
DWebFrameImpl.cpp844 v8::Local<v8::Context> WebFrameImpl::mainWorldScriptContext() const in mainWorldScriptContext() function in WebKit::WebFrameImpl
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1629001 (WebKit::WebFrameImpl::mainWorldScriptContext):