Home
last modified time | relevance | path

Searched refs:usingPictureLayer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_content_layer_impl.cc23 static bool usingPictureLayer() { in usingPictureLayer() function
30 if (usingPictureLayer()) in WebContentLayerImpl()
39 if (usingPictureLayer()) in ~WebContentLayerImpl()
64 bool use_lcd_text = usingPictureLayer() || can_use_lcd_text_; in PaintContents()
Dweb_image_layer_impl.cc14 static bool usingPictureLayer() { in usingPictureLayer() function
21 if (usingPictureLayer()) in WebImageLayerImpl()
32 if (usingPictureLayer()) { in setBitmap()