Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.h170 bool hasIdForFrame(Frame*) const;
DInspectorCanvasAgent.cpp322 if (m_pageAgent->hasIdForFrame(frame)) { in didCommitLoad()
DInspectorPageAgent.cpp868 bool InspectorPageAgent::hasIdForFrame(Frame* frame) const in hasIdForFrame() function in WebCore::InspectorPageAgent