Searched refs:WebKitLogPluginEvents (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitLogging.h60 extern WTFLogChannel WebKitLogPluginEvents;
H A DWebKitLogging.m53 WTFLogChannel WebKitLogPluginEvents = { 0x40000000, "WebKitLogLevel", WTFLogChannelOff };
97 initializeLogChannel(&WebKitLogPluginEvents);
/external/webkit/Source/WebKit/win/
H A DWebKitLogging.h61 extern WTFLogChannel WebKitLogPluginEvents;
H A DWebKitLogging.cpp54 WTFLogChannel WebKitLogPluginEvents = { 0x40000000, "WebKitLogLevel", WTFLogChannelOff }; variable
103 initializeLogChannel(&WebKitLogPluginEvents);

Completed in 35 milliseconds