Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentation.cpp206 return instrumentationForPage(page); in instrumentingAgentsFor()
246 InstrumentingAgents* instrumentationForPage(Page* page) in instrumentationForPage() function
DInspectorController.h126 friend InstrumentingAgents* instrumentationForPage(Page*);
DInspectorInstrumentation.h184 InstrumentingAgents* instrumentationForPage(Page*);
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1537 InstrumentingAgents* instrumentingAgents = instrumentationForPage(document->page()); in consoleMessageArgumentCounts()