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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.h 79 if (isMainThread() && worldOfInitializingWindow) {
82 // we cache the world of the initializing window on worldOfInitializingWindow.
83 // If there is no initiazing window, worldOfInitializingWindow is 0.
84 return *worldOfInitializingWindow;
119 worldOfInitializingWindow = world;
122 static bool windowIsBeingInitialized() { return !!worldOfInitializingWindow; }
128 static DOMWrapperWorld* worldOfInitializingWindow;
DOMWrapperWorld.cpp 49 DOMWrapperWorld* DOMWrapperWorld::worldOfInitializingWindow = 0;

Completed in 48 milliseconds