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

  /external/chromium_org/ui/views/controls/native/
native_view_host.h 65 void set_fast_resize(bool fast_resize) { fast_resize_ = fast_resize; }
66 bool fast_resize() const { return fast_resize_; }
117 bool fast_resize_; member in class:views::NativeViewHost
119 // Value of |fast_resize_| during the last call to Layout.
native_view_host.cc 32 fast_resize_(false),
82 if (visible && !fast_resize_) {
109 fast_resize_at_last_layout_ = visible && fast_resize_;

Completed in 293 milliseconds