Searched refs:GetAllLogs (Results 1 – 8 of 8) sorted by relevance
41 virtual void GetAllLogs(const GetLogsCallback& callback) OVERRIDE;
103 virtual void GetAllLogs(const GetLogsCallback& callback) = 0;
87 void FakeDebugDaemonClient::GetAllLogs(const GetLogsCallback& callback) { in GetAllLogs() function in chromeos::FakeDebugDaemonClient
180 virtual void GetAllLogs(const GetLogsCallback& callback) in GetAllLogs() function in chromeos::DebugDaemonClientImpl
53 std::vector<WebDriverLog*> GetAllLogs() const;
91 std::vector<WebDriverLog*> Session::GetAllLogs() const { in GetAllLogs() function in Session
576 std::vector<WebDriverLog*> logs = session->GetAllLogs(); in ExecuteGetAvailableLogTypes()594 std::vector<WebDriverLog*> logs = session->GetAllLogs(); in ExecuteGetLog()
71 client->GetAllLogs(base::Bind(&DebugDaemonLogSource::OnGetLogs, in Fetch()