Home
last modified time | relevance | path

Searched refs:GetAllLogs (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dfake_debug_daemon_client.h41 virtual void GetAllLogs(const GetLogsCallback& callback) OVERRIDE;
Ddebug_daemon_client.h103 virtual void GetAllLogs(const GetLogsCallback& callback) = 0;
Dfake_debug_daemon_client.cc87 void FakeDebugDaemonClient::GetAllLogs(const GetLogsCallback& callback) { in GetAllLogs() function in chromeos::FakeDebugDaemonClient
Ddebug_daemon_client.cc180 virtual void GetAllLogs(const GetLogsCallback& callback) in GetAllLogs() function in chromeos::DebugDaemonClientImpl
/external/chromium_org/chrome/test/chromedriver/
Dsession.h53 std::vector<WebDriverLog*> GetAllLogs() const;
Dsession.cc91 std::vector<WebDriverLog*> Session::GetAllLogs() const { in GetAllLogs() function in Session
Dsession_commands.cc576 std::vector<WebDriverLog*> logs = session->GetAllLogs(); in ExecuteGetAvailableLogTypes()
594 std::vector<WebDriverLog*> logs = session->GetAllLogs(); in ExecuteGetLog()
/external/chromium_org/chrome/browser/chromeos/system_logs/
Ddebug_daemon_log_source.cc71 client->GetAllLogs(base::Bind(&DebugDaemonLogSource::OnGetLogs, in Fetch()