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

  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container.h 32 virtual void SetFastResize(bool fast_resize) = 0;
tab_contents_container_native.cc 58 void TabContentsContainer::SetFastResize(bool fast_resize) {
59 native_container_->SetFastResize(fast_resize);
native_tab_contents_container_gtk.h 23 virtual void SetFastResize(bool fast_resize) OVERRIDE;
native_tab_contents_container_win.h 21 virtual void SetFastResize(bool fast_resize) OVERRIDE;
tab_contents_container_native.h 38 void SetFastResize(bool fast_resize);
tab_contents_container_views.cc 60 void TabContentsContainer::SetFastResize(bool fast_resize) {
tab_contents_container_views.h 37 void SetFastResize(bool fast_resize);
native_tab_contents_container_win.cc 59 void NativeTabContentsContainerWin::SetFastResize(bool fast_resize) {
native_tab_contents_container_gtk.cc 42 void NativeTabContentsContainerGtk::SetFastResize(bool fast_resize) {
  /external/chromium_org/ui/views/controls/webview/
webview.h 69 void SetFastResize(bool fast_resize);
webview.cc 97 void WebView::SetFastResize(bool fast_resize) {
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 636 contents_container_->SetFastResize(true);
639 contents_container_->SetFastResize(false);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 72 milliseconds