OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnProfileAdded
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/chromeos/network/
network_profile_observer.h
18
virtual void
OnProfileAdded
(const NetworkProfile& profile) = 0;
managed_network_configuration_handler_impl.h
90
virtual void
OnProfileAdded
(const NetworkProfile& profile) OVERRIDE;
network_profile_handler.cc
149
OnProfileAdded
(profiles_.back()));
managed_network_configuration_handler_impl.cc
420
// See
OnProfileAdded
.
426
void ManagedNetworkConfigurationHandlerImpl::
OnProfileAdded
(
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_observer.h
21
virtual void
OnProfileAdded
(const base::FilePath& profile_path) {}
profile_info_cache_unittest.h
30
virtual void
OnProfileAdded
(const base::FilePath& profile_path) OVERRIDE;
profile_shortcut_manager_win.h
71
virtual void
OnProfileAdded
(const base::FilePath& profile_path) OVERRIDE;
profile_info_cache_unittest.cc
48
void ProfileNameVerifierObserver::
OnProfileAdded
(
profile_shortcut_manager_win.cc
732
void ProfileShortcutManagerWin::
OnProfileAdded
(
[
all
...]
profile_info_cache.cc
217
OnProfileAdded
(profile_path));
[
all
...]
/external/chromium_org/chrome/browser/ui/views/profiles/
new_avatar_button.h
41
virtual void
OnProfileAdded
(const base::FilePath& profile_path) OVERRIDE;
new_avatar_button.cc
134
void NewAvatarButton::
OnProfileAdded
(const base::FilePath& profile_path) {
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_reporting_service.h
119
virtual void
OnProfileAdded
(Profile* profile);
incident_reporting_service_unittest.cc
78
virtual void
OnProfileAdded
(Profile* profile) OVERRIDE {
80
safe_browsing::IncidentReportingService::
OnProfileAdded
(profile);
[
all
...]
incident_reporting_service.cc
297
//
OnProfileAdded
is called are held until the profile's preferences can be
381
void IncidentReportingService::
OnProfileAdded
(Profile* profile) {
518
// deferred until
OnProfileAdded
() otherwise.
673
// search will be attempted in
OnProfileAdded
() if another profile appears on
[
all
...]
/external/chromium_org/chrome/browser/background/
background_mode_manager.h
207
virtual void
OnProfileAdded
(const base::FilePath& profile_path) OVERRIDE;
background_mode_manager.cc
427
void BackgroundModeManager::
OnProfileAdded
(const base::FilePath& profile_path) {
background_mode_manager_unittest.cc
503
manager.
OnProfileAdded
(profile2->GetPath());
[
all
...]
/external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.h
142
virtual void
OnProfileAdded
(const base::FilePath& profile_path) OVERRIDE;
app_list_view_delegate.cc
341
void AppListViewDelegate::
OnProfileAdded
(const base::FilePath& profile_path) {
/external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc
175
virtual void
OnProfileAdded
(const base::FilePath& profile_path) OVERRIDE {
Completed in 1118 milliseconds