Searched refs:app_type (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dcore_app_launcher_handler.h34 extensions::Manifest::Type app_type);
H A Dcore_app_launcher_handler.cc32 extensions::Manifest::Type app_type) {
34 if (app_type == extensions::Manifest::TYPE_PLATFORM_APP) {
30 RecordAppLaunchType( extension_misc::AppLaunchBucket bucket, extensions::Manifest::Type app_type) argument
/external/chromium_org/ui/app_list/
H A Dapp_list_item.cc72 static const char* app_type = ""; local
73 return app_type;
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.h147 AppType app_type);
416 AppType app_type);
H A Dsession_service.cc357 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL;
359 SetWindowType(browser->session_id(), browser->type(), app_type);
432 AppType app_type) {
433 if (!should_track_changes_for_browser_type(type, app_type))
1018 AppType app_type = window->app_name.empty() ? TYPE_NORMAL : TYPE_APP; local
1022 app_type)) {
1623 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL; local
1624 return should_track_changes_for_browser_type(browser->type(), app_type);
1628 AppType app_type) {
1631 if (type == Browser::TYPE_POPUP && app_type
430 SetWindowType(const SessionID& window_id, Browser::Type type, AppType app_type) argument
1627 should_track_changes_for_browser_type(Browser::Type type, AppType app_type) argument
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_impl.cc215 void RecordCmdLineAppHistogram(extensions::Manifest::Type app_type) { argument
218 app_type);

Completed in 228 milliseconds