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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 201 ColorProfile profile = screenColorProfile();
219 static ColorProfile screenColorProfile()
223 Platform::current()->screenColorProfile(&profile);
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 99 virtual void screenColorProfile(blink::WebVector<char>* to_profile);
renderer_webkitplatformsupport_impl.cc 835 void RendererWebKitPlatformSupportImpl::screenColorProfile(
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 395 virtual void screenColorProfile(WebVector<char>* profile) { }

Completed in 84 milliseconds