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

  /external/chromium_org/chrome/browser/profiles/
avatar_menu_model_browsertest.cc 39 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
94 model.SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile1), false);
99 model.SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile2), false);
103 model.SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile1), false);
gaia_info_update_service.cc 116 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
122 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
145 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
165 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
175 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 39 GetCache()->GetIndexOfProfileWithPath(profile_path));
47 GetCache()->GetIndexOfProfileWithPath(profile_path));
62 GetCache()->GetIndexOfProfileWithPath(profile_path));
72 GetCache()->GetIndexOfProfileWithPath(profile_path));
152 EXPECT_EQ(i, GetCache()->GetIndexOfProfileWithPath(profile_path));
profile_info_cache.h 54 virtual size_t GetIndexOfProfileWithPath(
avatar_menu_model.cc 230 profile_info_->GetIndexOfProfileWithPath(active_profile->GetPath());
338 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
profile_shortcut_manager_unittest_win.cc 236 profile_info_cache_->GetIndexOfProfileWithPath(profile_2_path_);
706 profile_info_cache_->GetIndexOfProfileWithPath(profile_3_path_), 3);
712 profile_info_cache_->GetIndexOfProfileWithPath(profile_3_path_),
721 profile_info_cache_->GetIndexOfProfileWithPath(profile_2_path_),
    [all...]
profile_impl.cc     [all...]
profile_info_cache.cc 243 size_t profile_index = GetIndexOfProfileWithPath(profile_path);
274 size_t ProfileInfoCache::GetIndexOfProfileWithPath(
profile_manager.cc     [all...]
profile_shortcut_manager_win.cc 758 size_t current_profile_index = cache.GetIndexOfProfileWithPath(profile_path);
773 size_t profile_index = cache->GetIndexOfProfileWithPath(profile_path);
    [all...]
profile_manager_unittest.cc 398 size_t profile_index = cache.GetIndexOfProfileWithPath(dest_path);
  /external/chromium_org/chrome/browser/task_manager/
task_manager_util.cc 53 size_t index = cache.GetIndexOfProfileWithPath(
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 166 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
176 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 87 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
browser_view.cc 581 if (cache.GetIndexOfProfileWithPath(browser_->profile()->GetPath()) ==
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 281 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
324 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
379 profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
430 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
452 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 69 size_t index = cache.GetIndexOfProfileWithPath(profile_path);
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 245 size_t index = profile_cache_->GetIndexOfProfileWithPath(profile->GetPath());
376 size_t profile_index = profile_cache_->GetIndexOfProfileWithPath(
411 cache.GetIndexOfProfileWithPath(profile_path));
432 cache.GetIndexOfProfileWithPath(profile_path));
449 cache.GetIndexOfProfileWithPath(profile_path));
background_mode_manager_unittest.cc 243 size_t p1_index = cache->GetIndexOfProfileWithPath(profile1->GetPath());
249 size_t p2_index = cache->GetIndexOfProfileWithPath(profile1->GetPath());
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 213 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 65 return cache.GetIndexOfProfileWithPath(full_path) != std::string::npos;
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc     [all...]
gtk_util.cc 159 const size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
    [all...]

Completed in 869 milliseconds