OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUsingGAIAPictureOfProfileAtIndex
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/profiles/
avatar_menu_desktop.cc
32
cache.
IsUsingGAIAPictureOfProfileAtIndex
(index) &&
profile_info_interface.h
60
virtual bool
IsUsingGAIAPictureOfProfileAtIndex
(size_t index) const = 0;
profile_info_cache.h
85
virtual bool
IsUsingGAIAPictureOfProfileAtIndex
(
profile_info_cache_unittest.cc
352
EXPECT_FALSE(GetCache()->
IsUsingGAIAPictureOfProfileAtIndex
(0));
353
EXPECT_FALSE(GetCache()->
IsUsingGAIAPictureOfProfileAtIndex
(1));
profile_metrics.cc
79
if (info_cache.
IsUsingGAIAPictureOfProfileAtIndex
(i))
profile_info_cache.cc
338
if (
IsUsingGAIAPictureOfProfileAtIndex
(index)) {
404
bool ProfileInfoCache::
IsUsingGAIAPictureOfProfileAtIndex
(size_t index) const {
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc
351
cache.
IsUsingGAIAPictureOfProfileAtIndex
(profile_index);
browser_options_handler.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc
105
info_cache.
IsUsingGAIAPictureOfProfileAtIndex
(index) &&
Completed in 315 milliseconds