Searched refs:GetTopInsetInBrowserView (Results 1 – 4 of 4) sorted by relevance
26 virtual int GetTopInsetInBrowserView() const = 0;
190 int min_height = delegate_->GetTopInsetInBrowserView() + in GetMinimumSize()321 int top = delegate_->GetTopInsetInBrowserView(); in Layout()327 int y = browser_view_->y() + delegate_->GetTopInsetInBrowserView(); in Layout()502 height = std::max(height, delegate_->GetTopInsetInBrowserView()); in UpdateTopContainerBounds()
50 virtual int GetTopInsetInBrowserView() const OVERRIDE { in GetTopInsetInBrowserView() function in MockBrowserViewLayoutDelegate
269 virtual int GetTopInsetInBrowserView() const OVERRIDE { in GetTopInsetInBrowserView() function in BrowserViewLayoutDelegateImpl