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 178 paint_to_layer_(false),
511 if (!paint_to_layer_)
525 paint_to_layer_ = paint_to_layer;
526 if (paint_to_layer_ && !layer()) {
528 } else if (!paint_to_layer_ && layer()) {
    [all...]
view.h 1502 bool paint_to_layer_; member in class:views::View
    [all...]

Completed in 55 milliseconds