Searched defs:kItemType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dapp_list_folder_item.h36 static const char kItemType[]; member in class:app_list::AppListFolderItem
H A Dapp_list_folder_item.cc134 const char AppListFolderItem::kItemType[] = "FolderItem"; member in class:app_list::AppListFolderItem
169 return AppListFolderItem::kItemType;
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_model.h36 static const char kItemType[]; member in class:app_list::test::AppListTestModel
H A Dapp_list_test_model.cc24 const char AppListTestModel::kItemType[] = "TestItem"; member in class:app_list::test::AppListTestModel
45 return AppListTestModel::kItemType;
95 DCHECK(merged_item->GetItemType() == AppListFolderItem::kItemType);
112 DCHECK(folder_item->GetItemType() == AppListFolderItem::kItemType);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.h37 static const char kItemType[]; member in class:ExtensionAppItem
H A Dextension_app_item.cc343 const char ExtensionAppItem::kItemType[] = "ExtensionAppItem"; member in class:ExtensionAppItem
346 return ExtensionAppItem::kItemType;

Completed in 134 milliseconds