Home
last modified time | relevance | path

Searched refs:LogNotYetImplemented (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/
DLogging.cpp32 WTFLogChannel LogNotYetImplemented = { 0x00000001, "WebCoreLogLevel", WTFLogChannelOff }; variable
100 return &LogNotYetImplemented; in getChannelFromName()
DNotImplemented.h48 …WTFLogVerbose(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, &::WebCore::LogNotYetImplemented, "UNIMPLEM…
DLogging.h38 extern WTFLogChannel LogNotYetImplemented;
/external/webkit/Source/WebCore/platform/brew/
DLoggingBrew.cpp41 LogNotYetImplemented.state = WTFLogChannelOn; in InitializeLoggingChannelsIfNecessary()
/external/webkit/Source/WebCore/platform/gtk/
DLoggingGtk.cpp61 LogNotYetImplemented.state = WTFLogChannelOn; in InitializeLoggingChannelsIfNecessary()
/external/webkit/Source/WebCore/platform/efl/
DLoggingEfl.cpp61 LogNotYetImplemented.state = WTFLogChannelOn; in InitializeLoggingChannelsIfNecessary()
/external/webkit/Source/WebCore/platform/qt/
DLoggingQt.cpp52 LogNotYetImplemented.state = WTFLogChannelOn; in InitializeLoggingChannelsIfNecessary()
/external/webkit/Source/WebCore/platform/win/
DLoggingWin.cpp77 initializeWithUserDefault(LogNotYetImplemented); in InitializeLoggingChannelsIfNecessary()
/external/webkit/Source/WebCore/platform/mac/
DLoggingMac.mm53 initializeWithUserDefault(LogNotYetImplemented);