instrumentationForPage  144 Source/core/inspector/InspectorController.h     friend InstrumentingAgents* instrumentationForPage(Page*);
instrumentationForPage  202 Source/core/inspector/InspectorInstrumentation.cpp     return instrumentationForPage(page);
instrumentationForPage  187 Source/core/inspector/InspectorInstrumentation.h InstrumentingAgents* instrumentationForPage(Page*);
instrumentationForPage 1546 Source/core/testing/Internals.cpp     InstrumentingAgents* instrumentingAgents = instrumentationForPage(document->page());