OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetProfileByPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile_store.cc
42
Profile* profile =
GetProfileByPath
(path);
50
Profile* FakeProfileStore::
GetProfileByPath
(
/external/chromium/chrome/browser/profiles/
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/profiles/
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
...]
Completed in 58 milliseconds