OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/background/
background_mode_manager.cc
177
:
profile_cache_
(profile_cache),
193
profile_cache_
->AddObserver(this);
270
size_t index =
profile_cache_
->GetIndexOfProfileWithPath(profile->GetPath());
273
name =
profile_cache_
->GetNameOfProfileAtIndex(index);
400
size_t profile_index =
profile_cache_
->GetIndexOfProfileWithPath(
403
profile_cache_
->SetBackgroundStatusOfProfileAtIndex(
732
if (
profile_cache_
->GetNumberOfProfiles() > 1) {
766
DCHECK(
profile_cache_
->GetNumberOfProfiles() == size_t(1) ||
background_mode_manager.h
295
ProfileInfoCache*
profile_cache_
;
member in class:BackgroundModeManager
Completed in 56 milliseconds