OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile_info_cache_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc
39
profile_info_cache_
(NULL),
51
profile_info_cache_
= profile_manager_->profile_info_cache();
66
const int num_profiles =
profile_info_cache_
->GetNumberOfProfiles();
69
profile_info_cache_
->GetPathOfProfileAtIndex(0);
71
profile_info_cache_
->GetNameOfProfileAtIndex(0);
72
profile_info_cache_
->DeleteProfileFromCache(profile_path);
84
profile_info_cache_
->GetUserDataDir().Append(profile_name);
96
ASSERT_EQ(0,
profile_info_cache_
->GetNumberOfProfiles())
100
profile_info_cache_
->AddProfileToCache(profile_1_path_, profile_1_name_,
188
profile_info_cache_
->AddProfileToCache(profile_path, profile_name
281
ProfileInfoCache*
profile_info_cache_
;
member in class:ProfileShortcutManagerTest
[
all
...]
profile_manager.cc
[
all
...]
profile_manager.h
352
scoped_ptr<ProfileInfoCache>
profile_info_cache_
;
member in class:ProfileManager
/external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc
100
: current_notifier_group_(0),
profile_info_cache_
(profile_info_cache) {
101
DCHECK(
profile_info_cache_
);
448
const size_t count =
profile_info_cache_
->GetNumberOfProfiles();
453
profile_info_cache_
->GetAvatarIconOfProfileAtIndex(i),
454
profile_info_cache_
->GetNameOfProfileAtIndex(i),
455
profile_info_cache_
->GetUserNameOfProfileAtIndex(i),
457
profile_info_cache_
->GetPathOfProfileAtIndex(i)));
message_center_settings_controller.h
115
ProfileInfoCache*
profile_info_cache_
;
member in class:MessageCenterSettingsController
/external/chromium_org/chrome/test/base/
testing_profile_manager.cc
111
profile_manager_->
profile_info_cache_
.reset(NULL);
Completed in 86 milliseconds