Home
last modified time | relevance | path

Searched refs:SetDeviceColorProfile (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/public/test/
Dlayouttest_support.h94 void SetDeviceColorProfile(RenderView* render_view, const std::string& name);
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_test_delegate.h149 virtual void SetDeviceColorProfile(const std::string& name) = 0;
Dtest_runner.cc1591 delegate_->SetDeviceColorProfile("reset"); in Reset()
2731 delegate_->SetDeviceColorProfile(name); in SetColorProfile()
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.h102 virtual void SetDeviceColorProfile(const std::string& name) OVERRIDE;
Dwebkit_test_runner.cc438 void WebKitTestRunner::SetDeviceColorProfile(const std::string& name) { in SetDeviceColorProfile() function in content::WebKitTestRunner
439 content::SetDeviceColorProfile(render_view(), name); in SetDeviceColorProfile()
/external/chromium_org/content/test/
Dlayouttest_support.cc168 void SetDeviceColorProfile(RenderView* render_view, const std::string& name) { in SetDeviceColorProfile() function
/external/chromium_org/content/renderer/
Drender_widget.h426 virtual bool SetDeviceColorProfile(const std::vector<char>& color_profile);
Drender_view_impl.h529 virtual bool SetDeviceColorProfile(
Drender_view_impl.cc3698 bool RenderViewImpl::SetDeviceColorProfile( in SetDeviceColorProfile() function in content::RenderViewImpl
3700 bool changed = RenderWidget::SetDeviceColorProfile(profile); in SetDeviceColorProfile()
4153 SetDeviceColorProfile(color_profile); in SetDeviceColorProfileForTesting()
Drender_widget.cc1653 bool RenderWidget::SetDeviceColorProfile( in SetDeviceColorProfile() function in content::RenderWidget