HomeSort by relevance Sort by last modified time
    Searched refs:GetIndexOfProfileWithPath (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/browser/profiles/
avatar_menu_desktop.cc 20 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
gaia_info_update_service.cc 116 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
124 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
152 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
160 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
profile_list_desktop_browsertest.cc 69 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
136 menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile1),
142 menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile2),
147 menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile1),
profile_info_cache_unittest.cc 48 GetCache()->GetIndexOfProfileWithPath(profile_path));
56 GetCache()->GetIndexOfProfileWithPath(profile_path));
71 GetCache()->GetIndexOfProfileWithPath(profile_path));
81 GetCache()->GetIndexOfProfileWithPath(profile_path));
162 EXPECT_EQ(i, GetCache()->GetIndexOfProfileWithPath(profile_path));
313 int index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
314 int index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
323 index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
324 index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
334 index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"))
    [all...]
profile_info_interface.h 26 virtual size_t GetIndexOfProfileWithPath(
gaia_info_update_service_unittest.cc 66 size_t index = GetCache()->GetIndexOfProfileWithPath(profile_->GetPath());
116 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
125 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
profiles_state.cc 60 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile_window.cc 157 size_t index = cache.GetIndexOfProfileWithPath(profile_path_to_focus);
276 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
avatar_menu.cc 181 profile_info_->GetIndexOfProfileWithPath(active_profile->GetPath());
profile_impl.cc     [all...]
profile_shortcut_manager_unittest_win.cc 239 profile_info_cache_->GetIndexOfProfileWithPath(profile_2_path_);
714 profile_info_cache_->GetIndexOfProfileWithPath(profile_3_path_), 3);
720 profile_info_cache_->GetIndexOfProfileWithPath(profile_3_path_),
    [all...]
profile_info_cache.h 58 virtual size_t GetIndexOfProfileWithPath(
profile_manager.cc 749 cache.GetIndexOfProfileWithPath(profile->GetPath());
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_browsertest.cc 56 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
96 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
124 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
134 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
142 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
  /external/chromium_org/chrome/browser/task_manager/
task_manager_util.cc 52 size_t index = cache.GetIndexOfProfileWithPath(
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc 116 const size_t index = info.GetIndexOfProfileWithPath(profile->GetPath());
132 const size_t index = info.GetIndexOfProfileWithPath(profile->GetPath());
  /external/chromium_org/chrome/browser/signin/
local_auth.cc 141 size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath());
193 size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath());
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos.cc 51 size_t i = profile_info_->GetIndexOfProfileWithPath(
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 112 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
browser_window_property_manager_browsertest_win.cc 220 size_t profile2_index = cache.GetIndexOfProfileWithPath(path_profile2);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 282 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
336 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
427 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
451 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
options_ui_browsertest.cc 221 EXPECT_TRUE(profile_info_cache.GetIndexOfProfileWithPath(profile_dir) !=
242 EXPECT_TRUE(profile_info_cache.GetIndexOfProfileWithPath(profile_dir) ==
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 270 size_t index = profile_cache_->GetIndexOfProfileWithPath(profile->GetPath());
401 size_t profile_index = profile_cache_->GetIndexOfProfileWithPath(
436 cache.GetIndexOfProfileWithPath(profile_path));
457 cache.GetIndexOfProfileWithPath(profile_path));
481 cache.GetIndexOfProfileWithPath(profile_path));
background_mode_manager_unittest.cc 332 size_t p1_index = cache->GetIndexOfProfileWithPath(profile1->GetPath());
338 size_t p2_index = cache->GetIndexOfProfileWithPath(profile1->GetPath());
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 81 size_t index = cache.GetIndexOfProfileWithPath(profile_path);

Completed in 1333 milliseconds

1 2