/external/chromium_org/content/child/ |
plugin_param_traits.cc | 23 int_value(0), 44 WriteParam(m, p.int_value); 76 result = ReadParam(m, iter, &r->int_value); 101 LogParam(p.int_value, l);
|
plugin_param_traits.h | 51 int int_value; member in struct:content::NPVariant_Param
|
/external/chromium_org/tools/gn/ |
operators.cc | 175 left->int_value() += right.int_value(); 181 base::Int64ToString(left->int_value()) + right.string_value()); 195 left->string_value().append(base::Int64ToString(right.int_value())); 272 left->int_value() -= right.int_value(); 381 return Value(op_node, left.int_value() <= right.int_value()); 391 return Value(op_node, left.int_value() >= right.int_value()); [all...] |
value.cc | 122 return int_value() == other.int_value();
|
/external/chromium/chrome/common/ |
json_value_serializer_unittest.cc | 38 int int_value = 0; local 39 ASSERT_TRUE(root_dict->GetInteger("int", &int_value)); 40 ASSERT_EQ(42, int_value); 276 int int_value = 0; local 277 ASSERT_TRUE(root_dict->GetInteger("int", &int_value)); 278 ASSERT_EQ(42, int_value);
|
/external/chromium/net/proxy/ |
proxy_config_service_mac.cc | 35 int int_value; local 36 if (CFNumberGetValue(number, kCFNumberIntType, &int_value)) 37 return int_value;
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_utils.cc | 115 int int_value = -1; local 116 if (!value->GetAsInteger(&int_value)) 118 *setting = IntToContentSetting(int_value);
|
content_settings_default_provider.cc | 320 int int_value = CONTENT_SETTING_DEFAULT; local 321 bool is_integer = i.value().GetAsInteger(&int_value); 324 Value::CreateIntegerValue(int_value));
|
content_settings_policy_provider_unittest.cc | 182 int int_value = -1; local 183 value_ptr->GetAsInteger(&int_value); 184 EXPECT_EQ(CONTENT_SETTING_BLOCK, IntToContentSetting(int_value));
|
/external/chromium_org/chrome/browser/prefs/ |
command_line_pref_store.cc | 124 int int_value = 0; local 125 if (!base::StringToInt(str_value, &int_value)) { 131 Value* value = Value::CreateIntegerValue(int_value);
|
/external/chromium_org/components/policy/core/common/ |
policy_loader_mac.cc | 148 int int_value; local 149 if (CFNumberGetValue(number, kCFNumberIntType, &int_value)) 150 return base::Value::CreateIntegerValue(int_value);
|
/external/chromium_org/google_apis/drive/ |
base_requests_unittest.cc | 122 int int_value = 0; local 123 ASSERT_TRUE(root_dict->GetInteger("test", &int_value)); 124 EXPECT_EQ(123, int_value);
|
/external/chromium_org/net/proxy/ |
proxy_config_service_mac.cc | 35 int int_value; local 36 if (CFNumberGetValue(number, kCFNumberIntType, &int_value)) 37 return int_value;
|
/external/valgrind/main/coregrind/m_gdbserver/ |
server.c | 131 int int_value; local 151 int_value = 0; 154 case -2: int_value = 0; break; 155 case -1: int_value = 0; break; 156 case 0: int_value = 1; break; 173 if (int_value) { VG_(gdb_printf) ( 198 int_value = 0; 201 int_value = strtol (wcmd, &endptr, 10); 207 VG_(dyn_vgdb_error), int_value); 208 VG_(dyn_vgdb_error) = int_value; [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
auto_enrollment_client.cc | 56 int int_value; local 57 if (!base::StringToInt(value, &int_value)) { 62 if (int_value < 0) { 67 if (int_value > kMaximumPower) { 72 return int_value;
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
codec_unittest.cc | 263 int int_value = 0; local 264 EXPECT_TRUE(codec.GetParam("a", &int_value)); 265 EXPECT_EQ(1, int_value); 266 EXPECT_FALSE(codec.GetParam("b", &int_value)); 267 EXPECT_FALSE(codec.GetParam("c", &int_value));
|
/external/chromium_org/tools/metrics/histograms/ |
extract_histograms.py | 195 int_value = int(int_tag.getAttribute('value')) 196 if last_int_value is not None and int_value < last_int_value: 198 % (name, last_int_value, int_value)) 200 last_int_value = int_value 201 if int_value in enum_dict['values']: 202 logging.error('Duplicate enum value %d for enum %s' % (int_value, name)) 207 enum_dict['values'][int_value] = value_dict
|
/external/chromium_org/android_webview/browser/ |
in_process_view_renderer.cc | 353 int int_value = 0; local 354 if (base::StringToInt(string_value, &int_value) && 355 int_value >= 2 && int_value <= 50) { 356 g_memory_multiplier = int_value; 363 int int_value = 0; local 364 if (base::StringToInt(string_value, &int_value) && 365 int_value >= 50 && int_value <= 500) { 366 g_num_gralloc_limit = int_value; [all...] |
/external/chromium_org/base/json/ |
json_value_serializer_unittest.cc | 187 int int_value = 0; local 188 ASSERT_TRUE(root_dict->GetInteger("int", &int_value)); 189 ASSERT_EQ(42, int_value); 409 int int_value = 0; local 410 ASSERT_TRUE(root_dict->GetInteger("int", &int_value)); 411 ASSERT_EQ(42, int_value);
|
/external/chromium_org/chrome/test/functional/ap_lab/ |
dlink_ap_configurator.py | 229 int_value = 0 232 int_value = 1 235 % int_value) 284 int_value = 0 286 int_value = 1 288 'and @name="visibility_status"]' % int_value)
|
linksys_ap_configurator.py | 189 int_value = 1 191 int_value = 0 192 xpath = ('//input[@value="%d" and @name="wl_closed"]' % int_value)
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_tree_formatter_win.cc | 234 int int_value; local 235 value->GetAsInteger(&int_value); 239 int_value),
|
/external/chromium_org/dbus/ |
values_util.cc | 222 int int_value = 0; local 223 bool success = value.GetAsInteger(&int_value); 225 writer->AppendInt32(int_value);
|
/external/chromium_org/base/ |
values_unittest.cc | 68 int int_value = 0; local 74 ASSERT_FALSE(mixed_list->GetInteger(0, &int_value)); 75 ASSERT_EQ(0, int_value); 80 ASSERT_FALSE(mixed_list->GetInteger(2, &int_value)); 81 ASSERT_EQ(0, int_value); 87 ASSERT_TRUE(mixed_list->GetInteger(1, &int_value)); 88 ASSERT_EQ(42, int_value); 102 ASSERT_TRUE((*mixed_list->Find(sought_value))->GetAsInteger(&int_value)); 103 ASSERT_EQ(42, int_value);
|
/external/chromium_org/content/renderer/gpu/ |
render_widget_compositor.cc | 58 int int_value; local 59 if (base::StringToInt(string_value, &int_value) && 60 int_value >= min_value && int_value <= max_value) { 61 *result = int_value;
|