HomeSort by relevance Sort by last modified time
    Searched refs:SetDeviceColorProfile (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/public/test/
layouttest_support.h 94 void SetDeviceColorProfile(RenderView* render_view, const std::string& name);
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_delegate.h 149 virtual void SetDeviceColorProfile(const std::string& name) = 0;
test_runner.cc     [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.h 102 virtual void SetDeviceColorProfile(const std::string& name) OVERRIDE;
webkit_test_runner.cc 438 void WebKitTestRunner::SetDeviceColorProfile(const std::string& name) {
439 content::SetDeviceColorProfile(render_view(), name);
  /external/chromium_org/content/renderer/
render_widget.h 426 virtual bool SetDeviceColorProfile(const std::vector<char>& color_profile);
render_view_impl.h 529 virtual bool SetDeviceColorProfile(
    [all...]
render_view_impl.cc     [all...]
render_widget.cc     [all...]
  /external/chromium_org/content/test/
layouttest_support.cc 168 void SetDeviceColorProfile(RenderView* render_view, const std::string& name) {

Completed in 352 milliseconds