GetIndexOfProfileWithPath  132 apps/app_shim/extension_app_shim_handler_mac.cc   return cache.GetIndexOfProfileWithPath(full_path) != std::string::npos;
GetIndexOfProfileWithPath  115 chrome/browser/android/profiles/profile_downloader_android.cc   const size_t index = info.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  134 chrome/browser/android/profiles/profile_downloader_android.cc   const size_t index = info.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  270 chrome/browser/background/background_mode_manager.cc   size_t index = profile_cache_->GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  400 chrome/browser/background/background_mode_manager.cc   size_t profile_index = profile_cache_->GetIndexOfProfileWithPath(
GetIndexOfProfileWithPath  435 chrome/browser/background/background_mode_manager.cc       cache.GetIndexOfProfileWithPath(profile_path));
GetIndexOfProfileWithPath  456 chrome/browser/background/background_mode_manager.cc       cache.GetIndexOfProfileWithPath(profile_path));
GetIndexOfProfileWithPath  480 chrome/browser/background/background_mode_manager.cc       cache.GetIndexOfProfileWithPath(profile_path));
GetIndexOfProfileWithPath  332 chrome/browser/background/background_mode_manager_unittest.cc   size_t p1_index = cache->GetIndexOfProfileWithPath(profile1->GetPath());
GetIndexOfProfileWithPath  338 chrome/browser/background/background_mode_manager_unittest.cc   size_t p2_index = cache->GetIndexOfProfileWithPath(profile1->GetPath());
GetIndexOfProfileWithPath  350 chrome/browser/chrome_browser_main.cc     size_t profile_index = cache.GetIndexOfProfileWithPath(profile_path);
GetIndexOfProfileWithPath   50 chrome/browser/chromeos/profiles/profile_list_chromeos.cc     size_t i = profile_info_->GetIndexOfProfileWithPath(
GetIndexOfProfileWithPath  659 chrome/browser/managed_mode/managed_user_service.cc     size_t index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
GetIndexOfProfileWithPath   55 chrome/browser/managed_mode/managed_user_service_browsertest.cc   size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath   95 chrome/browser/managed_mode/managed_user_service_browsertest.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  123 chrome/browser/managed_mode/managed_user_service_browsertest.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  133 chrome/browser/managed_mode/managed_user_service_browsertest.cc   profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  141 chrome/browser/managed_mode/managed_user_service_browsertest.cc   profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  181 chrome/browser/profiles/avatar_menu.cc       profile_info_->GetIndexOfProfileWithPath(active_profile->GetPath());
GetIndexOfProfileWithPath   18 chrome/browser/profiles/avatar_menu_desktop.cc   size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  116 chrome/browser/profiles/gaia_info_update_service.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
GetIndexOfProfileWithPath  124 chrome/browser/profiles/gaia_info_update_service.cc   profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
GetIndexOfProfileWithPath  140 chrome/browser/profiles/gaia_info_update_service.cc   profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
GetIndexOfProfileWithPath  159 chrome/browser/profiles/gaia_info_update_service.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
GetIndexOfProfileWithPath  167 chrome/browser/profiles/gaia_info_update_service.cc     profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
GetIndexOfProfileWithPath   66 chrome/browser/profiles/gaia_info_update_service_unittest.cc       size_t index = GetCache()->GetIndexOfProfileWithPath(profile_->GetPath());
GetIndexOfProfileWithPath  116 chrome/browser/profiles/gaia_info_update_service_unittest.cc   size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
GetIndexOfProfileWithPath  127 chrome/browser/profiles/gaia_info_update_service_unittest.cc   size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
GetIndexOfProfileWithPath 1245 chrome/browser/profiles/profile_impl.cc   size_t index = cache.GetIndexOfProfileWithPath(GetPath());
GetIndexOfProfileWithPath 1257 chrome/browser/profiles/profile_impl.cc   size_t index = cache.GetIndexOfProfileWithPath(GetPath());
GetIndexOfProfileWithPath 1268 chrome/browser/profiles/profile_impl.cc   size_t index = cache.GetIndexOfProfileWithPath(GetPath());
GetIndexOfProfileWithPath 1279 chrome/browser/profiles/profile_impl.cc   size_t index = cache.GetIndexOfProfileWithPath(GetPath());
GetIndexOfProfileWithPath  310 chrome/browser/profiles/profile_info_cache.cc   size_t profile_index = GetIndexOfProfileWithPath(profile_path);
GetIndexOfProfileWithPath   58 chrome/browser/profiles/profile_info_cache.h   virtual size_t GetIndexOfProfileWithPath(
GetIndexOfProfileWithPath   45 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
GetIndexOfProfileWithPath   53 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
GetIndexOfProfileWithPath   68 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
GetIndexOfProfileWithPath   78 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
GetIndexOfProfileWithPath  160 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(i, GetCache()->GetIndexOfProfileWithPath(profile_path));
GetIndexOfProfileWithPath  311 chrome/browser/profiles/profile_info_cache_unittest.cc   int index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
GetIndexOfProfileWithPath  312 chrome/browser/profiles/profile_info_cache_unittest.cc   int index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
GetIndexOfProfileWithPath  321 chrome/browser/profiles/profile_info_cache_unittest.cc   index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
GetIndexOfProfileWithPath  322 chrome/browser/profiles/profile_info_cache_unittest.cc   index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
GetIndexOfProfileWithPath  332 chrome/browser/profiles/profile_info_cache_unittest.cc   index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
GetIndexOfProfileWithPath  333 chrome/browser/profiles/profile_info_cache_unittest.cc   index2 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_2"));
GetIndexOfProfileWithPath   26 chrome/browser/profiles/profile_info_interface.h   virtual size_t GetIndexOfProfileWithPath(
GetIndexOfProfileWithPath   65 chrome/browser/profiles/profile_list_desktop_browsertest.cc   size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
GetIndexOfProfileWithPath  125 chrome/browser/profiles/profile_list_desktop_browsertest.cc   menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile1),
GetIndexOfProfileWithPath  131 chrome/browser/profiles/profile_list_desktop_browsertest.cc   menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile2),
GetIndexOfProfileWithPath  136 chrome/browser/profiles/profile_list_desktop_browsertest.cc   menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile1),
GetIndexOfProfileWithPath  328 chrome/browser/profiles/profile_list_desktop_unittest.cc   cache->SetIsOmittedProfileAtIndex(cache->GetIndexOfProfileWithPath(path),
GetIndexOfProfileWithPath  739 chrome/browser/profiles/profile_manager.cc         cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath 1111 chrome/browser/profiles/profile_manager.cc   if (cache.GetIndexOfProfileWithPath(profile->GetPath()) != std::string::npos)
GetIndexOfProfileWithPath 1136 chrome/browser/profiles/profile_manager.cc         cache.GetIndexOfProfileWithPath(profile->GetPath()), true);
GetIndexOfProfileWithPath 1240 chrome/browser/profiles/profile_manager.cc         cache.GetIndexOfProfileWithPath(last_active->GetPath());
GetIndexOfProfileWithPath  350 chrome/browser/profiles/profile_manager_unittest.cc   size_t managed_index = cache.GetIndexOfProfileWithPath(managed_path);
GetIndexOfProfileWithPath  352 chrome/browser/profiles/profile_manager_unittest.cc   size_t nonmanaged_index = cache.GetIndexOfProfileWithPath(nonmanaged_path);
GetIndexOfProfileWithPath  538 chrome/browser/profiles/profile_manager_unittest.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(dest_path);
GetIndexOfProfileWithPath  239 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc         profile_info_cache_->GetIndexOfProfileWithPath(profile_2_path_);
GetIndexOfProfileWithPath  714 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc       profile_info_cache_->GetIndexOfProfileWithPath(profile_3_path_), 3);
GetIndexOfProfileWithPath  720 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc       profile_info_cache_->GetIndexOfProfileWithPath(profile_3_path_),
GetIndexOfProfileWithPath  729 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc       profile_info_cache_->GetIndexOfProfileWithPath(profile_2_path_),
GetIndexOfProfileWithPath  841 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc       profile_info_cache_->GetIndexOfProfileWithPath(profile_1_path_);
GetIndexOfProfileWithPath  721 chrome/browser/profiles/profile_shortcut_manager_win.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile_path);
GetIndexOfProfileWithPath  789 chrome/browser/profiles/profile_shortcut_manager_win.cc   size_t current_profile_index = cache.GetIndexOfProfileWithPath(profile_path);
GetIndexOfProfileWithPath  803 chrome/browser/profiles/profile_shortcut_manager_win.cc   size_t profile_index = cache->GetIndexOfProfileWithPath(profile_path);
GetIndexOfProfileWithPath  145 chrome/browser/profiles/profile_window.cc     size_t index = cache.GetIndexOfProfileWithPath(profile_path_to_focus);
GetIndexOfProfileWithPath  250 chrome/browser/profiles/profile_window.cc   size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath   61 chrome/browser/profiles/profiles_state.cc     size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  348 chrome/browser/sessions/session_service.cc         size_t profile_index = profile_info.GetIndexOfProfileWithPath(
GetIndexOfProfileWithPath  428 chrome/browser/sessions/session_service_unittest.cc   size_t profile_index = profile_info.GetIndexOfProfileWithPath(
GetIndexOfProfileWithPath  141 chrome/browser/signin/local_auth.cc   size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  193 chrome/browser/signin/local_auth.cc   size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath   52 chrome/browser/task_manager/task_manager_util.cc   size_t index = cache.GetIndexOfProfileWithPath(
GetIndexOfProfileWithPath  138 chrome/browser/ui/app_list/app_list_service_impl.cc     size_t profile_index = profile_info.GetIndexOfProfileWithPath(profile_path);
GetIndexOfProfileWithPath  858 chrome/browser/ui/gtk/browser_titlebar.cc   size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  160 chrome/browser/ui/gtk/gtk_util.cc   const size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  629 chrome/browser/ui/startup/startup_browser_creator.cc       size_t profile_index = profile_info.GetIndexOfProfileWithPath(
GetIndexOfProfileWithPath  110 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc     size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  613 chrome/browser/ui/views/frame/browser_view.cc   if (cache.GetIndexOfProfileWithPath(browser_->profile()->GetPath()) ==
GetIndexOfProfileWithPath  147 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc   size_t profile2_index = cache.GetIndexOfProfileWithPath(path_profile2);
GetIndexOfProfileWithPath  209 chrome/browser/ui/webui/ntp/ntp_login_handler.cc     size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  251 chrome/browser/ui/webui/options/manage_profile_handler.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
GetIndexOfProfileWithPath  297 chrome/browser/ui/webui/options/manage_profile_handler.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
GetIndexOfProfileWithPath  388 chrome/browser/ui/webui/options/manage_profile_handler.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
GetIndexOfProfileWithPath  412 chrome/browser/ui/webui/options/manage_profile_handler.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
GetIndexOfProfileWithPath   81 chrome/test/base/testing_profile_manager.cc   size_t index = cache.GetIndexOfProfileWithPath(profile_path);