Home | History | Annotate | Download | only in download

Lines Matching defs:DownloadShelfView

85 DownloadShelfView::DownloadShelfView(Browser* browser, BrowserView* parent)
96 DownloadShelfView::~DownloadShelfView() {
100 void DownloadShelfView::Init() {
131 void DownloadShelfView::AddDownloadView(DownloadItemView* view) {
146 void DownloadShelfView::AddDownload(BaseDownloadItemModel* download_model) {
152 void DownloadShelfView::MouseMovedOutOfView() {
156 void DownloadShelfView::FocusWillChange(views::View* focused_before,
163 void DownloadShelfView::RemoveDownloadView(View* view) {
179 views::View* DownloadShelfView::GetDefaultFocusableChild() {
186 void DownloadShelfView::OnPaint(gfx::Canvas* canvas) {
200 void DownloadShelfView::OnPaintBorder(gfx::Canvas* canvas) {
204 void DownloadShelfView::OpenedDownload(DownloadItemView* view) {
209 gfx::Size DownloadShelfView::GetPreferredSize() {
227 void DownloadShelfView::AnimationProgressed(const ui::Animation *animation) {
242 void DownloadShelfView::AnimationEnded(const ui::Animation *animation) {
250 void DownloadShelfView::Layout() {
327 bool DownloadShelfView::CanFitFirstDownloadItem() {
348 void DownloadShelfView::UpdateButtonColors() {
358 void DownloadShelfView::OnThemeChanged() {
362 void DownloadShelfView::LinkActivated(views::Link* source, int event_flags) {
366 void DownloadShelfView::ButtonPressed(
371 bool DownloadShelfView::IsShowing() const {
375 bool DownloadShelfView::IsClosing() const {
379 void DownloadShelfView::Show() {
383 void DownloadShelfView::Close() {
388 Browser* DownloadShelfView::browser() const {
392 void DownloadShelfView::Closed() {
412 bool DownloadShelfView::CanAutoClose() {
420 void DownloadShelfView::SchedulePaintForDownloadItem(views::View* view) {
440 gfx::Rect DownloadShelfView::GetFocusRectBounds(