OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resource_string
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui_unittest.cc
14
std::string
resource_string
= l10n_util::GetStringUTF8(resource_id);
local
15
EXPECT_THAT(
resource_string
, Not(HasSubstr("Sync")));
16
EXPECT_THAT(
resource_string
, Not(HasSubstr("sync")));
/external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source_unittest.cc
17
std::string
resource_string
= l10n_util::GetStringUTF8(resource_id);
local
18
EXPECT_THAT(
resource_string
, Not(HasSubstr("Sync")));
19
EXPECT_THAT(
resource_string
, Not(HasSubstr("sync")));
/external/chromium_org/components/user_prefs/
pref_registry_syncable.cc
23
const std::string
resource_string
= l10n_util::GetStringUTF8(message_id);
local
24
DCHECK(!
resource_string
.empty());
27
if ("true" ==
resource_string
)
29
if ("false" ==
resource_string
)
36
base::StringToInt(
resource_string
, &val);
42
base::StringToDouble(
resource_string
, &val);
47
return Value::CreateStringValue(
resource_string
);
/external/chromium/chrome/browser/prefs/
pref_service.cc
42
std::string
resource_string
= l10n_util::GetStringUTF8(message_id);
local
43
DCHECK(!
resource_string
.empty());
46
if ("true" ==
resource_string
)
48
if ("false" ==
resource_string
)
55
base::StringToInt(
resource_string
, &val);
61
base::StringToDouble(
resource_string
, &val);
66
return Value::CreateStringValue(
resource_string
);
Completed in 239 milliseconds