OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileInfoCache
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.h
15
class
ProfileInfoCache
;
21
// Class used to test that
ProfileInfoCache
does not try to access any
42
ProfileInfoCache
* GetCache();
56
ProfileInfoCache
* GetCache();
profile_info_cache.cc
177
ProfileInfoCache
::
ProfileInfoCache
(PrefService* prefs,
200
ProfileInfoCache
::~
ProfileInfoCache
() {
205
void
ProfileInfoCache
::AddProfileToCache(const base::FilePath& profile_path,
236
void
ProfileInfoCache
::AddObserver(ProfileInfoCacheObserver* obs) {
240
void
ProfileInfoCache
::RemoveObserver(ProfileInfoCacheObserver* obs) {
244
void
ProfileInfoCache
::DeleteProfileFromCache(
273
size_t
ProfileInfoCache
::GetNumberOfProfiles() const {
277
size_t
ProfileInfoCache
::GetIndexOfProfileWithPath
[
all
...]
avatar_menu_desktop.cc
16
ProfileInfoCache
& cache =
profile_list_desktop_browsertest.cc
37
AvatarMenu* GetAvatarMenu(
ProfileInfoCache
* cache) {
58
ProfileInfoCache
& cache = profile_manager->GetProfileInfoCache();
94
ProfileInfoCache
& cache = profile_manager->GetProfileInfoCache();
profiles_state.cc
72
ProfileInfoCache
& cache =
83
ProfileInfoCache
& cache =
profile_info_cache.h
35
class
ProfileInfoCache
: public ProfileInfoInterface,
36
public base::SupportsWeakPtr<
ProfileInfoCache
> {
38
ProfileInfoCache
(PrefService* prefs, const base::FilePath& user_data_dir);
39
virtual ~
ProfileInfoCache
();
147
// rather than going through the
ProfileInfoCache
object.
197
DISALLOW_COPY_AND_ASSIGN(
ProfileInfoCache
);
gaia_info_update_service.cc
115
ProfileInfoCache
& cache =
166
ProfileInfoCache
& cache =
profile_manager_browsertest.cc
103
ProfileInfoCache
& cache = profile_manager->GetProfileInfoCache();
139
ProfileInfoCache
& cache = profile_manager->GetProfileInfoCache();
256
ProfileInfoCache
& cache = profile_manager->GetProfileInfoCache();
317
ProfileInfoCache
& cache = profile_manager->GetProfileInfoCache();
profile_manager.h
29
class
ProfileInfoCache
;
198
// Returns a
ProfileInfoCache
object which can be used to get information
200
ProfileInfoCache
& GetProfileInfoCache();
230
// for testing. If |addToCache|, adds to
ProfileInfoCache
as well.
352
scoped_ptr<
ProfileInfoCache
> profile_info_cache_;
profile_info_cache_unittest.cc
79
ProfileInfoCache
* ProfileNameVerifierObserver::GetCache() {
102
ProfileInfoCache
* ProfileInfoCacheTest::GetCache() {
128
ProfileInfoCache
::GetDefaultAvatarIconResourceIDAtIndex(
357
int id =
ProfileInfoCache
::GetDefaultAvatarIconResourceIDAtIndex(0);
435
int id =
ProfileInfoCache
::GetDefaultAvatarIconResourceIDAtIndex(0);
503
std::vector<base::string16> names =
ProfileInfoCache
::GetProfileNames();
/external/chromium_org/chrome/test/base/
testing_profile_manager.h
20
class
ProfileInfoCache
;
48
//
ProfileInfoCache
and provide the user-visible profile metadata. This will
76
ProfileInfoCache
* profile_info_cache();
testing_profile_manager.cc
75
ProfileInfoCache
& cache = profile_manager_->GetProfileInfoCache();
104
ProfileInfoCache
& cache = profile_manager_->GetProfileInfoCache();
128
ProfileInfoCache
* TestingProfileManager::profile_info_cache() {
/external/chromium_org/chrome/browser/notifications/
notification_ui_manager.cc
32
ProfileInfoCache
* profile_info_cache =
message_center_settings_controller.h
29
class
ProfileInfoCache
;
50
ProfileInfoCache
* profile_info_cache);
109
// loaded (and in the
ProfileInfoCache
- so no incognito profiles go here).
115
ProfileInfoCache
* profile_info_cache_;
/external/chromium_org/chrome/browser/extensions/
background_app_browsertest.cc
14
ProfileInfoCache
* profile_cache)
/external/chromium_org/chrome/browser/signin/
local_auth.cc
130
ProfileInfoCache
& info =
139
ProfileInfoCache
& info =
154
ProfileInfoCache
& info =
191
ProfileInfoCache
& info =
local_auth_unittest.cc
26
ProfileInfoCache
& cache =
signin_names_io_thread.cc
32
const
ProfileInfoCache
& cache = manager->GetProfileInfoCache();
/external/chromium_org/chrome/browser/background/
background_mode_manager.h
26
class
ProfileInfoCache
;
58
ProfileInfoCache
* profile_cache);
145
// the name in the
ProfileInfoCache
for this profile.
295
ProfileInfoCache
* profile_cache_;
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service_browsertest.cc
47
const
ProfileInfoCache
& cache = profile_manager->GetProfileInfoCache();
65
const
ProfileInfoCache
& cache = profile_manager->GetProfileInfoCache();
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc
211
const
ProfileInfoCache
& cache =
228
const
ProfileInfoCache
& cache =
243
for (size_t i = 0; i <
ProfileInfoCache
::GetDefaultAvatarIconCount(); i++) {
244
std::string url =
ProfileInfoCache
::GetDefaultAvatarIconUrl(i);
254
const
ProfileInfoCache
& cache =
272
ProfileInfoCache
& cache =
363
ProfileInfoCache
& cache =
385
const
ProfileInfoCache
& cache =
managed_user_import_handler.cc
35
for (size_t i = 0; i <
ProfileInfoCache
::GetDefaultAvatarIconCount(); ++i) {
36
std::string avatar_url =
ProfileInfoCache
::GetDefaultAvatarIconUrl(i);
128
const
ProfileInfoCache
& cache =
160
ProfileInfoCache
::GetDefaultAvatarIconUrl(avatar_index);
/external/chromium_org/chrome/browser/task_manager/
task_manager_util.cc
53
ProfileInfoCache
& cache =
/external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc
83
size_t index, const
ProfileInfoCache
& info_cache) {
94
size_t GetIndexOfProfileWithEmailAndName(const
ProfileInfoCache
& info_cache,
205
ProfileInfoCache
& info_cache =
268
ProfileInfoCache
& info_cache =
381
const
ProfileInfoCache
& info_cache =
/external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc
126
ProfileInfoCache
& cache = profile_manager->GetProfileInfoCache();
Completed in 70 milliseconds
1
2
3