Searched refs:SetDeviceColorProfile (Results 1 – 10 of 10) sorted by relevance
94 void SetDeviceColorProfile(RenderView* render_view, const std::string& name);
149 virtual void SetDeviceColorProfile(const std::string& name) = 0;
1591 delegate_->SetDeviceColorProfile("reset"); in Reset()2731 delegate_->SetDeviceColorProfile(name); in SetColorProfile()
102 virtual void SetDeviceColorProfile(const std::string& name) OVERRIDE;
438 void WebKitTestRunner::SetDeviceColorProfile(const std::string& name) { in SetDeviceColorProfile() function in content::WebKitTestRunner439 content::SetDeviceColorProfile(render_view(), name); in SetDeviceColorProfile()
168 void SetDeviceColorProfile(RenderView* render_view, const std::string& name) { in SetDeviceColorProfile() function
426 virtual bool SetDeviceColorProfile(const std::vector<char>& color_profile);
529 virtual bool SetDeviceColorProfile(
3698 bool RenderViewImpl::SetDeviceColorProfile( in SetDeviceColorProfile() function in content::RenderViewImpl3700 bool changed = RenderWidget::SetDeviceColorProfile(profile); in SetDeviceColorProfile()4153 SetDeviceColorProfile(color_profile); in SetDeviceColorProfileForTesting()
1653 bool RenderWidget::SetDeviceColorProfile( in SetDeviceColorProfile() function in content::RenderWidget