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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 128 GetCache()->AddProfileToCache(profile_path, profile_name, string16(), i,
166 GetCache()->AddProfileToCache(path_1, ASCIIToUTF16("name_1"), string16(),
172 GetCache()->AddProfileToCache(path_2, name_2, string16(), 0, std::string());
184 GetCache()->AddProfileToCache(
187 GetCache()->AddProfileToCache(
209 GetCache()->AddProfileToCache(
213 GetCache()->AddProfileToCache(
222 GetCache()->AddProfileToCache(
248 GetCache()->AddProfileToCache(
251 GetCache()->AddProfileToCache(
    [all...]
profile_manager_unittest.cc 321 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_1"),
323 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_2"),
325 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_3"),
343 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_1"),
345 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_2"),
686 cache.AddProfileToCache(dest_path2, ASCIIToUTF16(profile_name2),
739 cache.AddProfileToCache(dest_path2, ASCIIToUTF16(profile_name2),
741 cache.AddProfileToCache(dest_path3, ASCIIToUTF16(profile_name3),
profile_info_cache.h 43 void AddProfileToCache(const base::FilePath& profile_path,
profile_manager.cc 503 cache.AddProfileToCache(profile_path, name, string16(), icon_index,
723 AddProfileToCache(profile);
    [all...]
profile_shortcut_manager_unittest_win.cc 99 profile_info_cache_->AddProfileToCache(profile_1_path_, profile_1_name_,
187 profile_info_cache_->AddProfileToCache(profile_path, profile_name,
360 profile_info_cache_->AddProfileToCache(profile_2_path_, profile_2_name_,
680 profile_info_cache_->AddProfileToCache(profile_1_path_, profile_1_name_,
698 profile_info_cache_->AddProfileToCache(profile_3_path_, profile_3_name_,
    [all...]
avatar_menu_model_unittest.cc 247 manager()->profile_info_cache()->AddProfileToCache(
profile_manager.h 278 void AddProfileToCache(Profile* profile);
profile_info_cache.cc 203 void ProfileInfoCache::AddProfileToCache(const base::FilePath& profile_path,
  /external/chromium_org/chrome/browser/signin/
signin_names_io_thread_unittest.cc 79 cache->AddProfileToCache(profile_dir, name, email, 0, std::string());
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc 800 cache->AddProfileToCache(user_data_dir.Append(FILE_PATH_LITERAL("user")),
    [all...]

Completed in 94 milliseconds