HomeSort by relevance Sort by last modified time
    Searched refs:SetBooleanWithoutPathExpansion (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_unittest.cc 110 dict->SetBooleanWithoutPathExpansion(kExampleFooURL.spec(), true);
111 dict->SetBooleanWithoutPathExpansion(kExampleBarURL.spec(), false);
112 dict->SetBooleanWithoutPathExpansion(kExampleFooNoWWWURL.spec(), true);
113 dict->SetBooleanWithoutPathExpansion(kBlurpURL.spec(), true);
supervised_user_browsertest.cc 233 dict->SetBooleanWithoutPathExpansion(allowed_url.host(), true);
300 dict->SetBooleanWithoutPathExpansion(test_url.host(), true);
supervised_user_shared_settings_service.cc 113 dict->SetBooleanWithoutPathExpansion(kAcknowledged, acknowledged);
223 dict->SetBooleanWithoutPathExpansion(
327 dict->SetBooleanWithoutPathExpansion(
  /external/chromium_org/chromeos/network/onc/
onc_merger.cc 47 result->SetBooleanWithoutPathExpansion(entry, true);
433 augmented_value->SetBooleanWithoutPathExpansion(
437 augmented_value->SetBooleanWithoutPathExpansion(
onc_translator_onc_to_shill.cc 158 shill_dictionary_->SetBooleanWithoutPathExpansion(
194 shill_dictionary_->SetBooleanWithoutPathExpansion(
onc_translator_shill_to_onc.cc 429 onc_object_->SetBooleanWithoutPathExpansion(
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_mapping.cc 30 dict->SetBooleanWithoutPathExpansion(kKeyGenerated, true);
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 158 properties.SetBooleanWithoutPathExpansion(
167 properties.SetBooleanWithoutPathExpansion(shill::kAutoConnectProperty,
wifi_config_view.cc 668 properties.SetBooleanWithoutPathExpansion(shill::kAutoConnectProperty,
680 properties.SetBooleanWithoutPathExpansion(
719 properties.SetBooleanWithoutPathExpansion(
879 properties->SetBooleanWithoutPathExpansion(
    [all...]
vpn_config_view.cc 373 properties.SetBooleanWithoutPathExpansion(shill::kAutoConnectProperty,
887 properties->SetBooleanWithoutPathExpansion(
    [all...]
  /external/chromium_org/chromeos/network/
network_state.cc 196 dictionary->SetBooleanWithoutPathExpansion(shill::kConnectableProperty,
217 dictionary->SetBooleanWithoutPathExpansion(shill::kOutOfCreditsProperty,
policy_util.cc 186 auto_connect_dictionary->SetBooleanWithoutPathExpansion(policy_source, false);
271 shill_properties_to_update->SetBooleanWithoutPathExpansion(
network_connection_handler_unittest.cc 467 global_config.SetBooleanWithoutPathExpansion(
502 global_config.SetBooleanWithoutPathExpansion(
  /external/chromium_org/chrome/browser/chromeos/login/users/
supervised_user_manager_impl.cc 274 result->SetBooleanWithoutPathExpansion(kRequirePasswordUpdate, flag);
276 result->SetBooleanWithoutPathExpansion(kHasIncompleteKey, flag);
355 update->SetBooleanWithoutPathExpansion(user_id, value);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_api.cc 208 file_system_dict_value->SetBooleanWithoutPathExpansion(
210 file_system_dict_value->SetBooleanWithoutPathExpansion(
212 file_system_dict_value->SetBooleanWithoutPathExpansion(
    [all...]
  /external/chromium_org/base/
values.h 250 void SetBooleanWithoutPathExpansion(const std::string& path, bool in_value);
values.cc 433 void DictionaryValue::SetBooleanWithoutPathExpansion(
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
service.cc 337 file_system->SetBooleanWithoutPathExpansion(kPrefKeyWritable,
service_unittest.cc 118 file_system->SetBooleanWithoutPathExpansion(kPrefKeyWritable, writable);
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 287 properties->SetBooleanWithoutPathExpansion(
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 599 result->SetBooleanWithoutPathExpansion(
  /external/chromium_org/chrome/browser/ui/webui/options/
website_settings_handler.cc 625 permission_info->SetBooleanWithoutPathExpansion(
  /external/chromium_org/components/user_manager/
user_manager_base.cc 420 force_online_update->SetBooleanWithoutPathExpansion(user_id,
    [all...]

Completed in 2333 milliseconds