Home
last modified time | relevance | path

Searched refs:OnAuthenticated (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/remoting/client/
Dchromoting_client.cc150 OnAuthenticated(); in OnConnectionState()
162 void ChromotingClient::OnAuthenticated() { in OnAuthenticated() function in remoting::ChromotingClient
Dchromoting_client.h89 void OnAuthenticated();
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy_backend.h36 virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token,
Dcloud_print_proxy.h63 virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token,
Dcloud_print_proxy.cc204 void CloudPrintProxy::OnAuthenticated( in OnAuthenticated() function in cloud_print::CloudPrintProxy
Dcloud_print_proxy_backend.cc489 ->OnAuthenticated(robot_oauth_refresh_token, robot_email, user_email); in NotifyAuthenticated()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
Dapi_util_interface.h36 virtual void OnAuthenticated() = 0;
Ddrive_file_sync_service.h130 virtual void OnAuthenticated() OVERRIDE;
Dapi_util.cc667 FOR_EACH_OBSERVER(APIUtilObserver, observers_, OnAuthenticated()); in OnReadyToSendRequests()
Ddrive_file_sync_service.cc312 void DriveFileSyncService::OnAuthenticated() { in OnAuthenticated() function in sync_file_system::DriveFileSyncService