Searched refs:UpdatePreferredSize (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h201 virtual void UpdatePreferredSize(const gfx::Size& pref_size) {} function in class:content::RenderViewHostDelegate
H A Drender_view_host_unittest.cc134 virtual void UpdatePreferredSize(const gfx::Size& pref_size) {} function in class:content::MockDraggingRenderViewHostDelegateView
H A Drender_view_host_impl.cc1148 delegate_->UpdatePreferredSize(new_size);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window.h344 virtual void UpdatePreferredSize(content::WebContents* web_contents, function in class:BrowserWindow
H A Dbrowser.cc1715 void Browser::UpdatePreferredSize(WebContents* source, function in class:Browser
1717 window_->UpdatePreferredSize(source, pref_size);
H A Dbrowser.h632 virtual void UpdatePreferredSize(content::WebContents* source,
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.h265 void UpdatePreferredSize();
H A Dtree_view.cc703 UpdatePreferredSize();
708 void TreeView::UpdatePreferredSize() { function in class:views::TreeView
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h415 virtual void UpdatePreferredSize(WebContents* web_contents, function in class:content::WebContentsDelegate
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h457 virtual void UpdatePreferredSize(const gfx::Size& pref_size) OVERRIDE;
H A Dweb_contents_impl.cc1894 void WebContentsImpl::UpdatePreferredSize(const gfx::Size& pref_size) { function in class:content::WebContentsImpl
4341 delegate_->UpdatePreferredSize(this, new_size);
H A Dweb_contents_impl_unittest.cc2396 contents()->UpdatePreferredSize(original_preferred_size);

Completed in 3648 milliseconds