Searched refs:GetAllLogs (Results 1 – 8 of 8) sorted by relevance
44 virtual void GetAllLogs(const GetLogsCallback& callback) OVERRIDE;
107 virtual void GetAllLogs(const GetLogsCallback& callback) = 0;
91 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
54 std::vector<WebDriverLog*> GetAllLogs() const;
90 std::vector<WebDriverLog*> Session::GetAllLogs() const { in GetAllLogs() function in Session
586 std::vector<WebDriverLog*> logs = session->GetAllLogs(); in ExecuteGetAvailableLogTypes()604 std::vector<WebDriverLog*> logs = session->GetAllLogs(); in ExecuteGetLog()
71 client->GetAllLogs(base::Bind(&DebugDaemonLogSource::OnGetLogs, in Fetch()