Home | History | Annotate | Download | only in src

Lines Matching refs:v8

164 #if USE(V8)
485 WebFrame* WebFrame::frameForContext(v8::Handle<v8::Context> context)
763 #if USE(V8)
827 #if USE(V8)
834 #if USE(V8)
835 v8::Handle<v8::Value> WebFrameImpl::executeScriptAndReturnValue(
843 // Returns the V8 context for this frame, or an empty handle if there is none.
844 v8::Local<v8::Context> WebFrameImpl::mainWorldScriptContext() const
847 return v8::Local<v8::Context>();
852 v8::Handle<v8::Value> WebFrameImpl::createFileSystem(WebFileSystem::Type type,
859 v8::Handle<v8::Value> WebFrameImpl::createFileEntry(WebFileSystem::Type type,