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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleScriptWorld.h 49 WebCore::DOMWrapperWorld* coreWorld() const;
InjectedBundle.cpp 219 PageGroup::pageGroup(pageGroup->identifier())->addUserScriptToWorld(scriptWorld->coreWorld(), source, KURL(KURL(), url), toStringVector(whitelist), toStringVector(blacklist), injectionTime, injectedFrames);
225 PageGroup::pageGroup(pageGroup->identifier())->addUserStyleSheetToWorld(scriptWorld->coreWorld(), source, KURL(KURL(), url), toStringVector(whitelist), toStringVector(blacklist), injectedFrames);
231 PageGroup::pageGroup(pageGroup->identifier())->removeUserScriptFromWorld(scriptWorld->coreWorld(), KURL(KURL(), url));
237 PageGroup::pageGroup(pageGroup->identifier())->removeUserStyleSheetFromWorld(scriptWorld->coreWorld(), KURL(KURL(), url));
242 PageGroup::pageGroup(pageGroup->identifier())->removeUserScriptsFromWorld(scriptWorld->coreWorld());
247 PageGroup::pageGroup(pageGroup->identifier())->removeUserStyleSheetsFromWorld(scriptWorld->coreWorld());
InjectedBundleScriptWorld.cpp 80 DOMWrapperWorld* InjectedBundleScriptWorld::coreWorld() const
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 462 return toGlobalRef(m_coreFrame->script()->globalObject(world->coreWorld())->globalExec());
580 JSDOMWindow* globalObject = m_coreFrame->script()->globalObject(world->coreWorld());
592 JSDOMWindow* globalObject = m_coreFrame->script()->globalObject(world->coreWorld());
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm     [all...]

Completed in 108 milliseconds