Home
last modified time | relevance | path

Searched refs:device_color_profile_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Drender_widget.cc427 device_color_profile_.push_back('0'); in RenderWidget()
1655 if (device_color_profile_ == color_profile) in SetDeviceColorProfile()
1658 device_color_profile_ = color_profile; in SetDeviceColorProfile()
1663 if (!device_color_profile_.empty()) in ResetDeviceColorProfileForTesting()
1664 device_color_profile_.clear(); in ResetDeviceColorProfileForTesting()
1665 device_color_profile_.push_back('0'); in ResetDeviceColorProfileForTesting()
Drender_widget.h704 std::vector<char> device_color_profile_; variable