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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc 268 scoped_ptr<base::DictionaryValue> app_info(GetAppInfo(extension));
311 scoped_ptr<base::DictionaryValue> app_info(GetAppInfo(extension));
376 base::DictionaryValue* app_info = GetAppInfo(extension);
398 base::DictionaryValue* AppLauncherHandler::GetAppInfo(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shappmgr.h 116 virtual HRESULT WINAPI GetAppInfo(PAPPINFODATA pai) = 0;
128 HRESULT (WINAPI *GetAppInfo)(IShellApp *This,PAPPINFODATA pai);
142 #define IShellApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)
193 HRESULT (WINAPI *GetAppInfo)(IPublishedApp *This,PAPPINFODATA pai);
210 #define IPublishedApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)

Completed in 368 milliseconds