OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loaded_profiles_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile_store.cc
17
loaded_profiles_
[profile->GetPath()] = profile;
29
loaded_profiles_
.erase(path);
52
ProfilesByPath::const_iterator it =
loaded_profiles_
.find(path);
53
if (it !=
loaded_profiles_
.end())
fake_profile_store.h
38
ProfilesByPath
loaded_profiles_
;
member in class:FakeProfileStore
Completed in 402 milliseconds