HomeSort by relevance Sort by last modified time
    Searched refs:fast_resize (Results 1 - 4 of 4) 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_; } function in class:views::NativeViewHost
71 // Value of fast_resize() the last time Layout() was invoked.
native_view_host_aura.cc 149 if (host_->fast_resize()) {
  /external/chromium_org/ui/views/controls/webview/
webview.h 73 void SetFastResize(bool fast_resize);
webview.cc 87 void WebView::SetFastResize(bool fast_resize) {
88 holder_->set_fast_resize(fast_resize);

Completed in 156 milliseconds