OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadTestFlushObserver
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/public/test/
download_test_observer.cc
311
DownloadTestFlushObserver
::
DownloadTestFlushObserver
(
316
void
DownloadTestFlushObserver
::WaitForFlush() {
325
void
DownloadTestFlushObserver
::OnDownloadCreated(
331
void
DownloadTestFlushObserver
::OnDownloadDestroyed(DownloadItem* download) {
339
void
DownloadTestFlushObserver
::OnDownloadUpdated(DownloadItem* download) {
344
DownloadTestFlushObserver
::~
DownloadTestFlushObserver
() {
355
void
DownloadTestFlushObserver
::CheckDownloadsInProgress(
392
base::Bind(&
DownloadTestFlushObserver
::PingFileThread, this, 2))
[
all
...]
download_test_observer.h
233
class
DownloadTestFlushObserver
236
public base::RefCountedThreadSafe<
DownloadTestFlushObserver
> {
238
explicit
DownloadTestFlushObserver
(DownloadManager* download_manager);
252
friend class base::RefCountedThreadSafe<
DownloadTestFlushObserver
>;
254
virtual ~
DownloadTestFlushObserver
();
272
DISALLOW_COPY_AND_ASSIGN(
DownloadTestFlushObserver
);
/external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc
157
scoped_refptr<content::
DownloadTestFlushObserver
> observer(
158
new content::
DownloadTestFlushObserver
(mgr));
168
scoped_refptr<content::
DownloadTestFlushObserver
> observer(
169
new content::
DownloadTestFlushObserver
(mgr));
/external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_apitest.cc
187
scoped_refptr<content::
DownloadTestFlushObserver
> flush_observer(
188
new content::
DownloadTestFlushObserver
(manager));
/external/chromium_org/content/browser/download/
download_browsertest.cc
721
scoped_refptr<
DownloadTestFlushObserver
> flush_observer(
722
new
DownloadTestFlushObserver
(DownloadManagerForShell(shell())));
[
all
...]
Completed in 144 milliseconds