Searched refs:GetAppInfo (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/beos/
H A DSDL_BeApp.cc66 if (B_OK == be_app->GetAppInfo(&info)) {
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dapp_launcher_handler.h63 base::DictionaryValue* GetAppInfo(const extensions::Extension* extension);
H A Dapp_launcher_handler.cc265 scoped_ptr<DictionaryValue> app_info(GetAppInfo(extension));
304 scoped_ptr<DictionaryValue> app_info(GetAppInfo(extension));
367 DictionaryValue* app_info = GetAppInfo(extension);
402 DictionaryValue* AppLauncherHandler::GetAppInfo(const Extension* extension) { function in class:AppLauncherHandler

Completed in 158 milliseconds