OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProfileByPath
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
profile_store.h
26
virtual Profile*
GetProfileByPath
(const base::FilePath& path) = 0;
profile_loader.cc
38
Profile* profile = profile_store_->
GetProfileByPath
(profile_file_path);
app_list_service_impl.cc
121
virtual Profile*
GetProfileByPath
(const base::FilePath& path) OVERRIDE {
122
return profile_manager_->
GetProfileByPath
(path);
app_list_view_delegate.cc
158
g_browser_process->profile_manager()->
GetProfileByPath
(profile_path);
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile_store.cc
42
Profile* profile =
GetProfileByPath
(path);
50
Profile* FakeProfileStore::
GetProfileByPath
(
fake_profile_store.h
27
virtual Profile*
GetProfileByPath
(const base::FilePath& path) OVERRIDE;
/external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc
27
Profile* p = profile_manager->
GetProfileByPath
(profile);
/external/chromium/chrome/browser/profiles/
profile_manager.h
106
Profile*
GetProfileByPath
(const FilePath& path) const;
profile_manager.cc
211
Profile* profile =
GetProfileByPath
(profile_dir);
265
if (
GetProfileByPath
(profile->GetPath())) {
285
Profile* ProfileManager::
GetProfileByPath
(const FilePath& path) const {
/external/chromium_org/chrome/browser/ui/webui/options/
managed_user_create_confirm_handler.cc
74
GetProfileByPath
(profile_file_path);
create_profile_handler.cc
306
Profile* new_profile = manager->
GetProfileByPath
(profile_path_being_created_);
/external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc
145
CreateBrowser(profile_manager->
GetProfileByPath
(path_profile2));
/external/chromium_org/chrome/browser/chromeos/login/
user_image_sync_observer.cc
44
return profile_manager->
GetProfileByPath
(profile_path);
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc
153
if (!profile_manager->
GetProfileByPath
(GetSigninProfileDir())) {
/external/chromium_org/chrome/browser/profiles/
avatar_menu.cc
150
Profile* profile = g_browser_process->profile_manager()->
GetProfileByPath
(
profile_window.cc
172
Profile* profile = profile_manager->
GetProfileByPath
(
profile_manager.h
162
Profile*
GetProfileByPath
(const base::FilePath& path) const;
profile_manager.cc
539
Profile* profile =
GetProfileByPath
(profile_dir);
616
if (
GetProfileByPath
(profile->GetPath())) {
644
Profile* ProfileManager::
GetProfileByPath
(const base::FilePath& path) const {
669
CHECK(!
GetProfileByPath
(default_profile_dir))
[
all
...]
profile_shortcut_manager_win.cc
161
g_browser_process->profile_manager()->
GetProfileByPath
(profile_path);
[
all
...]
/external/chromium_org/chrome/browser/chromeos/policy/
power_policy_browsertest.cc
194
Profile* profile = profile_manager->
GetProfileByPath
(
/external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc
74
g_browser_process->profile_manager()->
GetProfileByPath
(profile_path);
/external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc
138
Profile* profile = profile_manager->
GetProfileByPath
(full_path);
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc
781
Profile* profile = profile_manager->
GetProfileByPath
(profile_path);
/external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 191 milliseconds