HomeSort by relevance Sort by last modified time
    Searched defs:V8WindowShell (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.h 53 // V8WindowShell represents all the per-global object state for a Frame that
55 class V8WindowShell {
57 static PassOwnPtr<V8WindowShell> create(Frame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
83 V8WindowShell(Frame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
99 static V8WindowShell* enteredIsolatedWorldContext();
V8WindowShell.cpp 32 #include "bindings/v8/V8WindowShell.h"
81 PassOwnPtr<V8WindowShell> V8WindowShell::create(Frame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
83 return adoptPtr(new V8WindowShell(frame, world, isolate));
86 V8WindowShell::V8WindowShell(Frame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
93 void V8WindowShell::disposeContext()
112 void V8WindowShell::clearForClose(bool destroyGlobal)
124 void V8WindowShell::clearForNavigation()
182 bool V8WindowShell::initializeIfNeeded(
    [all...]

Completed in 613 milliseconds