OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deal_locale
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/
customization_document.h
117
std::string
deal_locale
;
member in struct:chromeos::ServicesCustomizationDocument::CarrierDeal
customization_document_unittest.cc
71
" \"
deal_locale
\" : \"en-US\","
92
" \"
deal_locale
\" : \"en-US\","
198
EXPECT_EQ("en-US", deal->
deal_locale
);
customization_document.cc
49
const char kDealLocaleAttr[] = "
deal_locale
";
221
deal_dict->GetString(kDealLocaleAttr, &
deal_locale
);
366
if (initial_locale_ != deal->
deal_locale
)
Completed in 49 milliseconds