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/thumbnails/
content_analysis_unittest.cc 433 std::vector<float> profile_info; local
435 EXPECT_EQ(AutoSegmentPeaks(profile_info), std::numeric_limits<float>::max());
436 profile_info.resize(1000, 1.0f);
437 EXPECT_EQ(AutoSegmentPeaks(profile_info), 1.0f);
439 std::generate(profile_info.begin(), profile_info.end(), std::rand);
440 float threshold = AutoSegmentPeaks(profile_info);
446 profile_info.begin(),
447 profile_info.end(),
452 for (unsigned i = 0; i < profile_info.size(); ++i)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 83 linked_ptr<api::file_manager_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;
90 result_profiles.push_back(profile_info);
  /external/chromium_org/chrome/browser/ui/app_list/
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);
app_list_view_delegate.cc 96 void PopulateUsers(const ProfileInfoCache& profile_info,
100 const size_t count = profile_info.GetNumberOfProfiles();
103 user.name = profile_info.GetNameOfProfileAtIndex(i);
104 user.email = profile_info.GetUserNameOfProfileAtIndex(i);
105 user.profile_path = profile_info.GetPathOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 261 base::DictionaryValue profile_info; local
262 profile_info.SetString("name", cache.ChooseNameForNewProfile(icon_index));
263 profile_info.SetString("iconURL",
267 "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 625 ProfileInfoCache& profile_info = local
627 size_t profile_index = profile_info.GetIndexOfProfileWithPath(
630 profile_info.ProfileIsSigninRequiredAtIndex(profile_index);
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 555 ProfileInfo* profile_info = GetProfileInfoByPath(path); local
556 return profile_info ? profile_info->profile.get() : NULL;
1051 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 391 ProfileInfoCache& profile_info = local
393 size_t profile_index = profile_info.GetIndexOfProfileWithPath(
396 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 522 milliseconds