OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_size_for_testing
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/signin/core/browser/
mutable_profile_oauth2_token_service_unittest.cc
245
EXPECT_EQ(0, oauth2_service_.
cache_size_for_testing
());
280
EXPECT_EQ(0, oauth2_service_.
cache_size_for_testing
());
296
EXPECT_EQ(1, oauth2_service_.
cache_size_for_testing
());
302
EXPECT_EQ(0, oauth2_service_.
cache_size_for_testing
());
315
EXPECT_EQ(1, oauth2_service_.
cache_size_for_testing
());
324
EXPECT_EQ(0, oauth2_service_.
cache_size_for_testing
());
/external/chromium_org/google_apis/gaia/
oauth2_token_service.h
196
int
cache_size_for_testing
() const;
oauth2_token_service.cc
763
int OAuth2TokenService::
cache_size_for_testing
() const {
function in class:OAuth2TokenService
Completed in 1030 milliseconds