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

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

Completed in 269 milliseconds