Home
last modified time | relevance | path

Searched refs:fast_resize (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/views/controls/native/
Dnative_view_host.h68 void set_fast_resize(bool fast_resize) { fast_resize_ = fast_resize; } in set_fast_resize() argument
69 bool fast_resize() const { return fast_resize_; } in fast_resize() function
Dnative_view_host_mac.mm98 if (host_->fast_resize())
Dnative_view_host_aura.cc149 if (host_->fast_resize()) { in ShowWidget()
/external/chromium_org/ui/views/controls/webview/
Dwebview.cc87 void WebView::SetFastResize(bool fast_resize) { in SetFastResize() argument
88 holder_->set_fast_resize(fast_resize); in SetFastResize()
Dwebview.h73 void SetFastResize(bool fast_resize);