OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileDownloaderTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_downloader_unittest.cc
43
class
ProfileDownloaderTest
: public testing::Test {
45
ProfileDownloaderTest
() {
48
virtual ~
ProfileDownloaderTest
() {
79
TEST_F(
ProfileDownloaderTest
, ParseData) {
157
TEST_F(
ProfileDownloaderTest
, DefaultURL) {
profile_downloader.h
79
friend class
ProfileDownloaderTest
;
80
FRIEND_TEST_ALL_PREFIXES(
ProfileDownloaderTest
, ParseData);
81
FRIEND_TEST_ALL_PREFIXES(
ProfileDownloaderTest
, DefaultURL);
Completed in 706 milliseconds