OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getChannelFromName
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
Logging.h
68
PLATFORM_EXPORT WTFLogChannel*
getChannelFromName
(const String& channelName);
Logging.cpp
71
WTFLogChannel*
getChannelFromName
(const String& channelName)
/external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp
264
WTFLogChannel* channel = WebCore::
getChannelFromName
(name);
Completed in 79 milliseconds