TestDownloadShelf   46 chrome/browser/download/download_shelf_unittest.cc   TestDownloadShelf* shelf() {
TestDownloadShelf   68 chrome/browser/download/download_shelf_unittest.cc   TestDownloadShelf shelf_;
TestDownloadShelf    9 chrome/browser/download/test_download_shelf.cc TestDownloadShelf::TestDownloadShelf()
TestDownloadShelf   15 chrome/browser/download/test_download_shelf.cc TestDownloadShelf::~TestDownloadShelf() {
TestDownloadShelf   20 chrome/browser/download/test_download_shelf.cc bool TestDownloadShelf::IsShowing() const {
TestDownloadShelf   24 chrome/browser/download/test_download_shelf.cc bool TestDownloadShelf::IsClosing() const {
TestDownloadShelf   28 chrome/browser/download/test_download_shelf.cc Browser* TestDownloadShelf::browser() const {
TestDownloadShelf   32 chrome/browser/download/test_download_shelf.cc void TestDownloadShelf::set_download_manager(
TestDownloadShelf   41 chrome/browser/download/test_download_shelf.cc void TestDownloadShelf::ManagerGoingDown(content::DownloadManager* manager) {
TestDownloadShelf   46 chrome/browser/download/test_download_shelf.cc void TestDownloadShelf::DoAddDownload(content::DownloadItem* download) {
TestDownloadShelf   50 chrome/browser/download/test_download_shelf.cc void TestDownloadShelf::DoShow() {
TestDownloadShelf   54 chrome/browser/download/test_download_shelf.cc void TestDownloadShelf::DoClose(CloseReason reason) {
TestDownloadShelf   58 chrome/browser/download/test_download_shelf.cc base::TimeDelta TestDownloadShelf::GetTransientDownloadShowDelay() {
TestDownloadShelf   62 chrome/browser/download/test_download_shelf.cc content::DownloadManager* TestDownloadShelf::GetDownloadManager() {
TestDownloadShelf   15 chrome/browser/download/test_download_shelf.h class TestDownloadShelf : public DownloadShelf,
TestDownloadShelf   18 chrome/browser/download/test_download_shelf.h   TestDownloadShelf();
TestDownloadShelf   19 chrome/browser/download/test_download_shelf.h   virtual ~TestDownloadShelf();
TestDownloadShelf   47 chrome/browser/download/test_download_shelf.h   DISALLOW_COPY_AND_ASSIGN(TestDownloadShelf);
TestDownloadShelf  196 chrome/test/base/test_browser_window.h   TestDownloadShelf download_shelf_;