Home
last modified time | relevance | path

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

/external/chromium_org/remoting/client/
Dchromoting_client.cc139 OnAuthenticated(); in OnConnectionState()
158 void ChromotingClient::OnAuthenticated() { in OnAuthenticated() function in remoting::ChromotingClient
Dchromoting_client.h86 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.h65 virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token,
Dcloud_print_proxy.cc218 void CloudPrintProxy::OnAuthenticated( in OnAuthenticated() function in cloud_print::CloudPrintProxy
Dcloud_print_proxy_backend.cc492 ->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.h117 virtual void OnAuthenticated() OVERRIDE;
Ddrive_file_sync_service.cc276 void DriveFileSyncService::OnAuthenticated() { in OnAuthenticated() function in sync_file_system::DriveFileSyncService
Dapi_util.cc665 FOR_EACH_OBSERVER(APIUtilObserver, observers_, OnAuthenticated()); in OnReadyToSendRequests()