OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timezone_name
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
base_login_display_host.cc
275
const std::string
timezone_name
= startup_manifest->initial_timezone();
local
276
VLOG(1) << "Initial time zone: " <<
timezone_name
;
279
if (!
timezone_name
.empty()) {
281
icu::UnicodeString::fromUTF8(
timezone_name
));
282
CHECK(timezone) << "Timezone could not be set for " <<
timezone_name
;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc
305
std::string
timezone_name
;
local
306
CHECK(timezone->GetString(1, &
timezone_name
));
311
timezone_option->SetString("title",
timezone_name
);
/external/chromium_org/chrome/browser/chromeos/login/
login_display_host_impl.cc
194
const std::string
timezone_name
= startup_manifest->initial_timezone();
local
195
VLOG(1) << "Initial time zone: " <<
timezone_name
;
198
if (!
timezone_name
.empty()) {
200
UTF8ToUTF16(
timezone_name
));
[
all
...]
Completed in 7336 milliseconds