HomeSort by relevance Sort by last modified time
    Searched refs:CreateIntegerValue (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_options_util.cc 15 return Value::CreateIntegerValue(in_value);
  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler_unittest.cc 116 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(0), NULL);
122 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(5), NULL);
128 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(10), NULL);
136 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(-5), NULL);
142 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(15), NULL);
167 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(0), NULL);
173 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(5), NULL);
179 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(10), NULL);
187 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(-5), NULL);
193 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(15), NULL)
    [all...]
  /external/chromium/base/json/
json_writer_unittest.cc 82 period_dict.SetWithoutPathExpansion("a.b", Value::CreateIntegerValue(3));
83 period_dict.SetWithoutPathExpansion("c", Value::CreateIntegerValue(2));
86 Value::CreateIntegerValue(1));
92 period_dict3.Set("a.b", Value::CreateIntegerValue(2));
93 period_dict3.SetWithoutPathExpansion("a.b", Value::CreateIntegerValue(1));
  /external/chromium_org/chrome/browser/content_settings/
content_settings_provider_unittest.cc 25 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
68 Value::CreateIntegerValue(CONTENT_SETTING_ALLOW));
77 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
98 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
content_settings_rule_unittest.cc 45 base::Value::CreateIntegerValue(0)));
48 base::Value::CreateIntegerValue(0)));
52 base::Value::CreateIntegerValue(0)));
55 base::Value::CreateIntegerValue(0)));
content_settings_origin_identifier_value_map_unittest.cc 26 Value::CreateIntegerValue(1));
28 scoped_ptr<Value> expected_value(Value::CreateIntegerValue(1));
72 Value::CreateIntegerValue(1));
123 Value::CreateIntegerValue(1));
128 Value::CreateIntegerValue(1));
153 Value::CreateIntegerValue(1));
159 Value::CreateIntegerValue(2));
193 Value::CreateIntegerValue(1));
198 Value::CreateIntegerValue(2));
content_settings_default_provider_unittest.cc 52 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
73 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
104 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
132 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
142 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
158 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
216 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
235 Value::CreateIntegerValue(CONTENT_SETTING_ALLOW));
content_settings_pref_provider_unittest.cc 125 Value::CreateIntegerValue(CONTENT_SETTING_ALLOW));
174 Value::CreateIntegerValue(CONTENT_SETTING_ALLOW));
229 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
291 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
319 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
340 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
373 Value::CreateIntegerValue(CONTENT_SETTING_BLOCK));
410 Value::CreateIntegerValue(CONTENT_SETTING_ALLOW));
  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs_unittest.cc 41 Value::CreateIntegerValue(IncognitoModePrefs::ENABLED));
46 Value::CreateIntegerValue(IncognitoModePrefs::DISABLED));
51 Value::CreateIntegerValue(IncognitoModePrefs::FORCED));
68 Value::CreateIntegerValue(-1));
  /external/chromium_org/components/policy/core/common/
policy_bundle_unittest.cc 31 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(123), NULL);
54 base::Value::CreateIntegerValue(value), NULL);
56 base::Value::CreateIntegerValue(value), NULL);
58 base::Value::CreateIntegerValue(value), NULL);
186 base::Value::CreateIntegerValue(0), NULL);
188 base::Value::CreateIntegerValue(1), NULL);
190 base::Value::CreateIntegerValue(0), NULL);
192 base::Value::CreateIntegerValue(1), NULL);
194 base::Value::CreateIntegerValue(2), NULL);
236 base::Value::CreateIntegerValue(123)
    [all...]
policy_service_impl_unittest.cc 78 base::Value::CreateIntegerValue(14), NULL);
108 base::Value::CreateIntegerValue(13), NULL);
157 base::Value::CreateIntegerValue(13), NULL);
168 base::Value::CreateIntegerValue(13), NULL);
173 base::Value::CreateIntegerValue(123), NULL);
175 base::Value::CreateIntegerValue(123), NULL);
193 base::Value::CreateIntegerValue(456), NULL);
195 base::Value::CreateIntegerValue(456), NULL);
217 base::Value::CreateIntegerValue(789), NULL);
219 base::Value::CreateIntegerValue(789), NULL)
    [all...]
  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store_unittest.cc 34 underlay_->SetValue(key, Value::CreateIntegerValue(42));
39 underlay_->SetValue(key, Value::CreateIntegerValue(43));
44 overlay_->SetValue(key, Value::CreateIntegerValue(44));
49 underlay_->SetValue(key, Value::CreateIntegerValue(45));
64 overlay_->SetValueSilently(key, Value::CreateIntegerValue(46));
71 underlay_->SetValue(key, Value::CreateIntegerValue(47));
72 overlay_->SetValue(key, Value::CreateIntegerValue(48));
82 underlay_->SetValue(key, Value::CreateIntegerValue(42));
95 overlay_->SetValue(key, Value::CreateIntegerValue(43));
  /external/chromium_org/tools/json_schema_compiler/test/
arrays_unittest.cc 22 integers_value->Append(Value::CreateIntegerValue(1));
23 integers_value->Append(Value::CreateIntegerValue(2));
24 integers_value->Append(Value::CreateIntegerValue(3));
39 value->Set("val", Value::CreateIntegerValue(val));
123 not_ref_array->Append(Value::CreateIntegerValue(3));
133 integer_array->Append(Value::CreateIntegerValue(2));
134 integer_array->Append(Value::CreateIntegerValue(4));
135 integer_array->Append(Value::CreateIntegerValue(8));
149 any_array->Append(Value::CreateIntegerValue(1));
198 expected_argument->Append(Value::CreateIntegerValue(1))
    [all...]
callbacks_unittest.cc 32 expected.Append(Value::CreateIntegerValue(5));
idl_schemas_unittest.cc 40 list.Append(Value::CreateIntegerValue(5));
84 list.Append(Value::CreateIntegerValue(7));
91 list.Append(Value::CreateIntegerValue(8));
124 list.Append(Value::CreateIntegerValue(33));
133 list.Append(Value::CreateIntegerValue(33));
135 sublist->Append(Value::CreateIntegerValue(34));
136 sublist->Append(Value::CreateIntegerValue(35));
simple_api_unittest.cc 16 value->SetWithoutPathExpansion("integer", Value::CreateIntegerValue(4));
27 expected.Append(Value::CreateIntegerValue(5));
33 params_value->Append(Value::CreateIntegerValue(6));
90 params_value->Append(Value::CreateIntegerValue(5));
152 expected.Append(Value::CreateIntegerValue(5));
objects_unittest.cc 19 info_value->Set("integer", Value::CreateIntegerValue(5));
39 info_value->Set("integer", Value::CreateIntegerValue(5));
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc 38 Value::CreateIntegerValue(location.line_number));
60 Value::CreateIntegerValue(death_data.count));
62 Value::CreateIntegerValue(death_data.run_duration_sum));
64 Value::CreateIntegerValue(death_data.run_duration_max));
66 Value::CreateIntegerValue(death_data.run_duration_sample));
68 Value::CreateIntegerValue(death_data.queue_duration_sum));
70 Value::CreateIntegerValue(death_data.queue_duration_max));
72 Value::CreateIntegerValue(death_data.queue_duration_sample));
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.cc 102 args.Append(Value::CreateIntegerValue(window_id));
284 args.Append(Value::CreateIntegerValue(tab_id));
287 object_args->Set(tab_keys::kNewWindowIdKey, Value::CreateIntegerValue(
289 object_args->Set(tab_keys::kNewPositionKey, Value::CreateIntegerValue(
307 args.Append(Value::CreateIntegerValue(
311 object_args->Set(tab_keys::kOldWindowIdKey, Value::CreateIntegerValue(
313 object_args->Set(tab_keys::kOldPositionKey, Value::CreateIntegerValue(
329 args.Append(Value::CreateIntegerValue(tab_id));
356 args.Append(Value::CreateIntegerValue(
360 object_args->Set(tab_keys::kWindowIdKey, Value::CreateIntegerValue(
    [all...]
extension_messages_browsertest.cc 18 args.Set(0, Value::CreateIntegerValue(source_port_id));
32 args.Set(0, Value::CreateIntegerValue(source_port_id));
40 args.Set(1, Value::CreateIntegerValue(source_port_id));
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui_unittest.cc 145 args.Append(Value::CreateIntegerValue(5));
159 args.Append(Value::CreateIntegerValue(5));
169 params.arguments.Append(Value::CreateIntegerValue(10));
187 params.arguments.Append(Value::CreateIntegerValue(5));
  /external/chromium_org/chrome/browser/net/
proxy_policy_handler_unittest.cc 84 base::Value::CreateIntegerValue(
99 base::Value::CreateIntegerValue(
119 base::Value::CreateIntegerValue(
131 base::Value::CreateIntegerValue(
153 base::Value::CreateIntegerValue(
231 base::Value::CreateIntegerValue(
253 base::Value::CreateIntegerValue(
280 POLICY_SCOPE_USER, base::Value::CreateIntegerValue(i), NULL);
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.cc 139 scoped_ptr<Value>(Value::CreateIntegerValue(42)).get(),
160 scoped_ptr<Value>(Value::CreateIntegerValue(42)).get(),
314 instance->Append(Value::CreateIntegerValue(42));
328 instance->Set(0, Value::CreateIntegerValue(42));
329 instance->Append(Value::CreateIntegerValue(42));
361 instance->Set(0, Value::CreateIntegerValue(42));
394 instance->Append(Value::CreateIntegerValue(42));
435 scoped_ptr<Value>(Value::CreateIntegerValue(1)).get(),
438 scoped_ptr<Value>(Value::CreateIntegerValue(50)).get(),
441 scoped_ptr<Value>(Value::CreateIntegerValue(100)).get()
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
cookies_view_handler.cc 98 args.Append(Value::CreateIntegerValue(start));
116 args.Append(Value::CreateIntegerValue(start));
117 args.Append(Value::CreateIntegerValue(count));
  /external/chromium/chrome/browser/sync/
js_event_handler_list_unittest.cc 28 arg_list2.Append(Value::CreateIntegerValue(5));
84 arg_list2.Append(Value::CreateIntegerValue(5));

Completed in 465 milliseconds

1 2 3 4 5 6