Searched refs:device_color_profile_ (Results 1 – 2 of 2) sorted by relevance
427 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()
704 std::vector<char> device_color_profile_; variable