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 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
profile_loader.cc
31
const base::FilePath&
profile_file_path
,
35
Profile* profile = profile_store_->GetProfileByPath(
profile_file_path
);
43
profile_file_path
,
profile_loader.h
35
const base::FilePath&
profile_file_path
,
app_list_service_impl.h
83
void LoadProfileAsync(const base::FilePath&
profile_file_path
);
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc
56
// Given |args| from the WebUI, parses value 0 as a FilePath |
profile_file_path
|
59
base::FilePath*
profile_file_path
) {
63
return base::GetValueAsFilePath(*file_path_value,
profile_file_path
);
327
base::FilePath
profile_file_path
;
local
328
if (!GetProfilePathFromArgs(args, &
profile_file_path
))
332
g_browser_process->profile_manager()->GetProfile(
profile_file_path
);
363
ProfileMetrics::LogProfileUpdate(
profile_file_path
);
383
base::FilePath
profile_file_path
;
local
385
!base::GetValueAsFilePath(*file_path_value, &
profile_file_path
))
390
app_list_service->SetProfilePath(
profile_file_path
);
402
base::FilePath
profile_file_path
;
local
440
base::FilePath
profile_file_path
;
local
501
base::FilePath
profile_file_path
;
local
517
base::FilePath
profile_file_path
;
local
[
all
...]
supervised_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/ui/webui/
sync_setup_handler.cc
453
base::FilePath
profile_file_path
= GetProfile()->GetPath();
local
454
ProfileMetrics::LogProfileSyncSignIn(
profile_file_path
);
[
all
...]
Completed in 267 milliseconds