OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadTestItemCreationObserver
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/public/test/
download_test_observer.h
277
class
DownloadTestItemCreationObserver
278
: public base::RefCountedThreadSafe<
DownloadTestItemCreationObserver
> {
280
DownloadTestItemCreationObserver
();
292
friend class base::RefCountedThreadSafe<
DownloadTestItemCreationObserver
>;
294
~
DownloadTestItemCreationObserver
();
308
DISALLOW_COPY_AND_ASSIGN(
DownloadTestItemCreationObserver
);
download_test_observer.cc
414
DownloadTestItemCreationObserver
::
DownloadTestItemCreationObserver
()
421
DownloadTestItemCreationObserver
::~
DownloadTestItemCreationObserver
() {
424
void
DownloadTestItemCreationObserver
::WaitForDownloadItemCreation() {
434
void
DownloadTestItemCreationObserver
::DownloadItemCreationCallback(
450
DownloadTestItemCreationObserver
::callback() {
452
&
DownloadTestItemCreationObserver
::DownloadItemCreationCallback, this);
/external/chromium_org/chrome/browser/download/
download_browsertest.cc
903
scoped_refptr<content::
DownloadTestItemCreationObserver
>
904
creation_observer(new content::
DownloadTestItemCreationObserver
);
[
all
...]
Completed in 4847 milliseconds