/external/chromium_org/ui/gfx/ |
D | color_profile_win_unittest.cc | 12 std::vector<char> color_profile; in TestColorProfileUsingScreenBounds() local 13 return gfx::GetDisplayColorProfile(bounds, &color_profile); in TestColorProfileUsingScreenBounds()
|
D | color_profile_mac.mm | 5 #include "ui/gfx/color_profile.h"
|
D | BUILD.gn | 74 "color_profile.cc", 75 "color_profile.h",
|
D | gfx.gyp | 147 'color_profile.cc', 148 'color_profile.h',
|
D | gfx.target.darwin-x86.mk | 51 ui/gfx/color_profile.cc \
|
D | gfx.target.linux-x86.mk | 51 ui/gfx/color_profile.cc \
|
D | gfx.target.darwin-arm64.mk | 51 ui/gfx/color_profile.cc \
|
D | gfx.target.linux-arm64.mk | 51 ui/gfx/color_profile.cc \
|
D | gfx.target.darwin-mips.mk | 51 ui/gfx/color_profile.cc \
|
D | gfx.target.linux-x86_64.mk | 51 ui/gfx/color_profile.cc \
|
D | gfx.target.darwin-x86_64.mk | 51 ui/gfx/color_profile.cc \
|
D | gfx.target.linux-mips.mk | 51 ui/gfx/color_profile.cc \
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_display_color_profile_private_thunk.cc | 36 struct PP_ArrayOutput color_profile, in GetColorProfile() argument 44 return enter.SetResult(enter.object()->GetColorProfile(color_profile, in GetColorProfile()
|
/external/chromium_org/content/test/ |
D | layouttest_support.cc | 152 std::vector<char> color_profile; in SetDeviceColorProfile() local 210 color_profile.assign(name.data(), name.data() + name.size()); in SetDeviceColorProfile() 213 color_profile.assign(test.data(), test.data() + test.size()); in SetDeviceColorProfile() 217 SetDeviceColorProfileForTesting(color_profile); in SetDeviceColorProfile()
|
/external/chromium_org/chrome/browser/chromeos/display/ |
D | display_preferences.cc | 173 ui::ColorCalibrationProfile color_profile = ui::COLOR_PROFILE_STANDARD; in LoadDisplayProperties() local 176 color_profile = StringToColorProfile(color_profile_name); in LoadDisplayProperties() 182 color_profile); in LoadDisplayProperties() 244 if (info.color_profile() != ui::COLOR_PROFILE_STANDARD) { in StoreCurrentDisplayProperties() 246 "color_profile_name", ColorProfileToString(info.color_profile())); in StoreCurrentDisplayProperties()
|
D | display_preferences_unittest.cc | 275 std::string color_profile; in TEST_F() local 276 EXPECT_TRUE(property->GetString("color_profile_name", &color_profile)); in TEST_F() 277 EXPECT_EQ("dynamic", color_profile); in TEST_F() 292 EXPECT_FALSE(property->GetString("color_profile_name", &color_profile)); in TEST_F() 511 display_manager->GetDisplayInfo(id1).color_profile()); in TEST_F() 524 display_manager->GetDisplayInfo(id1).color_profile()); in TEST_F()
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_display_color_profile_private.h | 92 struct PP_ArrayOutput color_profile,
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | display_options_handler.cc | 272 js_display->SetInteger("colorProfile", display_info.color_profile()); in SendDisplayInfo() 277 ui::ColorCalibrationProfile color_profile = in SendDisplayInfo() local 279 color_profile_dict->SetInteger("profileId", color_profile); in SendDisplayInfo() 280 color_profile_dict->SetString("name", GetColorProfileName(color_profile)); in SendDisplayInfo()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_display_color_profile_private.idl | 63 * @param[in] color_profile A <code>PP_OutputArray</code> which on success 74 [in] PP_ArrayOutput color_profile,
|
/external/chromium_org/ash/display/ |
D | display_manager.cc | 477 ui::ColorCalibrationProfile color_profile) { in RegisterDisplayProperty() argument 482 display_info_[display_id].SetColorProfile(color_profile); in RegisterDisplayProperty() 1037 ui::ColorCalibrationProfile color_profile = display_info.color_profile(); in OnDisplayInfoUpdated() local 1038 if (color_profile != ui::COLOR_PROFILE_STANDARD) { in OnDisplayInfoUpdated() 1040 display_info.id(), color_profile); in OnDisplayInfoUpdated()
|
D | display_info.h | 171 ui::ColorCalibrationProfile color_profile() const { in color_profile() function
|
D | display_manager.h | 177 ui::ColorCalibrationProfile color_profile);
|
D | display_info.cc | 235 color_profile_ = native_info.color_profile(); in Copy()
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.h | 362 void SetDeviceColorProfileForTesting(const std::vector<char>& color_profile); 552 const std::vector<char>& color_profile) OVERRIDE;
|
D | render_widget.h | 393 virtual bool SetDeviceColorProfile(const std::vector<char>& color_profile);
|