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

  /external/chromium_org/ui/views/controls/native/
native_view_host.h 68 void set_fast_resize(bool fast_resize) { fast_resize_ = fast_resize; }
69 bool fast_resize() const { return fast_resize_; }
121 bool fast_resize_; member in class:views::NativeViewHost
123 // Value of |fast_resize_| during the last call to Layout.
native_view_host.cc 25 fast_resize_(false),
78 if (visible && !fast_resize_) {
105 fast_resize_at_last_layout_ = visible && fast_resize_;

Completed in 49 milliseconds