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

1 2

  /external/chromium_org/chrome/browser/sync/test/integration/
search_engines_helper.h 22 TemplateURLService* GetServiceForBrowserContext(int profile_index);
29 bool ServiceMatchesVerifier(int profile_index);
46 // Add a search engine based on a seed to the service at index |profile_index|
48 void AddSearchEngine(int profile_index, int seed);
50 // Retrieves a search engine from the service at index |profile_index| with
53 void EditSearchEngine(int profile_index,
59 // Deletes a search engine from the service at index |profile_index| which was
61 void DeleteSearchEngineBySeed(int profile_index, int seed);
64 // |profile_index| to be the new default. Does the same to the verifier, if it
66 void ChangeDefaultSearchProvider(int profile_index, int seed)
    [all...]
search_engines_helper.cc 119 TemplateURLService* GetServiceForBrowserContext(int profile_index) {
121 test()->GetProfile(profile_index));
128 bool ServiceMatchesVerifier(int profile_index) {
130 TemplateURLService* other = GetServiceForBrowserContext(profile_index);
210 void AddSearchEngine(int profile_index, int seed) {
211 Profile* profile = test()->GetProfile(profile_index);
218 void EditSearchEngine(int profile_index,
224 TemplateURLService* service = GetServiceForBrowserContext(profile_index);
239 void DeleteSearchEngineBySeed(int profile_index, int seed) {
240 TemplateURLService* service = GetServiceForBrowserContext(profile_index);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
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...]
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);
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
profile_list_desktop_unittest.cc 125 EXPECT_EQ(0u, item1.profile_index);
130 EXPECT_EQ(1u, item2.profile_index);
135 EXPECT_EQ(2u, item3.profile_index);
140 EXPECT_EQ(3u, item4.profile_index);
167 EXPECT_EQ(1u, item1.profile_index);
172 EXPECT_EQ(3u, item2.profile_index);
177 EXPECT_EQ(4u, item3.profile_index);
182 EXPECT_EQ(6u, item4.profile_index);
profile_list_desktop.cc 83 if (item.profile_index == index)
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_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_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...]
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...]
  /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/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/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...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos.cc 85 if (items_[i]->profile_index == 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/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);
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [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/background/
background_mode_manager.cc 401 size_t profile_index = profile_cache_->GetIndexOfProfileWithPath(
403 if (profile_index != std::string::npos) {
405 profile_index, GetBackgroundAppCountForProfile(profile) != 0);
  /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/third_party/mesa/src/chromium_gensrc/mesa/
builtin_function.cpp     [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp     [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...]

Completed in 743 milliseconds

1 2