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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.cpp 32 #include "bindings/v8/DOMWrapperWorld.h"
48 unsigned DOMWrapperWorld::isolatedWorldCount = 0;
49 DOMWrapperWorld* DOMWrapperWorld::worldOfInitializingWindow = 0;
51 PassRefPtr<DOMWrapperWorld> DOMWrapperWorld::create(int worldId, int extensionGroup)
53 return adoptRef(new DOMWrapperWorld(worldId, extensionGroup));
56 DOMWrapperWorld::DOMWrapperWorld(int worldId, int extensionGroup)
63 DOMWrapperWorld& DOMWrapperWorld::mainWorld(
    [all...]
DOMWrapperWorld.h 60 class DOMWrapperWorld : public RefCounted<DOMWrapperWorld> {
62 static PassRefPtr<DOMWrapperWorld> create(int worldId = -1, int extensionGroup = -1);
65 static PassRefPtr<DOMWrapperWorld> ensureIsolatedWorld(int worldId, int extensionGroup);
66 ~DOMWrapperWorld();
70 static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds);
72 static DOMWrapperWorld& world(v8::Handle<v8::Context> context)
77 static DOMWrapperWorld& current(v8::Isolate* isolate)
89 static DOMWrapperWorld& mainWorld();
116 static void setWorldOfInitializingWindow(DOMWrapperWorld* world
    [all...]

Completed in 92 milliseconds