Searched defs:item_type (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.h38 extensions::Manifest::Type item_type,
44 extensions::Manifest::Type item_type() const { return item_type_; } function in class:app_list::WebstoreResult
H A Dwebstore_provider.cc32 const char kKeyItemType[] = "item_type";
170 extensions::Manifest::Type item_type = ParseItemType(item_type_string); local
177 item_type,
H A Dwebstore_provider_browsertest.cc56 "\"item_type\": \"PLATFORM_APP\""
63 "\"item_type\": \"HOSTED_APP\""
70 "\"item_type\": \"LEGACY_PACKAGED_APP\""
79 Manifest::Type item_type; member in struct:app_list::test::__anon4968::ParsedSearchResult
180 EXPECT_EQ(expected_results[i].item_type, webstore_result->item_type());
H A Dwebstore_result.cc69 extensions::Manifest::Type item_type,
76 item_type_(item_type),
64 WebstoreResult(Profile* profile, const std::string& app_id, const std::string& localized_name, const GURL& icon_url, bool is_paid, extensions::Manifest::Type item_type, AppListControllerDelegate* controller) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.h50 sync_pb::AppListSpecifics::AppListItemType item_type; member in struct:app_list::AppListSyncableService::SyncItem
178 sync_pb::AppListSpecifics::AppListItemType item_type);
H A Dapp_list_syncable_service.cc51 item->item_type = specifics.item_type();
86 specifics->set_item_type(item->item_type);
131 const char* item_type = item->GetItemType(); local
132 if (item_type == ExtensionAppItem::kItemType) {
134 } else if (item_type == AppListFolderItem::kItemType) {
137 LOG(ERROR) << "Unrecognized model type: " << item_type;
151 item_type(type) {
341 if (sync_item->item_type !=
385 CHECK_EQ(sync_item->item_type,
824 CreateSyncItem( const std::string& item_id, sync_pb::AppListSpecifics::AppListItemType item_type) argument
[all...]
/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.cc24 sync_pb::AppListSpecifics::AppListItemType item_type) {
27 switch (item_type) {
23 GetAppListItemTypeString( sync_pb::AppListSpecifics::AppListItemType item_type) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_model_adapter_unittest.cc127 Item(ItemType item_type, argument
130 : type(item_type),
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c54 FT_UInt num_items, item_type, item_size; local
64 item_type = PFR_NEXT_BYTE( p );
75 if ( extra->type == item_type )
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc231 const Descriptor* item_type = file->FindMessageTypeByName("Item"); local
232 ASSERT_TRUE(item_type != NULL);
235 const FieldDescriptor* key_field = item_type->FindFieldByName("key");
/external/freetype/src/pfr/
H A Dpfrload.c54 FT_UInt num_items, item_type, item_size; local
64 item_type = PFR_NEXT_BYTE( p );
75 if ( extra->type == item_type )
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc231 const Descriptor* item_type = file->FindMessageTypeByName("Item"); local
232 ASSERT_TRUE(item_type != NULL);
235 const FieldDescriptor* key_field = item_type->FindFieldByName("key");
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc4197 const Descriptor* item_type = field->message_type(); local
4198 if (item_type == NULL) {
4204 // Find the field in item_type named by "experimental_map_key"
4211 item_type->full_name() + "." + key_name);
4216 item_type->full_name() + "\".");
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc3751 const Descriptor* item_type = field->message_type(); local
3752 if (item_type == NULL) {
3758 // Find the field in item_type named by "experimental_map_key"
3765 item_type->full_name() + "." + key_name);
3770 item_type->full_name() + "\".");
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h954 UINT8 item_type; /* AVRC_ITEM_PLAYER, AVRC_ITEM_FOLDER, or AVRC_ITEM_MEDIA */ member in struct:__anon1341

Completed in 7693 milliseconds