HomeSort by relevance Sort by last modified time
    Searched refs:SetIsUsingGAIAPictureOfProfileAtIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 372 GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(1, true);
379 GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(1, false);
445 GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(0, true);
profile_info_cache.h 114 void SetIsUsingGAIAPictureOfProfileAtIndex(size_t index, bool value);
profile_info_cache.cc 666 void ProfileInfoCache::SetIsUsingGAIAPictureOfProfileAtIndex(size_t index,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 355 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, true);
368 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, false);

Completed in 164 milliseconds