Searched defs:DOMWrapperWorld (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMWrapperWorld.cpp32 #include "bindings/core/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) function in class:blink::DOMWrapperWorld
63 DOMWrapperWorld
[all...]
H A DDOMWrapperWorld.h61 class DOMWrapperWorld : public RefCounted<DOMWrapperWorld> { class in namespace:blink
63 static PassRefPtr<DOMWrapperWorld> create(int worldId = -1, int extensionGroup = -1);
67 static PassRefPtr<DOMWrapperWorld> ensureIsolatedWorld(int worldId, int extensionGroup);
68 ~DOMWrapperWorld();
72 static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds);
74 static DOMWrapperWorld& world(v8::Handle<v8::Context> context)
79 static DOMWrapperWorld& current(v8::Isolate* isolate)
91 static DOMWrapperWorld& mainWorld();
92 static DOMWrapperWorld
[all...]

Completed in 742 milliseconds