Home
last modified time | relevance | path

Searched refs:GetNumFetcherCores (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/net/
Durl_fetcher_unittest.cc109 int GetNumFetcherCores() const { in GetNumFetcherCores() function in URLFetcherTest
110 return URLFetcher::GetNumFetcherCores(); in GetNumFetcherCores()
739 EXPECT_EQ(0, GetNumFetcherCores());
746 EXPECT_EQ(1, GetNumFetcherCores());
748 EXPECT_EQ(0, GetNumFetcherCores());
Durl_fetcher.h235 static int GetNumFetcherCores();
Durl_fetcher.cc599 int URLFetcher::GetNumFetcherCores() { in GetNumFetcherCores() function in URLFetcher