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 143 GetTopInset(),
148 int BrowserNonClientFrameViewAsh::GetTopInset() const {
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(),
glass_browser_frame_view.cc 146 int GlassBrowserFrameView::GetTopInset() const {
348 dest_y - GetTopInset(), x,
484 int avatar_bottom = GetTopInset() +
opaque_browser_frame_view.cc 177 int OpaqueBrowserFrameView::GetTopInset() const {
676 bottom_y - GetTopInset(),
    [all...]

Completed in 616 milliseconds