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
279
EXPECT_EQ(0, oauth2_service_.
cache_size_for_testing
());
314
EXPECT_EQ(0, oauth2_service_.
cache_size_for_testing
());
330
EXPECT_EQ(1, oauth2_service_.
cache_size_for_testing
());
336
EXPECT_EQ(0, oauth2_service_.
cache_size_for_testing
());
349
EXPECT_EQ(1, oauth2_service_.
cache_size_for_testing
());
358
EXPECT_EQ(0, oauth2_service_.
cache_size_for_testing
());
/external/chromium_org/google_apis/gaia/
oauth2_token_service.h
200
int
cache_size_for_testing
() const;
oauth2_token_service.cc
787
int OAuth2TokenService::
cache_size_for_testing
() const {
function in class:OAuth2TokenService
Completed in 177 milliseconds