HomeSort by relevance Sort by last modified time
    Searched defs:profile_index (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_browsertest.cc 96 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath()); local
98 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
124 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath()); local
126 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
134 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
136 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
142 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
144 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
  /external/chromium_org/chrome/browser/profiles/
avatar_menu.h 38 Item(size_t menu_index, size_t profile_index, const gfx::Image& icon);
69 size_t profile_index; member in struct:AvatarMenu::Item
avatar_menu.cc 72 size_t profile_index,
79 profile_index(profile_index) {
131 profile_info_->GetPathOfProfileAtIndex(item.profile_index);
148 size_t profile_index = profile_list_->GetItemAt(index).profile_index; local
151 profile_info_->GetPathOfProfileAtIndex(profile_index));
153 menu_actions_->EditProfile(profile, profile_index);
gaia_info_update_service.cc 116 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); local
117 if (profile_index == std::string::npos)
120 cache.SetGAIANameOfProfileAtIndex(profile_index, full_name);
121 cache.SetGAIAGivenNameOfProfileAtIndex(profile_index, given_name);
124 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
125 if (profile_index == std::string::npos)
131 cache.SetGAIAPictureOfProfileAtIndex(profile_index, &gfx_image);
133 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL);
152 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); local
153 if (profile_index == std::string::npos
    [all...]
profile_manager_unittest.cc 535 size_t profile_index = cache.GetIndexOfProfileWithPath(dest_path); local
539 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
541 cache.GetAvatarIconIndexOfProfileAtIndex(profile_index));
    [all...]
profile_shortcut_manager_unittest_win.cc 238 const size_t profile_index = local
240 ASSERT_NE(std::string::npos, profile_index);
241 ASSERT_NE(profile_info_cache_->GetNameOfProfileAtIndex(profile_index),
243 profile_info_cache_->SetNameOfProfileAtIndex(profile_index,
    [all...]
profile_shortcut_manager_win.cc 709 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_path); local
710 DCHECK_LT(profile_index, cache.GetNumberOfProfiles());
715 shortcut_profile_name = cache.GetNameOfProfileAtIndex(profile_index);
791 size_t profile_index = cache->GetIndexOfProfileWithPath(profile_path); local
792 if (profile_index == std::string::npos)
    [all...]
profile_info_cache.cc 252 size_t profile_index = GetIndexOfProfileWithPath(profile_path); local
253 if (profile_index == std::string::npos) {
257 base::string16 name = GetNameOfProfileAtIndex(profile_index);
    [all...]
profile_manager.cc 1264 size_t profile_index = local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service_unittest.cc 428 size_t profile_index = profile_info.GetIndexOfProfileWithPath( local
430 ASSERT_NE(std::string::npos, profile_index);
431 profile_info.SetProfileSigninRequiredAtIndex(profile_index, true);
    [all...]
session_service.cc 348 size_t profile_index = profile_info.GetIndexOfProfileWithPath( local
350 use_pending_close = profile_index != std::string::npos &&
351 profile_info.ProfileIsSigninRequiredAtIndex(profile_index);
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 137 size_t profile_index = profile_info.GetIndexOfProfileWithPath(profile_path); variable
138 return profile_index != std::string::npos &&
139 profile_info.ProfileIsSupervisedAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 206 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath()); local
207 if (profile_index != std::string::npos) {
212 base::string16 name = cache.GetGAIANameOfProfileAtIndex(profile_index);
216 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 282 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath()); local
283 if (profile_index != std::string::npos) {
285 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
336 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path); local
337 if (profile_index == std::string::npos)
351 cache.IsUsingGAIAPictureOfProfileAtIndex(profile_index);
355 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, true);
368 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, false);
427 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path); local
428 if (profile_index == std::string::npos
451 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path); local
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 630 size_t profile_index = profile_info.GetIndexOfProfileWithPath( local
632 bool signin_required = profile_index != std::string::npos &&
633 profile_info.ProfileIsSigninRequiredAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 138 const size_t profile_index = GetIndexOfProfileWithEmailAndName( local
141 ->GetProfileByPath(info_cache.GetPathOfProfileAtIndex(profile_index));
276 const size_t profile_index = GetIndexOfProfileWithEmailAndName( local
278 DCHECK_LT(profile_index, info_cache.GetNumberOfProfiles());
280 authenticating_profile_index_ = profile_index;
315 size_t profile_index = GetIndexOfProfileWithEmailAndName( local
317 if (profile_index >= info_cache.GetNumberOfProfiles()) {
322 authenticating_profile_index_ = profile_index;
323 if (!chrome::ValidateLocalAuthCredentials(profile_index, password)) {
390 size_t profile_index = GetIndexOfProfileWithEmailAndName local
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 96 uint32_t profile_index; local
99 FIND_BYVALUE(ProfileTable, pl.profile, profile_index);
100 if (ProfileTable[profile_index].key == (OMX_VIDEO_AVCPROFILETYPE) 0)
107 mPLTable[mPLTableCount].profile = ProfileTable[profile_index].key;
110 LOGV("Support Profile:%s, Level:%s\n", ProfileTable[profile_index].name, LevelTable[level_index].name);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 350 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_path); local
352 if (cache.ProfileIsSigninRequiredAtIndex(profile_index))
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.cc 682 size_t profile_index = it->second.front(); local
683 (*labels)[profile_index] = label;

Completed in 1807 milliseconds