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 62 static PassRefPtr<DOMWrapperWorld> create(int worldId = -1, int extensionGroup = -1);
65 static PassRefPtr<DOMWrapperWorld> ensureIsolatedWorld(int worldId, int extensionGroup);
94 static void setIsolatedWorldSecurityOrigin(int worldId, PassRefPtr<SecurityOrigin>);
105 static void setIsolatedWorldContentSecurityPolicy(int worldId, const String& policy);
112 int worldId() const { return m_worldId; }
125 DOMWrapperWorld(int worldId, int extensionGroup);
V8WindowShell.cpp 101 m_frame->loader().client()->willReleaseScriptContext(context, m_world->worldId());
241 m_frame->loader().client()->didCreateScriptContext(context, m_world->extensionGroup(), m_world->worldId());
265 int worldId = m_world->worldId();
267 if (!m_frame->loader().client()->allowScriptExtension(extensions[i]->name(), extensionGroup, worldId))
375 m_world->worldId(), m_frame->document() ? m_frame->document()->baseURI() : KURL()));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 86 milliseconds