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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 83 linked_ptr<api::file_browser_private::ProfileInfo> profile_info(
85 profile_info->profile_id = multi_user_util::GetUserIDFromProfile(profile);
86 profile_info->display_name = UTF16ToUTF8(user->GetDisplayName());
87 // TODO(hirono): Remove the property from the profile_info.
88 profile_info->is_current_profile = true;
95 profile_info->profile_image.reset(
97 profile_info->profile_image->scale1x_url =
99 profile_info->profile_image->scale2x_url =
102 result_profiles.push_back(profile_info);
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 437 std::vector<float> profile_info; local
439 EXPECT_EQ(AutoSegmentPeaks(profile_info), std::numeric_limits<float>::max());
440 profile_info.resize(1000, 1.0f);
441 EXPECT_EQ(AutoSegmentPeaks(profile_info), 1.0f);
443 std::generate(profile_info.begin(), profile_info.end(), std::rand);
444 float threshold = AutoSegmentPeaks(profile_info);
450 profile_info.begin(),
451 profile_info.end(),
456 for (unsigned i = 0; i < profile_info.size(); ++i)
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 84 void PopulateUsers(const ProfileInfoCache& profile_info,
88 const size_t count = profile_info.GetNumberOfProfiles();
91 if (profile_info.ProfileIsSupervisedAtIndex(i))
95 user.name = profile_info.GetNameOfProfileAtIndex(i);
96 user.email = profile_info.GetUserNameOfProfileAtIndex(i);
97 user.profile_path = profile_info.GetPathOfProfileAtIndex(i);
app_list_service_impl.cc 135 ProfileInfoCache& profile_info = variable
137 size_t profile_index = profile_info.GetIndexOfProfileWithPath(profile_path);
139 profile_info.ProfileIsSupervisedAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 264 base::DictionaryValue profile_info; local
265 profile_info.SetString("name", cache.ChooseNameForNewProfile(icon_index));
266 profile_info.SetString("iconURL",
270 "ManageProfileOverlay.receiveNewProfileDefaults", profile_info);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.sh 56 TMPDIR=/tmp/profile_info
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh 56 TMPDIR=/tmp/profile_info
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 628 ProfileInfoCache& profile_info = local
630 size_t profile_index = profile_info.GetIndexOfProfileWithPath(
633 profile_info.ProfileIsSigninRequiredAtIndex(profile_index);
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 563 ProfileInfo* profile_info = GetProfileInfoByPath(path); local
564 return profile_info ? profile_info->profile.get() : NULL;
1040 ProfileInfo* profile_info = GetProfileInfoByPath(default_profile_dir); local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service_unittest.cc 426 ProfileInfoCache& profile_info = local
428 size_t profile_index = profile_info.GetIndexOfProfileWithPath(
431 profile_info.SetProfileSigninRequiredAtIndex(profile_index, true);
    [all...]
session_service.cc 346 ProfileInfoCache& profile_info = local
348 size_t profile_index = profile_info.GetIndexOfProfileWithPath(
351 profile_info.ProfileIsSigninRequiredAtIndex(profile_index);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 88 extern const struct gcov_ctr_summary *profile_info;
    [all...]

Completed in 1983 milliseconds