Searched refs:OnAuthenticated (Results 1 – 10 of 10) sorted by relevance
139 OnAuthenticated(); in OnConnectionState()158 void ChromotingClient::OnAuthenticated() { in OnAuthenticated() function in remoting::ChromotingClient
86 void OnAuthenticated();
36 virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token,
65 virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token,
218 void CloudPrintProxy::OnAuthenticated( in OnAuthenticated() function in cloud_print::CloudPrintProxy
492 ->OnAuthenticated(robot_oauth_refresh_token, robot_email, user_email); in NotifyAuthenticated()
36 virtual void OnAuthenticated() = 0;
117 virtual void OnAuthenticated() OVERRIDE;
276 void DriveFileSyncService::OnAuthenticated() { in OnAuthenticated() function in sync_file_system::DriveFileSyncService
665 FOR_EACH_OBSERVER(APIUtilObserver, observers_, OnAuthenticated()); in OnReadyToSendRequests()