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

  /external/chromium_org/ui/views/
view.cc 111 paint_to_layer_(false),
457 if (!paint_to_layer_)
471 if (paint_to_layer_ == paint_to_layer)
496 paint_to_layer_ = paint_to_layer;
497 if (paint_to_layer_ && !layer()) {
499 } else if (!paint_to_layer_ && layer()) {
    [all...]
view.h 1558 bool paint_to_layer_; member in class:views::View
    [all...]

Completed in 190 milliseconds