Home
last modified time | relevance | path

Searched refs:setDeviceColorProfile (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h179 void setDeviceColorProfile(const Vector<char>&);
DPage.cpp385 void Page::setDeviceColorProfile(const Vector<char>& profile) in setDeviceColorProfile() function in blink::Page
/external/chromium_org/third_party/WebKit/public/web/
DWebView.h292 virtual void setDeviceColorProfile(const WebVector<char>&) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h209 virtual void setDeviceColorProfile(const WebVector<char>&) OVERRIDE;
DWebViewImpl.cpp3088 void WebViewImpl::setDeviceColorProfile(const WebVector<char>& colorProfile) in setDeviceColorProfile() function in blink::WebViewImpl
3096 page()->setDeviceColorProfile(deviceProfile); in setDeviceColorProfile()
/external/chromium_org/content/renderer/
Drender_view_impl.cc3703 webview()->setDeviceColorProfile(colorProfile); in SetDeviceColorProfile()