OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKeyApps
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.h
75
static const char
kKeyApps
[];
kiosk_app_data.cc
287
std::string app_key = std::string(KioskAppManager::
kKeyApps
) + '.' + app_id_;
350
std::string app_key = std::string(KioskAppManager::
kKeyApps
) + '.' + app_id_;
373
std::string app_key = std::string(KioskAppManager::
kKeyApps
) + '.' + app_id_;
kiosk_app_manager_browsertest.cc
265
dict_update->Set(KioskAppManager::
kKeyApps
, apps_dict.release());
362
EXPECT_TRUE(dict->GetDictionary(KioskAppManager::
kKeyApps
, &apps_dict));
kiosk_app_manager.cc
61
const char KioskAppManager::
kKeyApps
[] = "apps";
Completed in 47 milliseconds