Home
last modified time | relevance | path

Searched refs:humanReadableName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DDOMWrapperWorld.cpp190 …id DOMWrapperWorld::setIsolatedWorldHumanReadableName(int worldId, const String& humanReadableName) in setIsolatedWorldHumanReadableName() argument
193 isolatedWorldHumanReadableNames().set(worldId, humanReadableName); in setIsolatedWorldHumanReadableName()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorRuntimeAgent.cpp220 … String humanReadableName = world.isIsolatedWorld() ? world.isolatedWorldHumanReadableName() : ""; in addExecutionContextToFrontend() local
224 .setName(humanReadableName) in addExecutionContextToFrontend()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp737 …bLocalFrameImpl::setIsolatedWorldHumanReadableName(int worldID, const WebString& humanReadableName) in setIsolatedWorldHumanReadableName() argument
740 DOMWrapperWorld::setIsolatedWorldHumanReadableName(worldID, humanReadableName); in setIsolatedWorldHumanReadableName()