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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 44 virtual bool IsUsingGAIANameOfProfileAtIndex(size_t index) const = 0;
profile_info_cache.h 69 virtual bool IsUsingGAIANameOfProfileAtIndex(size_t index) const OVERRIDE;
profile_info_cache_unittest.cc 313 EXPECT_FALSE(GetCache()->IsUsingGAIANameOfProfileAtIndex(0));
314 EXPECT_FALSE(GetCache()->IsUsingGAIANameOfProfileAtIndex(1));
profile_info_cache.cc 288 if (IsUsingGAIANameOfProfileAtIndex(index))
342 bool ProfileInfoCache::IsUsingGAIANameOfProfileAtIndex(size_t index) const {
551 if (value == IsUsingGAIANameOfProfileAtIndex(index))

Completed in 53 milliseconds