Searched refs:WTFLogChannel (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLogging.h41 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 LogSpellingAndGramma
[all...]
H A DNotImplemented.cpp35 WTFLogChannel* notImplementedLoggingChannel()
H A DLogging.cpp35 WTFLogChannel LogNotYetImplemented = { WTFLogChannelOff };
37 WTFLogChannel LogFrames = { WTFLogChannelOff };
38 WTFLogChannel LogLoading = { WTFLogChannelOff };
39 WTFLogChannel LogPopupBlocking = { WTFLogChannelOff };
40 WTFLogChannel LogEvents = { WTFLogChannelOff };
42 WTFLogChannel LogEditing = { WTFLogChannelOff };
43 WTFLogChannel LogLiveConnect = { WTFLogChannelOff };
44 WTFLogChannel LogIconDatabase = { WTFLogChannelOff };
45 WTFLogChannel LogSQLDatabase = { WTFLogChannelOff };
47 WTFLogChannel LogSpellingAndGramma
[all...]
H A DNotImplemented.h37 PLATFORM_EXPORT WTFLogChannel* notImplementedLoggingChannel();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefCountedLeakCounter.cpp46 static WTFLogChannel LogRefCountedLeaks = { WTFLogChannelOn };
H A DAssertions.h96 } WTFLogChannel; typedef in typeref:struct:__anon11425
103 WTF_EXPORT void WTFLog(WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3);
104 WTF_EXPORT void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6);
H A DAssertions.cpp367 void WTFLog(WTFLogChannel* channel, const char* format, ...)
378 void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel* channel, const char* format, ...)
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebKit.cpp252 WTFLogChannel* channel = getChannelFromName(name);

Completed in 113 milliseconds