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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.h46 sync_pb::AppListSpecifics::AppListItemType item_type; member in struct:app_list::AppListSyncableService::SyncItem
/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.cc4200 const Descriptor* item_type = field->message_type(); local
4201 if (item_type == NULL) {
4207 // Find the field in item_type named by "experimental_map_key"
4214 item_type->full_name() + "." + key_name);
4219 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.h956 UINT8 item_type; /* AVRC_ITEM_PLAYER, AVRC_ITEM_FOLDER, or AVRC_ITEM_MEDIA */ member in struct:__anon1216

Completed in 362 milliseconds