| /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 | 48 Item(size_t menu_index, size_t profile_index, const gfx::Image& icon); 79 size_t profile_index; member in struct:AvatarMenu::Item
|
| profiles_state.cc | 103 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath()); local 104 if (profile_index == std::string::npos) 107 if (new_profile_name == cache.GetNameOfProfileAtIndex(profile_index))
|
| avatar_menu.cc | 85 size_t profile_index, 92 profile_index(profile_index) { 146 profile_info_->GetPathOfProfileAtIndex(item.profile_index); 163 size_t profile_index = profile_list_->GetItemAt(index).profile_index; local 166 profile_info_->GetPathOfProfileAtIndex(profile_index)); 168 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); 122 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); 123 DCHECK_NE(profile_index, std::string::npos); 125 cache.SetGAIAGivenNameOfProfileAtIndex(profile_index, given_name); 127 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); 128 DCHECK_NE(profile_index, std::string::npos); 134 cache.SetGAIAPictureOfProfileAtIndex(profile_index, &gfx_image); 136 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL) 155 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); local [all...] |
| profile_manager_unittest.cc | 549 size_t profile_index = cache.GetIndexOfProfileWithPath(dest_path); local 553 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index))); 555 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 | 714 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_path); local 715 DCHECK_LT(profile_index, cache.GetNumberOfProfiles()); 720 shortcut_profile_name = cache.GetNameOfProfileAtIndex(profile_index); 796 size_t profile_index = cache->GetIndexOfProfileWithPath(profile_path); local [all...] |
| profile_info_cache.cc | 235 size_t profile_index = GetIndexOfProfileWithPath(profile_path); local 236 if (profile_index == std::string::npos) { 240 base::string16 name = GetNameOfProfileAtIndex(profile_index); 1100 size_t profile_index = GetIndexOfProfileWithPath(*it); local [all...] |
| profile_manager.cc | 1232 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 | 393 size_t profile_index = profile_info.GetIndexOfProfileWithPath( local 395 use_pending_close = profile_index != std::string::npos && 396 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 | 279 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath()); local 280 if (profile_index != std::string::npos) { 282 cache.GetGAIAPictureOfProfileAtIndex(profile_index); 422 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path); local 423 if (profile_index == std::string::npos) 425 base::string16 gaia_name = cache.GetNameOfProfileAtIndex(profile_index); 446 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path); local 447 if (profile_index == std::string::npos) 455 cache.GetPathOfProfileAtIndex(profile_index);
|
| /external/chromium_org/chrome/browser/ui/startup/ |
| startup_browser_creator.cc | 627 size_t profile_index = profile_info.GetIndexOfProfileWithPath( local 629 bool signin_required = profile_index != std::string::npos && 630 profile_info.ProfileIsSigninRequiredAtIndex(profile_index);
|
| /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 | 363 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_path); local 365 if (cache.ProfileIsSigninRequiredAtIndex(profile_index)) [all...] |
| /external/chromium_org/chrome/browser/ui/webui/signin/ |
| user_manager_screen_handler.cc | 130 const size_t profile_index = GetIndexOfProfileWithEmailAndName( local 133 ->GetProfileByPath(info_cache.GetPathOfProfileAtIndex(profile_index)); 281 const size_t profile_index = GetIndexOfProfileWithEmailAndName( local 283 DCHECK_LT(profile_index, info_cache.GetNumberOfProfiles()); 285 authenticating_profile_index_ = profile_index; 339 size_t profile_index = GetIndexOfProfileWithEmailAndName( local 341 if (profile_index >= info_cache.GetNumberOfProfiles()) { 346 authenticating_profile_index_ = profile_index; 347 if (!chrome::ValidateLocalAuthCredentials(profile_index, password)) { 423 size_t profile_index = GetIndexOfProfileWithEmailAndName local [all...] |
| /external/chromium_org/components/autofill/core/browser/ |
| autofill_profile.cc | 764 size_t profile_index = it->second.front(); local 765 (*labels)[profile_index] = label; [all...] |