OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetBackgroundStatusOfProfileAtIndex
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc
134
GetCache()->
SetBackgroundStatusOfProfileAtIndex
(i, true);
264
GetCache()->
SetBackgroundStatusOfProfileAtIndex
(1, true);
269
GetCache()->
SetBackgroundStatusOfProfileAtIndex
(0, true);
274
GetCache()->
SetBackgroundStatusOfProfileAtIndex
(1, false);
profile_info_cache.h
100
void
SetBackgroundStatusOfProfileAtIndex
(size_t index,
profile_manager_unittest.cc
326
cache.
SetBackgroundStatusOfProfileAtIndex
(0, true);
327
cache.
SetBackgroundStatusOfProfileAtIndex
(2, true);
348
cache.
SetBackgroundStatusOfProfileAtIndex
(0, false);
349
cache.
SetBackgroundStatusOfProfileAtIndex
(1, true);
[
all
...]
profile_info_cache.cc
554
void ProfileInfoCache::
SetBackgroundStatusOfProfileAtIndex
(
/external/chromium_org/chrome/browser/background/
background_mode_manager.cc
403
profile_cache_->
SetBackgroundStatusOfProfileAtIndex
(
Completed in 116 milliseconds