OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadShelfView
(Results
1 - 18
of
18
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_view.h
16
@interface
DownloadShelfView
: AnimatableView {
download_shelf_controller.h
18
@class
DownloadShelfView
;
/external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_view.h
15
@interface
DownloadShelfView
: AnimatableView {
download_shelf_controller.h
17
@class
DownloadShelfView
;
/external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc
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)
[
all
...]
download_shelf_view.h
31
//
DownloadShelfView
is a view that contains individual views for each download,
34
//
DownloadShelfView
does not hold an infinite number of download views, rather
36
class
DownloadShelfView
: public AccessiblePaneView,
43
DownloadShelfView
(Browser* browser, BrowserView* parent);
44
virtual ~
DownloadShelfView
();
93
// Adds a View representing a download to this
DownloadShelfView
.
94
//
DownloadShelfView
takes ownership of the View, and will delete it as
136
// the
DownloadShelfView
is deleted.
155
DISALLOW_COPY_AND_ASSIGN(
DownloadShelfView
);
download_item_view.h
37
class
DownloadShelfView
;
60
DownloadShelfView
* parent,
196
DownloadShelfView
* parent_;
download_item_view.cc
119
DownloadShelfView
* parent,
429
// We use the parent's (
DownloadShelfView
's) SchedulePaint, since there
[
all
...]
/external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc
94
DownloadShelfView
::
DownloadShelfView
(Browser* browser, BrowserView* parent)
108
DownloadShelfView
::~
DownloadShelfView
() {
112
void
DownloadShelfView
::AddDownloadView(DownloadItemView* view) {
125
void
DownloadShelfView
::DoAddDownload(DownloadItem* download) {
130
void
DownloadShelfView
::MouseMovedOutOfHost() {
134
void
DownloadShelfView
::RemoveDownloadView(View* view) {
150
views::View*
DownloadShelfView
::GetDefaultFocusableChild() {
155
void
DownloadShelfView
::OnPaintBorder(gfx::Canvas* canvas)
[
all
...]
download_shelf_view.h
37
//
DownloadShelfView
is a view that contains individual views for each download,
40
//
DownloadShelfView
does not hold an infinite number of download views, rather
42
class
DownloadShelfView
: public views::AccessiblePaneView,
49
DownloadShelfView
(Browser* browser, BrowserView* parent);
50
virtual ~
DownloadShelfView
();
101
// Adds a View representing a download to this
DownloadShelfView
.
102
//
DownloadShelfView
takes ownership of the View, and will delete it as
135
// the
DownloadShelfView
is deleted.
154
DISALLOW_COPY_AND_ASSIGN(
DownloadShelfView
);
download_item_view.h
38
class
DownloadShelfView
;
58
DownloadItemView(content::DownloadItem* download,
DownloadShelfView
* parent);
242
DownloadShelfView
* shelf_;
download_item_view.cc
91
DownloadShelfView
* parent)
311
// We use the parent's (
DownloadShelfView
's) SchedulePaint, since there
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.h
18
class
DownloadShelfView
;
115
DownloadShelfView
* download_shelf_;
browser_view.h
47
class
DownloadShelfView
;
589
scoped_ptr<
DownloadShelfView
> download_shelf_;
browser_view_layout.cc
226
download_shelf_ = static_cast<
DownloadShelfView
*>(view);
browser_view.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h
49
class
DownloadShelfView
;
255
// Called from BookmarkBarView/
DownloadShelfView
during their show/hide
661
scoped_ptr<
DownloadShelfView
> download_shelf_;
browser_view.cc
273
DownloadShelfView
* download_shelf = browser_view_->download_shelf_.get();
[
all
...]
Completed in 240 milliseconds