HomeSort by relevance Sort by last modified time
    Searched defs:item_type (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.h 38 extensions::Manifest::Type item_type,
44 extensions::Manifest::Type item_type() const { return item_type_; } function in class:app_list::WebstoreResult
webstore_provider.cc 32 const char kKeyItemType[] = "item_type";
170 extensions::Manifest::Type item_type = ParseItemType(item_type_string); local
177 item_type,
webstore_provider_browsertest.cc 56 "\"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::__anon9593::ParsedSearchResult
180 EXPECT_EQ(expected_results[i].item_type, webstore_result->item_type());
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.h 50 sync_pb::AppListSpecifics::AppListItemType item_type; member in struct:app_list::AppListSyncableService::SyncItem
178 sync_pb::AppListSpecifics::AppListItemType item_type);
app_list_syncable_service.cc 51 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,
    [all...]
  /external/chromium_org/third_party/freetype/src/pfr/
pfrload.c 54 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/
importer_unittest.cc 231 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/
pfrload.c 54 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/
importer_unittest.cc 231 const Descriptor* item_type = file->FindMessageTypeByName("Item"); local
232 ASSERT_TRUE(item_type != NULL);
235 const FieldDescriptor* key_field = item_type->FindFieldByName("key");
  /frameworks/base/tools/aidl/
aidl_language.h 47 unsigned item_type; member in struct:interface_item_type
76 unsigned item_type; member in struct:document_item_type
  /external/protobuf/src/google/protobuf/
descriptor.cc 3751 const Descriptor* item_type = field->message_type(); local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 4197 const Descriptor* item_type = field->message_type(); local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 954 UINT8 item_type; \/* AVRC_ITEM_PLAYER, AVRC_ITEM_FOLDER, or AVRC_ITEM_MEDIA *\/ member in struct:__anon5966
    [all...]

Completed in 872 milliseconds