OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUsingGAIANameOfProfileAtIndex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_info_interface.h
51
virtual bool
IsUsingGAIANameOfProfileAtIndex
(size_t index) const = 0;
profile_info_cache.h
75
virtual bool
IsUsingGAIANameOfProfileAtIndex
(size_t index) const OVERRIDE;
profile_info_cache_unittest.cc
320
EXPECT_FALSE(GetCache()->
IsUsingGAIANameOfProfileAtIndex
(0));
321
EXPECT_FALSE(GetCache()->
IsUsingGAIANameOfProfileAtIndex
(1));
profile_info_cache.cc
291
if (
IsUsingGAIANameOfProfileAtIndex
(index)) {
364
bool ProfileInfoCache::
IsUsingGAIANameOfProfileAtIndex
(size_t index) const {
600
if (value ==
IsUsingGAIANameOfProfileAtIndex
(index))
Completed in 29 milliseconds