Home
last modified time | relevance | path

Searched refs:originRawString (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.h160 LocalFrame* findFrameWithSecurityOrigin(const String& originRawString);
DInspectorPageAgent.cpp944 LocalFrame* InspectorPageAgent::findFrameWithSecurityOrigin(const String& originRawString) in findFrameWithSecurityOrigin() argument
951 if (documentOrigin->toRawString() == originRawString) in findFrameWithSecurityOrigin()