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

  /external/webkit/Source/WebCore/bindings/v8/
WorldContextHandle.h 43 enum WorldToUse { UseMainWorld, UseCurrentWorld };
47 WorldContextHandle(WorldToUse);
51 WorldToUse m_worldToUse;
WorldContextHandle.cpp 38 WorldContextHandle::WorldContextHandle(WorldToUse worldToUse)
39 : m_worldToUse(worldToUse)
41 if (worldToUse == UseMainWorld)

Completed in 529 milliseconds