HomeSort by relevance Sort by last modified time
    Searched refs:GetItemType (Results 1 - 21 of 21) 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.h 63 virtual const char* GetItemType() const OVERRIDE;
app_list_item.h 71 virtual const char* GetItemType() const;
app_list_model.cc 61 if (item && item->GetItemType() == AppListFolderItem::kItemType)
79 DCHECK(item->GetItemType() != AppListFolderItem::kItemType);
110 if (target_item->GetItemType() == AppListFolderItem::kItemType) {
271 if (item->GetItemType() != AppListFolderItem::kItemType)
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);
app_list_test_model.h 26 virtual const char* GetItemType() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.h 94 virtual const char* GetItemType() const OVERRIDE;
extension_app_model_builder.cc 277 item->GetItemType() != ExtensionAppItem::kItemType)
279 << " has incorrect type: '" << item->GetItemType() << "'";
301 if (item->GetItemType() != ExtensionAppItem::kItemType)
308 if (item->GetItemType() == ExtensionAppItem::kItemType) {
316 if (item->GetItemType() == ExtensionAppItem::kItemType) {
extension_app_item.cc 339 const char* ExtensionAppItem::GetItemType() const {
app_list_syncable_service.cc 125 const char* item_type = item->GetItemType();
183 if (item->GetItemType() == AppListFolderItem::kItemType)
756 (app_item->GetItemType() == AppListFolderItem::kItemType ||
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_list_helper.cc 177 if (item->GetItemType() == AppListFolderItem::kItemType) {
  /external/chromium_org/ui/app_list/views/
app_list_main_view.cc 265 if (item->GetItemType() == AppListFolderItem::kItemType)
app_list_main_view_unittest.cc 204 EXPECT_EQ(AppListFolderItem::kItemType, folder_item->GetItemType());
apps_grid_view_unittest.cc 333 model_->top_level_item_list()->item_at(0)->GetItemType());
374 model_->top_level_item_list()->item_at(0)->GetItemType());
447 model_->top_level_item_list()->item_at(0)->GetItemType());
app_list_item_view.cc 271 SetAccessibleName(item_->GetItemType() == AppListFolderItem::kItemType
apps_grid_view.cc 197 return (item->GetItemType() == AppListFolderItem::kItemType);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 225 STDMETHOD_(HRESULT,GetItemType)(THIS_ REFGUID guidKey,MF_ATTRIBUTE_TYPE *pType) PURE;
271 #define IMFASFContentInfo_GetItemType(This,guidKey,pType) (This)->lpVtbl->GetItemType(This,guidKey,pType)
327 STDMETHOD_(HRESULT,GetItemType)(THIS_ REFGUID guidKey,MF_ATTRIBUTE_TYPE *pType) PURE;
376 #define IMFASFStreamConfig_GetItemType(This,guidKey,pType) (This)->lpVtbl->GetItemType(This,guidKey,pType)
435 STDMETHOD_(HRESULT,GetItemType)(THIS_ REFGUID guidKey,MF_ATTRIBUTE_TYPE *pType) PURE;
    [all...]
mfidl.h 189 HRESULT (STDMETHODCALLTYPE *GetItemType)(
425 #define IMFTopologyNode_GetItemType(This,guidKey,pType) (This)->lpVtbl->GetItemType(This,guidKey,pType)
487 return This->lpVtbl->GetItemType(This,guidKey,pType);
821 HRESULT (STDMETHODCALLTYPE *GetItemType)(
    [all...]
mfobjects.h 171 virtual HRESULT STDMETHODCALLTYPE GetItemType(
318 HRESULT (STDMETHODCALLTYPE *GetItemType)(
479 #define IMFAttributes_GetItemType(This,guidKey,pType) (This)->lpVtbl->GetItemType(This,guidKey,pType)
524 return This->lpVtbl->GetItemType(This,guidKey,pType);
    [all...]
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 1525 milliseconds