Searched refs:HotwordClient (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Dhotword_client.h8 class HotwordClient { class
10 virtual ~HotwordClient() {}
H A Dhotword_service.h19 class HotwordClient;
84 void RequestHotwordSession(HotwordClient* client);
85 void StopHotwordSession(HotwordClient* client);
86 HotwordClient* client() { return client_; }
139 HotwordClient* client_;
H A Dhotword_service.cc488 void HotwordService::RequestHotwordSession(HotwordClient* client) {
500 void HotwordService::StopHotwordSession(HotwordClient* client) {
/external/chromium_org/chrome/browser/extensions/api/hotword_private/
H A Dhotword_private_apitest.cc56 class MockHotwordClient : public HotwordClient {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.h52 public HotwordClient,
125 // Overridden from HotwordClient:

Completed in 277 milliseconds