Searched refs:GetRemoteDevices (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/proximity_auth/
H A Dproximity_auth_system.cc17 const std::vector<RemoteDevice>& ProximityAuthSystem::GetRemoteDevices() { function in class:proximity_auth::ProximityAuthSystem
H A Dproximity_auth_system_unittest.cc11 TEST(ProximityAuthSystemTest, GetRemoteDevices) {
21 const std::vector<RemoteDevice>& returned_list = system.GetRemoteDevices();
H A Dproximity_auth_system.h22 const std::vector<RemoteDevice>& GetRemoteDevices();
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_regular.h42 virtual const base::ListValue* GetRemoteDevices() const OVERRIDE;
H A Deasy_unlock_service_signin_chromeos.h51 // This will be returned by |GetRemoteDevices| method.
65 virtual const base::ListValue* GetRemoteDevices() const OVERRIDE;
H A Deasy_unlock_service.h87 virtual const base::ListValue* GetRemoteDevices() const = 0;
H A Deasy_unlock_service_signin_chromeos.cc127 const base::ListValue* EasyUnlockServiceSignin::GetRemoteDevices() const { function in class:EasyUnlockServiceSignin
191 if (!GetRemoteDevices() ||
H A Deasy_unlock_service.cc374 const base::ListValue* device_list = GetRemoteDevices();
537 info.data_ready = info.logged_in || GetRemoteDevices() != NULL;
H A Deasy_unlock_service_regular.cc144 const base::ListValue* EasyUnlockServiceRegular::GetRemoteDevices() const { function in class:EasyUnlockServiceRegular
/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_api.cc563 EasyUnlockService::Get(profile)->GetRemoteDevices();
623 service->GetRemoteDevices() != NULL;
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc1050 device_list = easy_unlock_service->GetRemoteDevices();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1886 EasyUnlockService::Get(Profile::FromWebUI(web_ui()))->GetRemoteDevices();

Completed in 3819 milliseconds