Home
last modified time | relevance | path

Searched refs:TYPE_APP (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/sync/protocol/
Dapp_list_specifics.proto21 // * TYPE_APP: App Id
28 TYPE_APP = 1; enumerator
Dproto_enum_conversions.cc26 TYPE_APP, TYPE_URL); in GetAppListItemTypeString()
28 ENUM_CASE(sync_pb::AppListSpecifics, TYPE_APP); in GetAppListItemTypeString()
/external/chromium_org/mojo/shell/
Dchild_process.h26 TYPE_APP enumerator
Dchild_process.cc36 case TYPE_APP: in Create()
Dapp_child_process_host.cc21 : ChildProcessHost(context, this, ChildProcess::TYPE_APP), in AppChildProcessHost()
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dlauncher_item_controller.cc52 case LauncherItemController::TYPE_APP: in GetShelfItemType()
Dlauncher_item_controller.h35 TYPE_APP, enumerator
Dchrome_launcher_controller.cc582 if (controller->type() == LauncherItemController::TYPE_APP || in Unpin()
631 if (controller->type() == LauncherItemController::TYPE_APP) { in Install()
1299 if (controller->type() == LauncherItemController::TYPE_APP) { in ActivateShellApp()
1535 LauncherItemController::TYPE_APP) in UnpinRunningAppInternal()
1604 LauncherItemController::TYPE_APP)) { in UpdateAppLaunchersFromPref()
1642 LauncherItemController::TYPE_APP) in UpdateAppLaunchersFromPref()
Dapp_window_launcher_controller.cc171 : LauncherItemController::TYPE_APP; in RegisterApp()
Dchrome_launcher_controller_browsertest.cc690 EXPECT_EQ(LauncherItemController::TYPE_APP, item1_controller->type()); in IN_PROC_BROWSER_TEST_F()
729 EXPECT_EQ(LauncherItemController::TYPE_APP, item1_controller->type()); in IN_PROC_BROWSER_TEST_F()
Dchrome_launcher_controller_unittest.cc222 : LauncherItemController(LauncherItemController::TYPE_APP, in TestV2AppLauncherItemController()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_syncable_service.cc133 *type = sync_pb::AppListSpecifics::TYPE_APP; in GetAppListItemType()
390 if (sync_item->item_type == sync_pb::AppListSpecifics::TYPE_APP && in RemoveDefaultApp()
466 if (type == sync_pb::AppListSpecifics::TYPE_APP && in RemoveSyncItem()
711 case sync_pb::AppListSpecifics::TYPE_APP: { in ProcessNewSyncItem()
851 if (item_type == sync_pb::AppListSpecifics::TYPE_APP) in DeleteSyncItemSpecifics()
/external/chromium_org/chrome/browser/sync/test/integration/
Dtwo_client_app_list_sync_test.cc464 EXPECT_EQ(sync_pb::AppListSpecifics::TYPE_APP, sync_item->item_type); in IN_PROC_BROWSER_TEST_F()
475 EXPECT_EQ(sync_pb::AppListSpecifics::TYPE_APP, sync_item->item_type); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/sessions/
Dsession_service.h66 TYPE_APP, enumerator
Dsession_service.cc357 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL; in WindowOpened()
1018 AppType app_type = window->app_name.empty() ? TYPE_NORMAL : TYPE_APP; in SortTabsBasedOnVisualOrderAndPrune()
1623 AppType app_type = browser->is_app() ? TYPE_APP : TYPE_NORMAL; in ShouldTrackBrowser()
1631 if (type == Browser::TYPE_POPUP && app_type == TYPE_APP) in should_track_changes_for_browser_type()
Dsession_service_unittest.cc536 window2_id, Browser::TYPE_POPUP, SessionService::TYPE_APP); in TEST_F()