OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddLogEntry
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/chromedriver/
performance_logger.h
57
void
AddLogEntry
(Log::Level level,
62
void
AddLogEntry
(const std::string& webview,
performance_logger.cc
116
void PerformanceLogger::
AddLogEntry
(
133
void PerformanceLogger::
AddLogEntry
(
137
AddLogEntry
(Log::kInfo, webview, method, params);
170
AddLogEntry
(client->GetId(), method, params);
194
AddLogEntry
(client->GetId(), "Tracing.dataCollected", *event_dict);
212
AddLogEntry
(Log::kWarning,
/external/chromium_org/chromeos/network/
network_event_log.cc
252
void
AddLogEntry
(const LogEntry& entry);
267
void NetworkEventLog::
AddLogEntry
(const LogEntry& entry) {
422
g_network_event_log->
AddLogEntry
(entry);
Completed in 432 milliseconds