OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebKitLogIconDatabase
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebKitLogging.h
61
extern WTFLogChannel
WebKitLogIconDatabase
;
WebKitLogging.m
54
WTFLogChannel
WebKitLogIconDatabase
= { 0x80000000, "WebKitLogLevel", WTFLogChannelOff };
98
initializeLogChannel(&
WebKitLogIconDatabase
);
/external/webkit/Source/WebKit/win/
WebKitLogging.h
62
extern WTFLogChannel
WebKitLogIconDatabase
;
WebKitLogging.cpp
55
WTFLogChannel
WebKitLogIconDatabase
= { 0x80000000, "WebKitLogLevel", WTFLogChannelOff };
104
initializeLogChannel(&
WebKitLogIconDatabase
);
Completed in 17 milliseconds