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

  /external/chromium_org/ui/gfx/
color_profile_win_unittest.cc 5 #include "ui/gfx/color_profile.h"
12 std::vector<char> color_profile; local
13 return gfx::GetDisplayColorProfile(bounds, &color_profile);
  /external/chromium_org/ash/display/
display_info.h 171 ui::ColorCalibrationProfile color_profile() const { function in class:ash::DisplayInfo
display_manager.cc 477 ui::ColorCalibrationProfile color_profile) {
482 display_info_[display_id].SetColorProfile(color_profile);
1037 ui::ColorCalibrationProfile color_profile = display_info.color_profile(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 272 js_display->SetInteger("colorProfile", display_info.color_profile());
277 ui::ColorCalibrationProfile color_profile = local
279 color_profile_dict->SetInteger("profileId", color_profile);
280 color_profile_dict->SetString("name", GetColorProfileName(color_profile));
  /external/chromium_org/content/test/
layouttest_support.cc 152 std::vector<char> color_profile; local
210 color_profile.assign(name.data(), name.data() + name.size());
213 color_profile.assign(test.data(), test.data() + test.size());
217 SetDeviceColorProfileForTesting(color_profile);
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 173 ui::ColorCalibrationProfile color_profile = ui::COLOR_PROFILE_STANDARD; local
176 color_profile = StringToColorProfile(color_profile_name);
182 color_profile);
244 if (info.color_profile() != ui::COLOR_PROFILE_STANDARD) {
246 "color_profile_name", ColorProfileToString(info.color_profile()));
display_preferences_unittest.cc 275 std::string color_profile; local
276 EXPECT_TRUE(property->GetString("color_profile_name", &color_profile));
277 EXPECT_EQ("dynamic", color_profile);
290 // |id2| doesn't have the color_profile because it doesn't have 'dynamic' in
292 EXPECT_FALSE(property->GetString("color_profile_name", &color_profile));
511 display_manager->GetDisplayInfo(id1).color_profile());
524 display_manager->GetDisplayInfo(id1).color_profile());

Completed in 140 milliseconds