OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icon_path_key
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.cc
349
std::string
icon_path_key
= app_key + '.' + kKeyIcon;
local
358
!dict->GetString(
icon_path_key
, &icon_path_string)) {
372
std::string
icon_path_key
= app_key + '.' + kKeyIcon;
local
378
dict_update->SetString(
icon_path_key
, icon_path.value());
kiosk_app_manager_browsertest.cc
332
std::string
icon_path_key
= "apps." + id + ".icon";
local
333
EXPECT_TRUE(dict->GetString(
icon_path_key
, &icon_path_string));
Completed in 177 milliseconds