Searched refs:WTFLogChannel (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | Logging.h | 41 PLATFORM_EXPORT extern WTFLogChannel LogNotYetImplemented; 42 PLATFORM_EXPORT extern WTFLogChannel LogFrames; 43 PLATFORM_EXPORT extern WTFLogChannel LogLoading; 44 PLATFORM_EXPORT extern WTFLogChannel LogPopupBlocking; 45 PLATFORM_EXPORT extern WTFLogChannel LogEvents; 46 PLATFORM_EXPORT extern WTFLogChannel LogEditing; 47 PLATFORM_EXPORT extern WTFLogChannel LogLiveConnect; 48 PLATFORM_EXPORT extern WTFLogChannel LogIconDatabase; 49 PLATFORM_EXPORT extern WTFLogChannel LogSQLDatabase; 50 PLATFORM_EXPORT extern WTFLogChannel LogSpellingAndGrammar; [all …]
|
D | Logging.cpp | 35 WTFLogChannel LogNotYetImplemented = { 0x00000001, "WebCoreLogLevel", WTFLogChannelOff }; 37 WTFLogChannel LogFrames = { 0x00000010, "WebCoreLogLevel", WTFLogChannelOff }; 38 WTFLogChannel LogLoading = { 0x00000020, "WebCoreLogLevel", WTFLogChannelOff }; 39 WTFLogChannel LogPopupBlocking = { 0x00000040, "WebCoreLogLevel", WTFLogChannelOff }; 40 WTFLogChannel LogEvents = { 0x00000080, "WebCoreLogLevel", WTFLogChannelOff }; 42 WTFLogChannel LogEditing = { 0x00000100, "WebCoreLogLevel", WTFLogChannelOff }; 43 WTFLogChannel LogLiveConnect = { 0x00000200, "WebCoreLogLevel", WTFLogChannelOff }; 44 WTFLogChannel LogIconDatabase = { 0x00000400, "WebCoreLogLevel", WTFLogChannelOff }; 45 WTFLogChannel LogSQLDatabase = { 0x00000800, "WebCoreLogLevel", WTFLogChannelOff }; 47 WTFLogChannel LogSpellingAndGrammar ={ 0x00001000, "WebCoreLogLevel", WTFLogChannelOff }; [all …]
|
D | NotImplemented.cpp | 35 WTFLogChannel* notImplementedLoggingChannel() in notImplementedLoggingChannel()
|
D | NotImplemented.h | 37 PLATFORM_EXPORT WTFLogChannel* notImplementedLoggingChannel();
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | Assertions.h | 102 } WTFLogChannel; typedef 109 WTF_EXPORT void WTFLog(WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3); 110 WTF_EXPORT void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel*, con…
|
D | RefCountedLeakCounter.cpp | 46 static WTFLogChannel LogRefCountedLeaks = { 0x00000000, "", WTFLogChannelOn };
|
D | Assertions.cpp | 355 void WTFLog(WTFLogChannel* channel, const char* format, ...) in WTFLog() 366 void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel* channel, const … in WTFLogVerbose()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebKit.cpp | 216 WTFLogChannel* channel = WebCore::getChannelFromName(name); in enableLogChannel()
|