Home
last modified time | relevance | path

Searched refs:findFrameWithSecurityOrigin (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorIndexedDBAgent.cpp598 Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin); in requestDatabaseNames()
623 Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin); in requestDatabase()
643 Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin); in requestData()
755 Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin); in clearObjectStore()
DInspectorDOMStorageAgent.cpp219 Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin); in findStorageArea()
DInspectorPageAgent.h172 Frame* findFrameWithSecurityOrigin(const String& originRawString);
DInspectorPageAgent.cpp885 Frame* InspectorPageAgent::findFrameWithSecurityOrigin(const String& originRawString) in findFrameWithSecurityOrigin() function in WebCore::InspectorPageAgent