OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileManager
(Results
1 - 25
of
50
) sorted by null
1
2
/external/chromium/chrome/browser/profiles/
profile_manager.h
27
class
ProfileManager
: public base::NonThreadSafe,
39
ProfileManager
();
40
virtual ~
ProfileManager
();
46
//
ProfileManager
if it doesn't already exist. This method returns NULL if
139
//
ProfileManager
. This
ProfileManager
takes ownership of the Profile.
140
// The Profile should not already be managed by this
ProfileManager
.
160
DISALLOW_COPY_AND_ASSIGN(
ProfileManager
);
163
// Same as the
ProfileManager
, but doesn't initialize some services of the
165
class ProfileManagerWithoutInit : public
ProfileManager
{
[
all
...]
profile_manager.cc
67
void
ProfileManager
::ShutdownSessionServices() {
68
ProfileManager
* pm = g_browser_process->profile_manager();
77
Profile*
ProfileManager
::GetDefaultProfile() {
80
ProfileManager
* profile_manager = g_browser_process->profile_manager();
84
ProfileManager
::
ProfileManager
() : logged_in_(false) {
94
ProfileManager
::~
ProfileManager
() {
100
FilePath
ProfileManager
::GetDefaultProfileDir(
108
FilePath
ProfileManager
::GetProfilePrefsPath
[
all
...]
profile_manager_unittest.cc
59
class MockObserver : public
ProfileManager
::Observer {
74
scoped_ptr<
ProfileManager
> profile_manager_;
/external/chromium/chrome/browser/chromeos/login/
help_app_launcher.cc
34
Profile* profile =
ProfileManager
::GetDefaultProfile();
dom_login_display.cc
48
login_screen_ = DOMBrowser::CreateForDOM(
ProfileManager
::GetDefaultProfile());
image_downloader.cc
33
ProfileManager
::GetDefaultProfile()->GetRequestContext());
html_page_screen.cc
57
Profile* profile =
ProfileManager
::GetDefaultProfile();
login_performer.h
57
public
ProfileManager
::Observer {
wizard_accessibility_helper.cc
41
profile_ =
ProfileManager
::GetDefaultProfile();
account_screen.cc
99
Profile* profile =
ProfileManager
::GetDefaultProfile();
login_html_dialog.cc
68
new HtmlDialogWithoutContextMenuView(
ProfileManager
::GetDefaultProfile(),
registration_screen.cc
70
Profile* profile =
ProfileManager
::GetDefaultProfile();
screen_locker_browsertest.cc
289
ProfileManager
::GetDefaultProfile();
309
ProfileManager
::GetDefaultProfile();
enterprise_enrollment_view.cc
104
Profile* profile =
ProfileManager
::GetDefaultProfile();
user_image_downloader.cc
51
ProfileManager
::GetDefaultProfile()->GetRequestContext());
/external/chromium/chrome/browser/
browser_process.h
39
class
ProfileManager
;
91
virtual
ProfileManager
* profile_manager() = 0;
memory_purger.cc
100
ProfileManager
* profile_manager = g_browser_process->profile_manager();
browser_process_impl.h
62
virtual
ProfileManager
* profile_manager();
188
scoped_ptr<
ProfileManager
> profile_manager_;
/external/chromium/chrome/browser/chromeos/
choose_mobile_network_dialog.cc
47
profile =
ProfileManager
::GetDefaultProfile();
sim_dialog_delegate.cc
66
profile =
ProfileManager
::GetDefaultProfile();
setting_level_bubble.cc
55
ProfileManager
::GetDefaultProfile(),
/tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/model/
DbModel.java
42
import org.eclipse.datatools.connectivity.
ProfileManager
;
182
profile =
ProfileManager
.getInstance().getProfileByFullPath(fullPath);
194
ProfileManager
.getInstance().createProfile(fullPath, "", PROVIDER_ID, prop); //$NON-NLS-1$
458
ProfileManager
.getInstance().deleteProfile(connProfile);
713
ProfileManager
profileManager
=
ProfileManager
.getInstance();
714
IConnectionProfile[] profiles =
profileManager
.getProfiles();
719
profileManager
.deleteProfile(profile);
/external/chromium/chrome/browser/extensions/
extension_event_router_forwarder.cc
71
ProfileManager
* profile_manager = g_browser_process->profile_manager();
/external/chromium/chrome/browser/web_resource/
gpu_blacklist_updater.cc
37
: WebResourceService(
ProfileManager
::GetDefaultProfile(),
/external/chromium/chrome/browser/ui/views/
file_manager_dialogs.cc
198
ProfileManager
::GetDefaultProfile(), params));
Completed in 760 milliseconds
1
2