OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogPlatformLeaks
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/haiku/
LoggingHaiku.cpp
44
LogPlatformLeaks
.state = WTFLogChannelOn;
/external/webkit/Source/WebCore/platform/
Logging.h
51
extern WTFLogChannel
LogPlatformLeaks
;
Logging.cpp
49
WTFLogChannel
LogPlatformLeaks
= { 0x00010000, "WebCoreLogLevel", WTFLogChannelOff };
106
return &
LogPlatformLeaks
;
/external/webkit/Source/WebCore/platform/mac/
LoggingMac.mm
66
initializeWithUserDefault(
LogPlatformLeaks
);
/external/webkit/Source/WebCore/platform/win/
LoggingWin.cpp
90
initializeWithUserDefault(
LogPlatformLeaks
);
Completed in 131 milliseconds