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

1 2

  /external/chromium_org/chrome/browser/profiles/
avatar_menu_desktop.cc 18 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profiles_state.cc 74 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
86 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
102 profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
profile_list_desktop_browsertest.cc 59 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
119 menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile1), false);
124 menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile2), false);
128 menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile1), false);
gaia_info_update_service.cc 117 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
125 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
148 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
168 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
178 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
profile_info_interface.h 22 virtual size_t GetIndexOfProfileWithPath(
gaia_info_update_service_unittest.cc 91 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
103 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
125 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
profile_info_cache_unittest.cc 42 GetCache()->GetIndexOfProfileWithPath(profile_path));
50 GetCache()->GetIndexOfProfileWithPath(profile_path));
65 GetCache()->GetIndexOfProfileWithPath(profile_path));
75 GetCache()->GetIndexOfProfileWithPath(profile_path));
156 EXPECT_EQ(i, GetCache()->GetIndexOfProfileWithPath(profile_path));
avatar_menu.cc 181 profile_info_->GetIndexOfProfileWithPath(active_profile->GetPath());
profile_window.cc 185 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
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_impl.cc     [all...]
profile_info_cache.h 54 virtual size_t GetIndexOfProfileWithPath(
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service_browsertest.cc 48 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
76 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
85 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
93 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
  /external/chromium_org/chrome/browser/task_manager/
task_manager_util.cc 55 size_t index = cache.GetIndexOfProfileWithPath(
  /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 50 size_t i = profile_info_->GetIndexOfProfileWithPath(
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc 146 size_t profile2_index = cache.GetIndexOfProfileWithPath(path_profile2);
browser_non_client_frame_view.cc 109 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
  /external/chromium_org/chrome/browser/ui/views/
user_manager_view.cc 128 size_t index = cache.GetIndexOfProfileWithPath(profile_path_to_focus);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 231 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
274 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
365 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
387 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 270 size_t index = profile_cache_->GetIndexOfProfileWithPath(profile->GetPath());
400 size_t profile_index = profile_cache_->GetIndexOfProfileWithPath(
435 cache.GetIndexOfProfileWithPath(profile_path));
456 cache.GetIndexOfProfileWithPath(profile_path));
473 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 76 size_t index = cache.GetIndexOfProfileWithPath(profile_path);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 132 size_t profile_index = profile_info.GetIndexOfProfileWithPath(profile_path);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 209 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());

Completed in 453 milliseconds

1 2