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

  /external/chromium_org/ui/views/controls/native/
native_view_host.h 66 void set_fast_resize(bool fast_resize) { fast_resize_ = fast_resize; }
67 bool fast_resize() const { return fast_resize_; } function in class:views::NativeViewHost
69 // Value of fast_resize() the last time Layout() was invoked.
  /external/chromium_org/ui/views/controls/webview/
webview.h 77 void SetFastResize(bool fast_resize);
webview.cc 85 void WebView::SetFastResize(bool fast_resize) {
86 holder_->set_fast_resize(fast_resize);

Completed in 121 milliseconds