Searched refs:GetTopInset (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc180 GetTopInset(),
185 int BrowserNonClientFrameViewAsh::GetTopInset() const { function in class:BrowserNonClientFrameViewAsh
332 painted_height = GetTopInset() +
337 painted_height = GetTopInset() + kFrameShadowThickness * 2;
339 painted_height = GetTopInset();
470 return rect.y() < GetTopInset();
513 int avatar_bottom = GetTopInset() +
519 GetTopInset() + kContentShadowHeight : avatar_restored_y;
593 bottom_y - GetTopInset(),
H A Dbrowser_non_client_frame_view.h38 virtual int GetTopInset() const = 0;
H A Dglass_browser_frame_view.h27 virtual int GetTopInset() const OVERRIDE;
H A Dbrowser_frame.h68 int GetTopInset() const;
H A Dbrowser_non_client_frame_view_ash.h44 virtual int GetTopInset() const OVERRIDE;
H A Dbrowser_frame.cc170 int BrowserFrame::GetTopInset() const { function in class:BrowserFrame
171 return browser_frame_view_->GetTopInset();
H A Dbrowser_view_unittest.cc200 int bottom_of_header = browser_view()->frame()->GetTopInset() -
208 EXPECT_EQ(browser_view()->frame()->GetTopInset() - 1,
H A Dopaque_browser_frame_view.h45 virtual int GetTopInset() const OVERRIDE;
H A Dglass_browser_frame_view.cc152 int GlassBrowserFrameView::GetTopInset() const { function in class:GlassBrowserFrameView
357 dest_y - GetTopInset(), x,
493 int avatar_bottom = GetTopInset() +
H A Dopaque_browser_frame_view.cc176 int OpaqueBrowserFrameView::GetTopInset() const { function in class:OpaqueBrowserFrameView
681 bottom_y - GetTopInset(),
H A Dbrowser_view.cc270 return browser_view_->frame()->GetTopInset() -
515 -frame_->GetTopInset());

Completed in 129 milliseconds