HomeSort by relevance Sort by last modified time
    Searched defs:GetTopInset (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc 170 int BrowserFrame::GetTopInset() const {
171 return browser_frame_view_->GetTopInset();
browser_non_client_frame_view_ash.cc 180 GetTopInset(),
185 int BrowserNonClientFrameViewAsh::GetTopInset() const {
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(),
glass_browser_frame_view.cc 152 int GlassBrowserFrameView::GetTopInset() const {
357 dest_y - GetTopInset(), x,
493 int avatar_bottom = GetTopInset() +
opaque_browser_frame_view.cc 176 int OpaqueBrowserFrameView::GetTopInset() const {
681 bottom_y - GetTopInset(),
    [all...]

Completed in 62 milliseconds