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/chrome/browser/signin/
mutable_profile_oauth2_token_service_unittest.cc
266
EXPECT_EQ(0, oauth2_service_->
cache_size_for_testing
());
301
EXPECT_EQ(0, oauth2_service_->
cache_size_for_testing
());
318
EXPECT_EQ(1, oauth2_service_->
cache_size_for_testing
());
324
EXPECT_EQ(0, oauth2_service_->
cache_size_for_testing
());
338
EXPECT_EQ(1, oauth2_service_->
cache_size_for_testing
());
346
EXPECT_EQ(0, oauth2_service_->
cache_size_for_testing
());
/external/chromium_org/google_apis/gaia/
oauth2_token_service.h
164
int
cache_size_for_testing
() const;
oauth2_token_service.cc
728
int OAuth2TokenService::
cache_size_for_testing
() const {
function in class:OAuth2TokenService
Completed in 555 milliseconds