OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 Frame that
56
class
V8WindowShell
{
58
static PassOwnPtr<
V8WindowShell
> create(Frame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
84
V8WindowShell
(Frame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
104
static
V8WindowShell
* enteredIsolatedWorldContext();
V8WindowShell.cpp
32
#include "bindings/v8/
V8WindowShell
.h"
80
PassOwnPtr<
V8WindowShell
>
V8WindowShell
::create(Frame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
82
return adoptPtr(new
V8WindowShell
(frame, world, isolate));
85
V8WindowShell
::
V8WindowShell
(Frame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
92
void
V8WindowShell
::disposeContext(GlobalDetachmentBehavior behavior)
114
void
V8WindowShell
::clearForClose(bool destroyGlobal)
126
void
V8WindowShell
::clearForNavigation()
183
bool
V8WindowShell
::initializeIfNeeded(
[
all
...]
Completed in 34 milliseconds