Home | History | Annotate | Download | only in page

Lines Matching refs:InspectorInstrumentation

78     InspectorInstrumentation::addMessageToConsole(page, ConsoleAPIMessageSource, type, level, message, state, arguments);
144 InspectorInstrumentation::consoleCount(page(), state, arguments);
149 InspectorInstrumentation::consoleTimeStamp(m_frame, arguments);
160 if (!InspectorInstrumentation::profilerEnabled(page))
165 resolvedTitle = InspectorInstrumentation::getCurrentUserInitiatedProfileName(page, true);
171 InspectorInstrumentation::addStartProfilingMessageToConsole(page, resolvedTitle, lastCaller.lineNumber(), lastCaller.sourceURL());
180 if (!InspectorInstrumentation::profilerEnabled(page))
188 InspectorInstrumentation::addProfile(page, profile, callStack);
194 InspectorInstrumentation::startConsoleTiming(m_frame, title);
202 InspectorInstrumentation::stopConsoleTiming(m_frame, title, callStack.release());
207 InspectorInstrumentation::consoleTimeStamp(m_frame, arguments);
212 InspectorInstrumentation::addMessageToConsole(page(), ConsoleAPIMessageSource, StartGroupMessageType, LogMessageLevel, String(), state, arguments);
217 InspectorInstrumentation::addMessageToConsole(page(), ConsoleAPIMessageSource, StartGroupCollapsedMessageType, LogMessageLevel, String(), state, arguments);
222 InspectorInstrumentation::addMessageToConsole(page(), ConsoleAPIMessageSource, EndGroupMessageType, LogMessageLevel, String(), String(), 0, 0);