OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suggest_learn_more
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/common/
localized_error.cc
751
base::DictionaryValue*
suggest_learn_more
= new base::DictionaryValue;
local
753
suggest_learn_more
->SetString("body",
755
suggest_learn_more
->SetString("learnMoreUrl", learn_more_url.spec());
756
suggestions->Append(
suggest_learn_more
);
813
base::DictionaryValue*
suggest_learn_more
= new base::DictionaryValue();
local
814
suggest_learn_more
->SetString("msg",
817
suggest_learn_more
->SetString("learnMoreUrl", learn_more_url.spec());
818
error_strings->Set("suggestionsLearnMore",
suggest_learn_more
);
Completed in 463 milliseconds