OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_profile_name
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc
64
base::string16
new_profile_name
= GetCache()->GetNameOfProfileAtIndex(
local
67
EXPECT_TRUE(profile_names_.find(
new_profile_name
) == profile_names_.end());
69
profile_names_.insert(
new_profile_name
);
/external/chromium_org/chrome/browser/background/
background_mode_manager.cc
156
const base::string16&
new_profile_name
) {
157
name_ =
new_profile_name
;
472
base::string16
new_profile_name
= cache.GetNameOfProfileAtIndex(
local
480
it->second->SetName(
new_profile_name
);
/external/chromium_org/chrome/browser/ui/views/
profile_chooser_view.cc
592
base::string16
new_profile_name
= name_textfield->text();
local
593
if (
new_profile_name
.empty())
605
profiles::UpdateProfileName(profile,
new_profile_name
);
Completed in 37 milliseconds