Searched defs:GetTopInset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.cc170 int BrowserFrame::GetTopInset() const { function in class:BrowserFrame
171 return browser_frame_view_->GetTopInset();
H A Dbrowser_non_client_frame_view_ash.cc143 GetTopInset(),
148 int BrowserNonClientFrameViewAsh::GetTopInset() const { function in class:BrowserNonClientFrameViewAsh
280 painted_height = GetTopInset() +
285 painted_height = GetTopInset() + kFrameShadowThickness * 2;
287 painted_height = GetTopInset();
322 return rect.y() < GetTopInset();
419 int avatar_bottom = GetTopInset() +
425 GetTopInset() + kContentShadowHeight : avatar_restored_y;
499 bottom_y - GetTopInset(),
H A Dglass_browser_frame_view.cc146 int GlassBrowserFrameView::GetTopInset() const { function in class:GlassBrowserFrameView
348 dest_y - GetTopInset(), x,
484 int avatar_bottom = GetTopInset() +
H A Dopaque_browser_frame_view.cc177 int OpaqueBrowserFrameView::GetTopInset() const { function in class:OpaqueBrowserFrameView
676 bottom_y - GetTopInset(),

Completed in 456 milliseconds