HomeSort by relevance Sort by last modified time
    Searched full:type_integer (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/chromium_org/extensions/browser/
extension_function_util.cc 10 if (value->IsType(base::Value::TYPE_INTEGER)) {
  /external/chromium_org/chrome/browser/policy/
javascript_policy_handler.cc 36 if (default_setting && !default_setting->IsType(base::Value::TYPE_INTEGER)) {
39 ValueTypeToString(base::Value::TYPE_INTEGER));
configuration_policy_handler_list_factory.cc 143 base::Value::TYPE_INTEGER },
146 base::Value::TYPE_INTEGER },
149 base::Value::TYPE_INTEGER },
152 base::Value::TYPE_INTEGER },
197 base::Value::TYPE_INTEGER },
200 base::Value::TYPE_INTEGER },
242 base::Value::TYPE_INTEGER },
245 base::Value::TYPE_INTEGER },
248 base::Value::TYPE_INTEGER },
251 base::Value::TYPE_INTEGER },
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.cc 129 case base::Value::TYPE_INTEGER:
186 if (!VerifyDictionaryEntry(node, "layerID", base::Value::TYPE_INTEGER) ||
187 !VerifyDictionaryEntry(node, "width", base::Value::TYPE_INTEGER) ||
188 !VerifyDictionaryEntry(node, "height", base::Value::TYPE_INTEGER) ||
191 base::Value::TYPE_INTEGER) ||
238 if (!VerifyListEntry(dim, 0, base::Value::TYPE_INTEGER, "Tile dimension") ||
239 !VerifyListEntry(dim, 1, base::Value::TYPE_INTEGER, "Tile dimension")) {
259 if (!VerifyDictionaryEntry(tdict, "x", base::Value::TYPE_INTEGER) ||
260 !VerifyDictionaryEntry(tdict, "y", base::Value::TYPE_INTEGER)) {
267 if (!VerifyDictionaryEntry(tdict, "texID", base::Value::TYPE_INTEGER))
    [all...]
  /external/chromium_org/base/prefs/
pref_service_unittest.cc 146 EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
166 EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
181 EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
197 EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
205 EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
216 EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
224 EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager.cc 178 const int type_integer = profile_->GetPrefs()->GetInteger( local
182 if (type_integer > 0 && type_integer <= ash::kMaxMagnifierType) {
183 type = static_cast<ash::MagnifierType>(type_integer);
184 } else if (type_integer == 0) {
  /external/chromium_org/components/policy/core/common/
schema_unittest.cc 306 EXPECT_EQ(base::Value::TYPE_INTEGER, sub.type());
338 EXPECT_EQ(base::Value::TYPE_INTEGER, subsub.type());
360 EXPECT_EQ(base::Value::TYPE_INTEGER, subsub.type());
367 ASSERT_EQ(base::Value::TYPE_INTEGER, sub.type());
371 ASSERT_EQ(base::Value::TYPE_INTEGER, sub.type());
379 ASSERT_EQ(base::Value::TYPE_INTEGER, sub.type());
398 { "Integer", base::Value::TYPE_INTEGER },
399 { "IntegerWithEnums", base::Value::TYPE_INTEGER },
400 { "IntegerWithEnumsGaps", base::Value::TYPE_INTEGER },
401 { "IntegerWithRange", base::Value::TYPE_INTEGER },
    [all...]
mac_util_unittest.cc 26 // base::Value::TYPE_INTEGER
schema_internal.h 31 // If |type| is TYPE_INTEGER or TYPE_STRING, and contains corresponding
81 // Represents the restriction on TYPE_INTEGER or TYPE_STRING instance of
  /external/proguard/src/proguard/evaluation/value/
Value.java 34 public static final int TYPE_INTEGER = 1;
145 * @return <code>TYPE_INTEGER</code>,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libform.so 
libform.so.5 
libform.so.5.7 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libform.so 
libform.so.5 
libform.so.5.7 
  /external/chromium_org/chrome/browser/plugins/
plugin_finder_unittest.cc 20 EXPECT_EQ(base::Value::TYPE_INTEGER, version->GetType());
  /external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler.cc 43 ValueTypeToString(base::Value::TYPE_INTEGER));
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
apple_event_util.mm 32 case base::Value::TYPE_INTEGER: {
  /external/chromium_org/tools/json_schema_compiler/
util.cc 79 case base::Value::TYPE_INTEGER:
  /external/chromium_org/components/json_schema/
json_schema_validator.cc 86 { schema::kMaxItems, base::Value::TYPE_INTEGER },
87 { schema::kMaxLength, base::Value::TYPE_INTEGER },
89 { schema::kMinItems, base::Value::TYPE_INTEGER },
90 { schema::kMinLength, base::Value::TYPE_INTEGER },
173 (it.value().IsType(base::Value::TYPE_INTEGER) &&
180 // base::Value::TYPE_INTEGER attributes must be >= 0.
182 if (it.value().IsType(base::Value::TYPE_INTEGER)) {
252 case base::Value::TYPE_INTEGER:
347 case base::Value::TYPE_INTEGER:
560 case base::Value::TYPE_INTEGER
    [all...]
  /external/chromium_org/components/pref_registry/
pref_registry_syncable.cc 34 case base::Value::TYPE_INTEGER: {
159 CreateLocaleDefaultValue(base::Value::TYPE_INTEGER,
  /frameworks/base/core/java/android/content/
RestrictionEntry.java 80 public static final int TYPE_INTEGER = 5;
161 * Constructor for {@link #TYPE_INTEGER} type.
167 mType = TYPE_INTEGER;
214 * Returns the value of the entry as an integer when the type is {@link #TYPE_INTEGER}.
222 * Sets the integer value of the entry when the type is {@link #TYPE_INTEGER}.
  /external/chromium_org/dbus/
values_util.cc 70 case base::Value::TYPE_INTEGER:
223 case base::Value::TYPE_INTEGER: {
290 case base::Value::TYPE_INTEGER:
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 591 if (LookingAtType(io::Tokenizer::TYPE_INTEGER)) {
622 LookingAtType(io::Tokenizer::TYPE_INTEGER)) {
661 // 12345 => TYPE_INTEGER
662 // -12345 => TYPE_SYMBOL + TYPE_INTEGER
667 // TYPE_INTEGER => TYPE_IDENTIFIER
671 // 12345 => TYPE_INTEGER
674 // TYPE_INTEGER => TYPE_IDENTIFIER
676 // -12345 => TYPE_SYMBOL + TYPE_INTEGER
680 // TYPE_INTEGER, TYPE_FLOAT and TYPE_IDENTIFIER.
682 if (!LookingAtType(io::Tokenizer::TYPE_INTEGER) &
    [all...]

Completed in 2773 milliseconds

1 2 3 4 5