item_type 456 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc sync_item->item_type); item_type 463 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc EXPECT_EQ(sync_pb::AppListSpecifics::TYPE_APP, sync_item->item_type); item_type 474 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc EXPECT_EQ(sync_pb::AppListSpecifics::TYPE_APP, sync_item->item_type); item_type 42 chrome/browser/ui/app_list/app_list_syncable_service.cc item->item_type = specifics.item_type(); item_type 77 chrome/browser/ui/app_list/app_list_syncable_service.cc specifics->set_item_type(item->item_type); item_type 107 chrome/browser/ui/app_list/app_list_syncable_service.cc const char* item_type = item->GetItemType(); item_type 108 chrome/browser/ui/app_list/app_list_syncable_service.cc if (item_type == ExtensionAppItem::kItemType) { item_type 110 chrome/browser/ui/app_list/app_list_syncable_service.cc } else if (item_type == AppListFolderItem::kItemType) { item_type 113 chrome/browser/ui/app_list/app_list_syncable_service.cc LOG(ERROR) << "Unrecognized model type: " << item_type; item_type 286 chrome/browser/ui/app_list/app_list_syncable_service.cc if (sync_item->item_type != item_type 324 chrome/browser/ui/app_list/app_list_syncable_service.cc CHECK_EQ(sync_item->item_type, item_type 329 chrome/browser/ui/app_list/app_list_syncable_service.cc if (sync_item->item_type == sync_pb::AppListSpecifics::TYPE_APP && item_type 398 chrome/browser/ui/app_list/app_list_syncable_service.cc sync_pb::AppListSpecifics::AppListItemType type = sync_item->item_type; item_type 411 chrome/browser/ui/app_list/app_list_syncable_service.cc sync_item->item_type = sync_pb::AppListSpecifics::TYPE_REMOVE_DEFAULT_APP; item_type 426 chrome/browser/ui/app_list/app_list_syncable_service.cc if (sync_item->item_type != sync_pb::AppListSpecifics::TYPE_FOLDER) item_type 451 chrome/browser/ui/app_list/app_list_syncable_service.cc if (sync_item->item_type != sync_pb::AppListSpecifics::TYPE_FOLDER) item_type 492 chrome/browser/ui/app_list/app_list_syncable_service.cc << " Type: " << data.GetSpecifics().app_list().item_type(); item_type 600 chrome/browser/ui/app_list/app_list_syncable_service.cc if (sync_item->item_type == specifics.item_type()) { item_type 607 chrome/browser/ui/app_list/app_list_syncable_service.cc if (sync_item->item_type != item_type 609 chrome/browser/ui/app_list/app_list_syncable_service.cc specifics.item_type() != item_type 611 chrome/browser/ui/app_list/app_list_syncable_service.cc LOG(ERROR) << "Synced item type: " << specifics.item_type() item_type 612 chrome/browser/ui/app_list/app_list_syncable_service.cc << " != existing sync item type: " << sync_item->item_type item_type 622 chrome/browser/ui/app_list/app_list_syncable_service.cc sync_item = CreateSyncItem(item_id, specifics.item_type()); item_type 631 chrome/browser/ui/app_list/app_list_syncable_service.cc switch (sync_item->item_type) { item_type 661 chrome/browser/ui/app_list/app_list_syncable_service.cc if (sync_item->item_type == item_type 736 chrome/browser/ui/app_list/app_list_syncable_service.cc sync_pb::AppListSpecifics::AppListItemType item_type) { item_type 738 chrome/browser/ui/app_list/app_list_syncable_service.cc SyncItem* sync_item = new SyncItem(item_id, item_type); item_type 754 chrome/browser/ui/app_list/app_list_syncable_service.cc sync_pb::AppListSpecifics::AppListItemType item_type = item_type 755 chrome/browser/ui/app_list/app_list_syncable_service.cc iter->second->item_type; item_type 761 chrome/browser/ui/app_list/app_list_syncable_service.cc if (item_type == sync_pb::AppListSpecifics::TYPE_APP) item_type 787 chrome/browser/ui/app_list/app_list_syncable_service.cc if (item_type == sync_pb::AppListSpecifics::TYPE_REMOVE_DEFAULT_APP) { item_type 49 chrome/browser/ui/app_list/app_list_syncable_service.h sync_pb::AppListSpecifics::AppListItemType item_type; item_type 174 chrome/browser/ui/app_list/app_list_syncable_service.h sync_pb::AppListSpecifics::AppListItemType item_type); item_type 24 sync/protocol/proto_enum_conversions.cc sync_pb::AppListSpecifics::AppListItemType item_type) { item_type 27 sync/protocol/proto_enum_conversions.cc switch (item_type) { item_type 26 sync/protocol/proto_enum_conversions.h sync_pb::AppListSpecifics::AppListItemType item_type); item_type 368 sync/protocol/proto_value_conversions.cc SET_ENUM(item_type, GetAppListItemTypeString); item_type 231 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc const Descriptor* item_type = file->FindMessageTypeByName("Item"); item_type 232 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc ASSERT_TRUE(item_type != NULL); item_type 235 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc const FieldDescriptor* key_field = item_type->FindFieldByName("key"); item_type 4198 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* item_type = field->message_type(); item_type 4199 third_party/protobuf/src/google/protobuf/descriptor.cc if (item_type == NULL) { item_type 4212 third_party/protobuf/src/google/protobuf/descriptor.cc item_type->full_name() + "." + key_name); item_type 4217 third_party/protobuf/src/google/protobuf/descriptor.cc item_type->full_name() + "\"."); item_type 338 ui/base/models/simple_menu_model.cc MenuModel::ItemType item_type = GetTypeAt(index); item_type 339 ui/base/models/simple_menu_model.cc return (item_type == TYPE_CHECK || item_type == TYPE_RADIO) ? item_type 128 ui/views/controls/menu/menu_model_adapter_unittest.cc Item(ItemType item_type, item_type 131 ui/views/controls/menu/menu_model_adapter_unittest.cc : type(item_type),