HomeSort by relevance Sort by last modified time
    Searched defs:worldId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.h 53 static PassRefPtr<DOMWrapperWorld> ensureIsolatedWorld(int worldId, int extensionGroup);
57 static bool isIsolatedWorldId(int worldId) { return worldId > mainWorldId; }
74 static void setIsolatedWorldSecurityOrigin(int worldID, PassRefPtr<SecurityOrigin>);
75 static void clearIsolatedWorldSecurityOrigin(int worldID);
86 static void setIsolatedWorldContentSecurityPolicy(int worldID, const String& policy);
87 static void clearIsolatedWorldContentSecurityPolicy(int worldID);
90 // Associate a logger with the world identified by worldId (worlId may be 0
92 static void setActivityLogger(int worldId, PassOwnPtr<V8DOMActivityLogger>);
93 static V8DOMActivityLogger* activityLogger(int worldId);
    [all...]
V8WindowShell.cpp 101 m_frame->loader()->client()->willReleaseScriptContext(m_context.newLocal(m_isolate), m_world->worldId());
222 m_perContextData->setActivityLogger(DOMWrapperWorld::activityLogger(m_world->worldId()));
251 m_frame->loader()->client()->didCreateScriptContext(context, m_world->extensionGroup(), m_world->worldId());
278 int worldId = m_world->worldId();
282 && !m_frame->loader()->client()->allowScriptExtension(extensions[i]->name(), extensionGroup, worldId))
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 120 milliseconds