Searched refs:item_type (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dwhats_new_data_source.py77 item_type = item['type']
78 if item_type not in whats_new_by_version:
79 whats_new_by_version[item_type] = []
80 whats_new_by_version[item_type].append(item)
H A Djsc_view.py40 for item_type in GetNodeCategories():
41 if item_type in namespace:
44 (item['name'], item) for item in namespace[item_type])
45 assert len(by_name) == old_size + len(namespace[item_type]), (
319 properties = type_.item_type.properties
376 dst_dict['array'] = self._GenerateType(type_.item_type)
/external/chromium_org/chrome/browser/ui/app_list/
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...]
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);
/external/chromium_org/tools/grit/grit/gather/
H A Dpolicy_json.py133 def _GetDescription(self, item, item_type, parent_item, key):
139 item_type: 'enum_item' | 'policy'
149 if item_type == 'policy':
151 elif item_type == 'enum_item':
155 raise Exception('Unexpected type %s' % item_type)
157 def _AddPolicyKey(self, item, item_type, parent_item, key, depth):
167 item_type: 'enum_item' | 'policy'
177 self._GetDescription(item, item_type, parent_item, key))
187 def _AddItems(self, items, item_type, parent_item, depth):
193 item_type
[all...]
/external/chromium_org/tools/json_schema_compiler/
H A Dutil_cc_helper.py21 prop = array_prop.item_type
H A Dcc_generator.py111 c.Cblock(self._GenerateType(cpp_namespace, type_.item_type))
495 item_type = self._type_helper.FollowRef(underlying_type.item_type)
496 if item_type.property_type == PropertyType.ENUM:
500 if type_.item_type.property_type == PropertyType.REF:
501 maybe_namespace = '%s::' % item_type.namespace.unix_name
508 % (self._type_helper.GetCppType(item_type), vardot))
767 item_type = self._type_helper.FollowRef(underlying_type.item_type)
768 if item_type
[all...]
H A Ddart_generator.py223 self._GetDartType(prop.type_.item_type)))
340 self._GetDartType(list_to_proxy.type_.item_type)))
688 (self._IsSerializableObjectType(type_.item_type)))
697 self._IsBaseType(type_.item_type))
713 and self._IsBaseType(type_.item_type))
758 return 'List<%s>' % self._GetDartType(type_.item_type)
H A Dcpp_type_generator.py112 item_cpp_type = self.GetCppType(type_.item_type, is_in_container=True)
237 deps = self._TypeDependencies(type_.item_type,
238 hard=self.IsCopyable(type_.item_type))
H A Dmodel_test.py74 array_prop.type_.item_type.property_type)
75 self.assertEquals('tabs.Tab', array_prop.type_.item_type.ref_type)
/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/sync/protocol/
H A Dproto_enum_conversions.h26 sync_pb::AppListSpecifics::AppListItemType item_type);
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/third_party/icu/source/test/depstest/
H A Ddepstest.py89 item_type = item["type"]
92 (item_type, name, parents))
119 print "Info: %s %s does not need to depend on %s\n" % (item_type, name, dep)
131 (item_type, name, file_name, symbol, name, _symbols_to_files.get(symbol)))
/external/icu/icu4c/source/test/depstest/
H A Ddepstest.py89 item_type = item["type"]
92 (item_type, name, parents))
119 print "Info: %s %s does not need to depend on %s\n" % (item_type, name, dep)
131 (item_type, name, file_name, symbol, name, _symbols_to_files.get(symbol)))
/external/chromium_org/components/policy/tools/
H A Dsyntax_check_policy_template_json.py284 value_type = item_type = bool
286 value_type = item_type = str
288 value_type = item_type = int
291 item_type = str
293 value_type = item_type = dict
295 value_type = item_type = [ dict, list ]
321 self._CheckContains(item, 'value', item_type, container_name='item',
/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/chrome/browser/sync/test/integration/
H A Dtwo_client_app_list_sync_test.cc457 sync_item->item_type);
464 EXPECT_EQ(sync_pb::AppListSpecifics::TYPE_APP, sync_item->item_type);
475 EXPECT_EQ(sync_pb::AppListSpecifics::TYPE_APP, sync_item->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/chromium_org/ui/base/models/
H A Dsimple_menu_model.cc338 MenuModel::ItemType item_type = GetTypeAt(index);
339 return (item_type == TYPE_CHECK || item_type == TYPE_RADIO) ?
/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/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 )

Completed in 555 milliseconds

12