Searched defs:PageConsole (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageConsole.cpp30 #include "core/page/PageConsole.h"
51 PageConsole::PageConsole(Page* page) function in class:WebCore::PageConsole
56 void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message)
61 void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack)
66 void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message, const String& url, unsigned lineNumber, unsigned columnNumber, PassRefPtr<ScriptCallStack> callStack, ScriptState* state, unsigned long requestIdentifier)
89 stackTrace = PageConsole::formatStackTraceString(message, callStack);
94 String PageConsole::formatStackTraceString(const String& originalMessage, PassRefPtr<ScriptCallStack> callStack)
112 void PageConsole::mute()
117 void PageConsole
[all...]

Completed in 70 milliseconds