Home
last modified time | relevance | path

Searched refs:screenColorProfile (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h201 ColorProfile profile = screenColorProfile(); in OutputDeviceProfile()
219 static ColorProfile screenColorProfile() in screenColorProfile() function
223 Platform::current()->screenColorProfile(&profile); in screenColorProfile()
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h99 virtual void screenColorProfile(blink::WebVector<char>* to_profile);
Drenderer_webkitplatformsupport_impl.cc835 void RendererWebKitPlatformSupportImpl::screenColorProfile( in screenColorProfile() function in content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h395 virtual void screenColorProfile(WebVector<char>* profile) { } in screenColorProfile() function