OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_app
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/apps/drive/
drive_app_provider.h
53
// Maps |drive_app_id| to |
new_app
|'s id in mapping. Auto uninstall existing
56
const extensions::Extension*
new_app
,
drive_app_provider.cc
67
const Extension*
new_app
,
69
const std::string& new_chrome_app_id =
new_app
->id();
/external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder.cc
311
ExtensionAppItem*
new_app
= GetExtensionAppItem(highlight_app_id_);
local
312
highlighted_app_pending_ = !
new_app
;
313
if (
new_app
)
314
new_app
->SetHighlighted(true);
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc
528
KioskAppData*
new_app
=
local
530
apps_.push_back(
new_app
); // Takes ownership of |
new_app
|.
531
new_app
->Load();
Completed in 507 milliseconds