OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsolatedWorld
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
IsolatedWorld.cpp
32
#include "
IsolatedWorld
.h"
36
int
IsolatedWorld
::isolatedWorldCount = 0;
38
IsolatedWorld
::
IsolatedWorld
()
43
IsolatedWorld
::~
IsolatedWorld
()
IsolatedWorld.h
40
class
IsolatedWorld
: public DOMWrapperWorld {
42
static PassRefPtr<
IsolatedWorld
> create() { return adoptRef(new
IsolatedWorld
()); }
48
IsolatedWorld
();
49
~
IsolatedWorld
();
Completed in 300 milliseconds