Searched refs:GetType (Results 1 - 25 of 110) sorted by relevance

12345

/external/chromium/chrome/browser/prefs/
H A Ddefault_pref_store.cc16 Value::ValueType DefaultPrefStore::GetType(const std::string& key) const { function in class:DefaultPrefStore
18 return GetValue(key, &value) == READ_OK ? value->GetType()
H A Ddefault_pref_store.h26 Value::ValueType GetType(const std::string& key) const;
H A Dpref_service.cc430 const Value::ValueType type = default_store_->GetType(pref_name);
456 if (value->GetType() != Value::TYPE_DICTIONARY) {
472 if (value->GetType() != Value::TYPE_LIST) {
500 Value::ValueType orig_type = default_value->GetType();
528 if (pref->GetType() != value.GetType()) {
530 << " of type " << pref->GetType()
531 << " to value of type " << value.GetType();
599 if (pref->GetType() != type) {
636 if (pref->GetType() !
659 Value::ValueType PrefService::Preference::GetType() const { function in class:PrefService::Preference
[all...]
H A Doverlay_persistent_pref_store_unittest.cc128 ASSERT_TRUE(modify->GetType() == Value::TYPE_DICTIONARY);
135 ASSERT_TRUE(original_in_underlay->GetType() == Value::TYPE_DICTIONARY);
141 ASSERT_TRUE(modified->GetType() == Value::TYPE_DICTIONARY);
H A Dcommand_line_pref_store_unittest.cc31 ASSERT_EQ(Value::TYPE_DICTIONARY, value->GetType());
98 ASSERT_EQ(Value::TYPE_DICTIONARY, value->GetType());
/external/llvm/lib/MC/
H A DMCELF.h28 static unsigned GetType(const MCSymbolData &SD);
H A DMCELF.cpp46 unsigned MCELF::GetType(const MCSymbolData &SD) { function in class:llvm::MCELF
/external/chromium/chrome/browser/sync/glue/
H A Dpreference_model_associator.cc78 } else if (!new_value->IsType(pref->GetType())) {
80 << " is of type " << new_value->GetType()
81 << " which doesn't match pref type " << pref->GetType();
261 if (from_value.GetType() == Value::TYPE_NULL)
263 if (to_value.GetType() == Value::TYPE_NULL)
266 DCHECK(from_value.GetType() == Value::TYPE_LIST);
267 DCHECK(to_value.GetType() == Value::TYPE_LIST);
283 if (from_value.GetType() == Value::TYPE_NULL)
285 if (to_value.GetType() == Value::TYPE_NULL)
288 DCHECK(from_value.GetType()
[all...]
H A Dextension_sync_traits.cc75 IsSyncableExtension(extension.GetType(), extension.update_url());
131 return IsExtensionValid(extension) && IsSyncableApp(extension.GetType());
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.cc119 if (value.GetType() != Value::TYPE_DICTIONARY)
130 if (checksum_value->GetType() != Value::TYPE_STRING)
141 if (roots->GetType() != Value::TYPE_DICTIONARY)
148 root_folder_value->GetType() != Value::TYPE_DICTIONARY ||
150 other_folder_value->GetType() != Value::TYPE_DICTIONARY)
176 if (child_value->GetType() != Value::TYPE_DICTIONARY)
262 if (child_values->GetType() != Value::TYPE_LIST)
H A Dbookmark_html_writer.cc106 bookmarks_->GetType() != Value::TYPE_DICTIONARY ||
109 roots->GetType() != Value::TYPE_DICTIONARY) {
119 root_folder_value->GetType() != Value::TYPE_DICTIONARY ||
122 other_folder_value->GetType() != Value::TYPE_DICTIONARY) {
285 child_values->GetType() != Value::TYPE_LIST) {
323 child_value->GetType() != Value::TYPE_DICTIONARY) {
H A Dbookmark_codec_unittest.cc64 ASSERT_EQ(Value::TYPE_DICTIONARY, value->GetType());
69 ASSERT_EQ(Value::TYPE_DICTIONARY, roots->GetType());
75 ASSERT_EQ(Value::TYPE_DICTIONARY, bb_value->GetType());
81 ASSERT_EQ(Value::TYPE_LIST, bb_children_value->GetType());
86 ASSERT_EQ(Value::TYPE_DICTIONARY, child_value->GetType());
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_field.cc62 (GetType(descriptor) == FieldDescriptor::TYPE_GROUP) ?
153 if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) {
299 if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) {
H A Djava_helpers.cc61 if (GetType(field) == FieldDescriptor::TYPE_GROUP) {
182 FieldDescriptor::Type GetType(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::java
187 switch (GetType(field)) {
302 if (GetType(field) == FieldDescriptor::TYPE_BYTES) {
H A Djava_primitive_field.cc96 switch (GetType(field)) {
169 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
178 int fixed_size = FixedSize(GetType(descriptor));
422 if (FixedSize(GetType(descriptor_)) == -1) {
H A Djava_helpers.h99 FieldDescriptor::Type GetType(const FieldDescriptor* field);
/external/v8/include/
H A Dv8-profiler.h227 Type GetType() const;
261 Type GetType() const;
335 Type GetType() const;
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_resource_providers.h44 virtual Type GetType() const OVERRIDE;
90 virtual Type GetType() const OVERRIDE;
149 virtual Type GetType() const OVERRIDE;
273 virtual Type GetType() const OVERRIDE;
361 virtual Type GetType() const OVERRIDE;
436 virtual Type GetType() const OVERRIDE;
501 virtual Type GetType() const OVERRIDE;
H A Dtask_manager_unittest.cc40 virtual Type GetType() const { return RENDERER; } function in class:__anon1680::TestResource
/external/chromium/base/
H A Dvalues.cc18 switch (node->GetType()) {
186 switch (GetType()) {
203 if (other->GetType() != GetType())
206 switch (GetType()) {
258 if (other->GetType() != GetType())
296 if (other->GetType() != GetType())
662 if (other->GetType() !
[all...]
/external/chromium/chrome/common/
H A Djson_schema_validator.cc27 CHECK(false) << "Unexpected value type: " << value->GetType();
93 switch (value->GetType()) {
117 CHECK(false) << "Unexpected value type: " << value->GetType();
263 switch (choice->GetType()) {
281 CHECK(false) << "Unexpected type in enum: " << choice->GetType();
392 if (item_value && item_value->GetType() != Value::TYPE_NULL) {
/external/chromium/chrome/browser/ui/webui/
H A Dhistory2_ui.cc220 if ((*v)->GetType() != Value::TYPE_STRING)
312 list_member->GetType() == Value::TYPE_STRING) {
320 list_member->GetType() == Value::TYPE_STRING) {
/external/chromium/chrome/browser/net/
H A Dreferrer.cc124 if (value.GetType() != Value::TYPE_LIST)
/external/v8/src/
H A Ddateparser-inl.h86 KeywordType type = KeywordTable::GetType(index);
/external/chromium/base/json/
H A Djson_writer.cc55 switch (node->GetType()) {

Completed in 424 milliseconds

12345