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

  /external/webkit/Source/WebCore/bindings/v8/
DOMWrapperWorld.cpp 47 DEFINE_STATIC_LOCAL(RefPtr<DOMWrapperWorld>, cachedNormalWorld, (DOMWrapperWorld::create()));
48 return cachedNormalWorld.get();
  /external/webkit/Source/WebCore/bindings/js/
DOMWrapperWorld.cpp 80 static DOMWrapperWorld* cachedNormalWorld = normalWorld(*JSDOMWindow::commonJSGlobalData());
81 return cachedNormalWorld;

Completed in 41 milliseconds