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

  /external/chromium_org/ui/app_list/
app_list_item.cc 70 const char* AppListItem::GetItemType() const {
94 GetItemType() == other->GetItemType() &&
app_list_folder_item.cc 169 const char* AppListFolderItem::GetItemType() const {
  /external/chromium_org/ui/app_list/test/
app_list_test_model.cc 47 const char* AppListTestModel::AppListTestItem::GetItemType() const {
98 DCHECK(merged_item->GetItemType() == AppListFolderItem::kItemType);
115 DCHECK(folder_item->GetItemType() == AppListFolderItem::kItemType);
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.cc 339 const char* ExtensionAppItem::GetItemType() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wia.h 434 virtual HRESULT WINAPI GetItemType(LONG *pItemType) = 0;
456 HRESULT (WINAPI *GetItemType)(IWiaItem *This,LONG *pItemType);
480 #define IWiaItem_GetItemType(This,pItemType) (This)->lpVtbl->GetItemType(This,pItemType)
    [all...]

Completed in 145 milliseconds