Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorConsoleAgent.h91 void consoleCount(ScriptState*, PassRefPtr<ScriptArguments>);
DInspectorConsoleAgent.cpp234 void InspectorConsoleAgent::consoleCount(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in consoleCount() function in WebCore::InspectorConsoleAgent
DInspectorInstrumentation.idl466 …void consoleCount(ExecutionContext* context, ScriptState* state, PassRefPtr<ScriptArguments> argum…
/external/chromium_org/third_party/WebKit/Source/core/frame/
DConsoleBase.cpp106 InspectorInstrumentation::consoleCount(context(), state, arguments); in count()