OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestDownloadShelf
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/download/
test_download_shelf.cc
9
TestDownloadShelf
::
TestDownloadShelf
()
15
TestDownloadShelf
::~
TestDownloadShelf
() {
20
bool
TestDownloadShelf
::IsShowing() const {
24
bool
TestDownloadShelf
::IsClosing() const {
28
Browser*
TestDownloadShelf
::browser() const {
32
void
TestDownloadShelf
::set_download_manager(
41
void
TestDownloadShelf
::ManagerGoingDown(content::DownloadManager* manager) {
46
void
TestDownloadShelf
::DoAddDownload(content::DownloadItem* download)
[
all
...]
test_download_shelf.h
15
class
TestDownloadShelf
: public DownloadShelf,
18
TestDownloadShelf
();
19
virtual ~
TestDownloadShelf
();
47
DISALLOW_COPY_AND_ASSIGN(
TestDownloadShelf
);
download_shelf_unittest.cc
47
TestDownloadShelf
* shelf() {
69
TestDownloadShelf
shelf_;
/external/chromium_org/chrome/test/base/
test_browser_window.h
187
TestDownloadShelf
download_shelf_;
Completed in 273 milliseconds