HomeSort by relevance Sort by last modified time
    Searched full:m_normalworld (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
WebCoreJSClientData.h 41 ASSERT(m_worldSet.contains(m_normalWorld.get()));
43 ASSERT(m_normalWorld->hasOneRef());
44 m_normalWorld.clear();
48 DOMWrapperWorld* normalWorld() { return m_normalWorld.get(); }
70 RefPtr<DOMWrapperWorld> m_normalWorld;
77 webCoreJSClientData->m_normalWorld = DOMWrapperWorld::create(globalData, true);

Completed in 37 milliseconds