Searched refs:inspectorAgentForFrame (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorInstrumentation.h296 static InspectorAgent* inspectorAgentForFrame(Frame*);
320 if (InspectorAgent* inspectorAgent = inspectorAgentForFrame(frame))
622 if (InspectorAgent* ic = inspectorAgentForFrame(frame))
661 if (InspectorAgent* inspectorAgent = inspectorAgentForFrame(frame))
702 if (InspectorAgent* inspectorAgent = inspectorAgentForFrame(frame))
710 if (InspectorAgent* inspectorAgent = inspectorAgentForFrame(frame))
718 if (InspectorAgent* inspectorAgent = inspectorAgentForFrame(frame))
742 if (InspectorAgent* inspectorAgent = inspectorAgentForFrame(frame))
750 if (InspectorAgent* inspectorAgent = inspectorAgentForFrame(frame))
758 if (InspectorAgent* inspectorAgent = inspectorAgentForFrame(fram
890 inline InspectorAgent* InspectorInstrumentation::inspectorAgentForFrame(Frame* frame) function in class:WebCore::InspectorInstrumentation
[all...]
H A DInspectorInstrumentation.cpp453 if (InspectorAgent* inspectorAgent = inspectorAgentForFrame(loader->frame())) {

Completed in 50 milliseconds