Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/printing/
Dprint_dialog_cloud.h68 bool add_account,
Dprint_dialog_cloud.cc711 bool add_account, in CreateCloudPrintSigninTab() argument
714 GURL url = add_account ? cloud_devices::GetCloudPrintAddAccountURL() in CreateCloudPrintSigninTab()
/external/chromium_org/chrome/browser/chromeos/settings/
Ddevice_settings_provider_unittest.cc272 device_policy_.payload().mutable_device_local_accounts()->add_account(); in TEST_F()
Ddevice_settings_provider.cc248 device_local_accounts->add_account(); in SetInPolicy()
/external/chromium_org/chrome/browser/chromeos/policy/
Dcloud_external_data_policy_observer_unittest.cc273 device_policy_.payload().mutable_device_local_accounts()->add_account(); in AddDeviceLocalAccount()
294 em::DeviceLocalAccountInfoProto* account = accounts->add_account(); in RemoveDeviceLocalAccount()
Ddevice_local_account_browsertest.cc408 proto.mutable_device_local_accounts()->add_account(); in AddPublicSessionToDevicePolicy()
538 policy.mutable_device_local_accounts()->add_account(); in IN_PROC_BROWSER_TEST_F()
Ddevice_local_account_policy_service_unittest.cc181 device_policy_.payload().mutable_device_local_accounts()->add_account(); in AddDeviceLocalAccountToPolicy()
/external/chromium_org/chrome/browser/ui/webui/print_preview/
Dprint_preview_handler.cc976 bool add_account = false; in HandleSignin() local
977 bool success = args->GetBoolean(0, &add_account); in HandleSignin()
986 add_account, in HandleSignin()
/external/chromium_org/chrome/browser/chromeos/login/
Dexisting_user_controller_browsertest.cc393 proto.mutable_device_local_accounts()->add_account(); in SetUpSessionManager()
Dkiosk_browsertest.cc999 em::DeviceLocalAccountInfoProto* account = accounts->add_account(); in SetUpOnMainThread()