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/core/v8/
DOMWrapperWorld.h 81 if (isMainThread() && worldOfInitializingWindow) {
84 // we cache the world of the initializing window on worldOfInitializingWindow.
85 // If there is no initiazing window, worldOfInitializingWindow is 0.
86 return *worldOfInitializingWindow;
126 worldOfInitializingWindow = world;
129 static bool windowIsBeingInitialized() { return !!worldOfInitializingWindow; }
186 static DOMWrapperWorld* worldOfInitializingWindow;
DOMWrapperWorld.cpp 49 DOMWrapperWorld* DOMWrapperWorld::worldOfInitializingWindow = 0;

Completed in 729 milliseconds