OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNewProfile
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state.cc
49
return profile->
IsNewProfile
();
/external/chromium_org/chrome/browser/profiles/
profile.cc
181
bool Profile::
IsNewProfile
() {
profile.h
366
bool
IsNewProfile
();
profile_impl.cc
616
delegate_->OnProfileCreated(this, true,
IsNewProfile
());
818
ChromeVersionService::OnProfileLoaded(prefs_.get(),
IsNewProfile
());
[
all
...]
/external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc
193
bool has_been_shutdown = !profile->
IsNewProfile
();
/external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc
244
current_profile->
IsNewProfile
() &&
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc
383
!profile->
IsNewProfile
()) {
Completed in 188 milliseconds