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.h 56 class DOMWrapperWorld : public RefCounted<DOMWrapperWorld> {
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(int worldId, int extensionGroup)
    [all...]
DOMWrapperWorld.cpp 32 #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)
70 DOMWrapperWorld* DOMWrapperWorld::current(
    [all...]

Completed in 150 milliseconds