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 54 // V8WindowShell represents all the per-global object state for a LocalFrame that
56 class V8WindowShell {
58 static PassOwnPtr<V8WindowShell> create(LocalFrame*, DOMWrapperWorld&, v8::Isolate*);
85 V8WindowShell(LocalFrame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
109 static V8WindowShell* enteredIsolatedWorldContext();
V8WindowShell.cpp 32 #include "bindings/v8/V8WindowShell.h"
82 PassOwnPtr<V8WindowShell> V8WindowShell::create(LocalFrame* frame, DOMWrapperWorld& world, v8::Isolate* isolate)
84 return adoptPtr(new V8WindowShell(frame, &world, isolate));
87 V8WindowShell::V8WindowShell(LocalFrame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
94 void V8WindowShell::disposeContext(GlobalDetachmentBehavior behavior)
114 void V8WindowShell::clearForClose()
123 void V8WindowShell::clearForNavigation()
178 bool V8WindowShell::initializeIfNeeded(
    [all...]

Completed in 61 milliseconds