HomeSort by relevance Sort by last modified time
    Searched refs:kContentShadowHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc 61 const int kContentShadowHeight = 1;
203 return caption_buttons_bottom - kContentShadowHeight;
519 GetTopInset() + kContentShadowHeight : avatar_restored_y;
599 const int kContentShadowHeight = 2;
603 x, y - kContentShadowHeight,
604 w, split_point + kContentShadowHeight + 1);
611 y + kClientEdgeThickness + kContentShadowHeight,
618 y + kClientEdgeThickness + kContentShadowHeight,
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 104 const int kContentShadowHeight = 0;
791 kContentShadowHeightAsh : kContentShadowHeight;

Completed in 131 milliseconds