HomeSort by relevance Sort by last modified time
    Searched refs:app_id (Results 26 - 50 of 269) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium_org/apps/
app_restore_service.cc 86 const std::string& app_id) {
87 RecordAppStart(app_id);
91 const std::string& app_id) {
92 RecordAppActiveState(app_id, true);
96 const std::string& app_id) {
97 RecordAppActiveState(app_id, false);
100 void AppRestoreService::OnAppStop(Profile* profile, const std::string& app_id) {
101 RecordAppStop(app_id);
app_restore_service.h 45 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
47 const std::string& app_id) OVERRIDE;
49 const std::string& app_id) OVERRIDE;
50 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_app.h 105 const std::string& app_id,
137 // If there is no launcher item in the launcher for application |app_id|, one
140 virtual void LockV1AppWithID(const std::string& app_id) OVERRIDE;
142 // A previously locked launcher item of type |app_id| gets unlocked. If the
144 virtual void UnlockV1AppWithID(const std::string& app_id) OVERRIDE;
160 // Opens a new instance of the application identified by |app_id|.
162 virtual void LaunchApp(const std::string& app_id, int event_flags) OVERRIDE;
164 // If |app_id| is running, reactivates the app's most recently active window,
167 virtual void ActivateApp(const std::string& app_id, int event_flags) OVERRIDE;
178 const std::string& app_id) OVERRIDE
    [all...]
chrome_launcher_controller_per_browser.cc 78 const std::string& app_id,
80 : LauncherItemController(TYPE_SHORTCUT, app_id, controller) {
83 if (app_id == "apdfllckaahabafndbhieahigkjlhalf") {
85 launcher_controller()->GetExtensionForAppID(app_id);
111 launcher_controller()->LaunchApp(app_id(), event_flags);
115 launcher_controller()->ActivateApp(app_id(), ui::EF_NONE);
384 const std::string& app_id,
395 return InsertAppLauncherItem(controller, app_id, status, index);
425 std::string app_id = iter->second->app_id(); local
803 std::string app_id = GetAppID(contents); local
1217 std::string app_id; local
    [all...]
chrome_launcher_controller_per_app.cc 326 const std::string& app_id,
338 app_id,
379 std::string app_id = iter->second->app_id(); local
381 iter->second = new AppShortcutLauncherItemController(app_id, this);
466 const std::string& app_id) {
467 ash::LauncherID id = GetLauncherIDForAppID(app_id);
468 if (!IsPinned(id) && !IsWindowedAppInLauncher(app_id)) {
469 CreateAppShortcutLauncherItemWithType(app_id,
472 id = GetLauncherIDForAppID(app_id);
816 std::string app_id = GetAppID(contents); local
1223 std::string app_id = iter->second; local
1381 std::string app_id; local
    [all...]
chrome_launcher_controller_per_browser.h 99 const std::string& app_id,
130 // If there is no launcher item in the launcher for application |app_id|, one
133 virtual void LockV1AppWithID(const std::string& app_id) OVERRIDE;
135 // A previously locked launcher item of type |app_id| gets unlocked. If the
137 virtual void UnlockV1AppWithID(const std::string& app_id) OVERRIDE;
153 // Opens a new instance of the application identified by |app_id|.
155 virtual void LaunchApp(const std::string& app_id, int event_flags) OVERRIDE;
157 // If |app_id| is running, reactivates the app's most recently active window,
160 virtual void ActivateApp(const std::string& app_id, int event_flags) OVERRIDE;
170 const std::string& app_id) OVERRIDE
    [all...]
chrome_launcher_controller.h 112 const std::string& app_id,
143 // If there is no launcher item in the launcher for application |app_id|, one
146 virtual void LockV1AppWithID(const std::string& app_id) = 0;
148 // A previously locked launcher item of type |app_id| gets unlocked. If the
150 virtual void UnlockV1AppWithID(const std::string& app_id) = 0;
166 // Opens a new instance of the application identified by |app_id|.
168 virtual void LaunchApp(const std::string& app_id, int event_flags) = 0;
170 // If |app_id| is running, reactivates the app's most recently active window,
173 virtual void ActivateApp(const std::string& app_id, int event_flags) = 0;
182 // Returns the launcherID of the first non-panel item whose app_id
    [all...]
chrome_launcher_app_menu_item_v2app.h 26 const std::string& app_id,
  /external/chromium_org/ash/launcher/
launcher_delegate.h 97 virtual LauncherID GetLauncherIDForAppID(const std::string& app_id) = 0;
99 // Pins an app with |app_id| to launcher. A running instance will get pinned.
102 virtual void PinAppWithID(const std::string& app_id) = 0;
105 virtual bool IsAppPinned(const std::string& app_id) = 0;
107 // Unpins any app item(s) whose id is |app_id|. The new launcher will collect
109 virtual void UnpinAppsWithID(const std::string& app_id) = 0;
  /external/chromium_org/ash/shell/
launcher_delegate_impl.cc 72 const std::string& app_id) {
76 void LauncherDelegateImpl::PinAppWithID(const std::string& app_id) {
79 bool LauncherDelegateImpl::IsAppPinned(const std::string& app_id) {
83 void LauncherDelegateImpl::UnpinAppsWithID(const std::string& app_id) {
launcher_delegate_impl.h 43 virtual LauncherID GetLauncherIDForAppID(const std::string& app_id) OVERRIDE;
44 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
45 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
46 virtual void UnpinAppsWithID(const std::string& app_id) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/
chrome_launcher_prefs.h 37 base::DictionaryValue* CreateAppDict(const std::string& app_id);
  /external/chromium_org/ui/app_list/
apps_grid_view_delegate.h 28 const std::string& app_id,
  /external/bluetooth/bluedroid/btif/co/
bta_pan_co.c 74 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role,
77 BTIF_TRACE_API4("bta_pan_co_open:app_id:%d, local_role:%d, peer_role:%d, "
78 "handle:%d", app_id, local_role, peer_role, handle);
118 void bta_pan_co_close(UINT16 handle, UINT8 app_id)
120 BTIF_TRACE_API2("bta_pan_co_close:app_id:%d, handle:%d", app_id, handle);
161 void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id)
171 BTIF_TRACE_API2("bta_pan_co_tx_path, handle:%d, app_id:%d", handle, app_id);
219 void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc 40 std::string GenerateKioskAppAccountId(const std::string& app_id) {
41 return app_id + '@' + kKioskAppAccountDomain;
87 : app_id(data.app_id()),
101 void KioskAppManager::SetAutoLaunchApp(const std::string& app_id) {
112 app_id.empty() ? std::string() : GenerateKioskAppAccountId(app_id));
226 void KioskAppManager::AddApp(const std::string& app_id) {
235 it->kiosk_app_id == app_id) {
243 GenerateKioskAppAccountId(app_id),
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
app_launch_ui.cc 75 void SendAppInfo(const std::string& app_id) {
77 KioskAppManager::Get()->GetApp(app_id, &app);
102 std::string app_id; local
103 if (args->GetString(0, &app_id) && !app_id.empty())
104 SendAppInfo(app_id);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_app_menu_handler.cc 70 app_info->SetString("id", app_data.app_id);
115 std::string app_id; local
116 CHECK(args->GetString(0, &app_id));
119 CHECK(KioskAppManager::Get()->GetApp(app_id, &app_data));
124 (new KioskAppLauncher(KioskAppManager::Get(), app_id))->Start();
143 void KioskAppMenuHandler::OnKioskAppDataChanged(const std::string& app_id) {
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_api.c 105 ** Parameters app_id - Application ID
113 void BTA_HlUpdate(UINT8 app_id,
126 p_buf->app_id = app_id;
165 p_buf->app_id = app_id;
179 ** Parameters app_id - Application ID
187 void BTA_HlRegister(UINT8 app_id,
196 p_buf->app_id = app_id;
    [all...]
  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 151 typedef void (tBTA_SYS_CONN_CBACK)(tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
154 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
268 extern void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
269 extern void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
270 extern void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
271 extern void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
272 extern void bta_sys_sco_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
273 extern void bta_sys_sco_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
274 extern void bta_sys_sco_use(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
275 extern void bta_sys_sco_unuse(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_handler.h 41 virtual void OnKioskAppDataChanged(const std::string& app_id) OVERRIDE;
42 virtual void OnKioskAppDataLoadFailure(const std::string& app_id) OVERRIDE;
  /external/bluetooth/bluedroid/bta/include/
bta_ag_co.h 67 BTA_API extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state);
  /external/bluetooth/bluedroid/stack/include/
srvc_api.h 102 typedef void (tBA_CBACK)(UINT8 app_id, UINT8 event, tBA_WRITE_DATA *p_data);
191 GATT_API extern UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info);
200 GATT_API extern void Battery_Rsp (UINT8 app_id, tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp);
208 GATT_API extern void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level);
  /external/chromium_org/ash/test/
test_launcher_delegate.h 55 virtual LauncherID GetLauncherIDForAppID(const std::string& app_id) OVERRIDE;
56 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
57 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
58 virtual void UnpinAppsWithID(const std::string& app_id) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/
default_pinned_apps_field_trial.h 51 void RecordShelfAppClick(const std::string& app_id);
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_test_utils.cc 11 (tab.is_pinned ? "pinned" : "") + ":" + tab.app_id;

Completed in 2251 milliseconds

12 3 4 5 6 7 8 91011