Searched refs:setDeviceColorProfile (Results 1 – 6 of 6) sorted by relevance
179 void setDeviceColorProfile(const Vector<char>&);
385 void Page::setDeviceColorProfile(const Vector<char>& profile) in setDeviceColorProfile() function in blink::Page
292 virtual void setDeviceColorProfile(const WebVector<char>&) = 0;
209 virtual void setDeviceColorProfile(const WebVector<char>&) OVERRIDE;
3088 void WebViewImpl::setDeviceColorProfile(const WebVector<char>& colorProfile) in setDeviceColorProfile() function in blink::WebViewImpl3096 page()->setDeviceColorProfile(deviceProfile); in setDeviceColorProfile()
3703 webview()->setDeviceColorProfile(colorProfile); in SetDeviceColorProfile()