OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadStatusUpdaterTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/download/
download_status_updater.h
30
FRIEND_TEST_ALL_PREFIXES(
DownloadStatusUpdaterTest
, Basic);
31
FRIEND_TEST_ALL_PREFIXES(
DownloadStatusUpdaterTest
, OneDelegate);
32
FRIEND_TEST_ALL_PREFIXES(
DownloadStatusUpdaterTest
, MultipleDelegates);
download_status_updater_unittest.cc
78
class
DownloadStatusUpdaterTest
: public testing::Test {
83
TEST_F(
DownloadStatusUpdaterTest
, Basic) {
90
TEST_F(
DownloadStatusUpdaterTest
, OneDelegate) {
121
TEST_F(
DownloadStatusUpdaterTest
, MultipleDelegates) {
/external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc
48
class
DownloadStatusUpdaterTest
: public testing::Test {
50
DownloadStatusUpdaterTest
()
54
virtual ~
DownloadStatusUpdaterTest
() {
99
this, &
DownloadStatusUpdaterTest
::SetObserver)));
196
TEST_F(
DownloadStatusUpdaterTest
, Basic) {
205
TEST_F(
DownloadStatusUpdaterTest
, OneManagerNoItems) {
222
TEST_F(
DownloadStatusUpdaterTest
, OneManagerManyItems) {
257
TEST_F(
DownloadStatusUpdaterTest
, ProgressNotification) {
290
TEST_F(
DownloadStatusUpdaterTest
, UnknownSize) {
305
TEST_F(
DownloadStatusUpdaterTest
, ManyManagersNoItems)
[
all
...]
Completed in 197 milliseconds