OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_file_path
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
profile_loader.cc
34
const base::FilePath&
profile_file_path
,
38
Profile* profile = profile_store_->GetProfileByPath(
profile_file_path
);
46
profile_file_path
,
profile_loader.h
38
const base::FilePath&
profile_file_path
,
app_list_service_impl.h
72
void LoadProfileAsync(const base::FilePath&
profile_file_path
);
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc
54
// Given |args| from the WebUI, parses value 0 as a FilePath |
profile_file_path
|
57
base::FilePath*
profile_file_path
) {
61
return base::GetValueAsFilePath(*file_path_value,
profile_file_path
);
268
base::FilePath
profile_file_path
;
local
269
if (!GetProfilePathFromArgs(args, &
profile_file_path
))
274
size_t profile_index = cache.GetIndexOfProfileWithPath(
profile_file_path
);
279
g_browser_process->profile_manager()->GetProfile(
profile_file_path
);
308
ProfileMetrics::LogProfileUpdate(
profile_file_path
);
326
base::FilePath
profile_file_path
;
local
328
!base::GetValueAsFilePath(*file_path_value, &
profile_file_path
))
345
base::FilePath
profile_file_path
;
local
381
base::FilePath
profile_file_path
;
local
436
base::FilePath
profile_file_path
;
local
452
base::FilePath
profile_file_path
;
local
[
all
...]
managed_user_create_confirm_handler.cc
69
base::FilePath
profile_file_path
;
70
if (!base::GetValueAsFilePath(*file_path_value, &
profile_file_path
))
74
GetProfileByPath(
profile_file_path
);
/external/chromium_org/chrome/browser/profiles/
profiles_state.cc
85
base::FilePath
profile_file_path
= profile->GetPath();
local
86
size_t profile_index = cache.GetIndexOfProfileWithPath(
profile_file_path
);
102
profile_index = cache.GetIndexOfProfileWithPath(
profile_file_path
);
/external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc
431
base::FilePath
profile_file_path
= GetProfile()->GetPath();
local
432
ProfileMetrics::LogProfileSyncSignIn(
profile_file_path
);
[
all
...]
Completed in 95 milliseconds