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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DDOMWrapperWorld.h56 class DOMWrapperWorld : public RefCounted<DOMWrapperWorld> { class in namespace:WebCore
59 static PassRefPtr<DOMWrapperWorld> ensureIsolatedWorld(int worldId, int extensionGroup);
60 ~DOMWrapperWorld();
64 static void getAllWorlds(Vector<RefPtr<DOMWrapperWorld> >& worlds);
68 static DOMWrapperWorld* isolatedWorld(v8::Handle<v8::Context> context)
74 // Will return null if there is no DOMWrapperWorld for the current v8::Context
75 static DOMWrapperWorld* current();
117 static PassRefPtr<DOMWrapperWorld> createMainWorld();
120 DOMWrapperWorld(in
[all...]
H A DDOMWrapperWorld.cpp32 #include "bindings/v8/DOMWrapperWorld.h"
49 unsigned DOMWrapperWorld::isolatedWorldCount = 0;
52 void DOMWrapperWorld::setInitializingWindow(bool initializing)
57 PassRefPtr<DOMWrapperWorld> DOMWrapperWorld::createMainWorld()
59 return adoptRef(new DOMWrapperWorld(MainWorldId, mainWorldExtensionGroup));
62 DOMWrapperWorld::DOMWrapperWorld(int worldId, int extensionGroup) function in class:WebCore::DOMWrapperWorld
70 DOMWrapperWorld* DOMWrapperWorld
[all...]

Completed in 131 milliseconds