HomeSort by relevance Sort by last modified time
    Searched full:paint_to_layer_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/
view.cc 166 paint_to_layer_(false),
497 if (!paint_to_layer_)
511 paint_to_layer_ = paint_to_layer;
512 if (paint_to_layer_ && !layer()) {
514 } else if (!paint_to_layer_ && layer()) {
    [all...]
view.h 1515 bool paint_to_layer_; member in class:views::View
    [all...]

Completed in 189 milliseconds