OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetValidCachedResult
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc
142
EXPECT_TRUE(csd_service_->
GetValidCachedResult
(
145
EXPECT_FALSE(csd_service_->
GetValidCachedResult
(
147
EXPECT_TRUE(csd_service_->
GetValidCachedResult
(
269
EXPECT_TRUE(csd_service_->
GetValidCachedResult
(url, &is_phishing));
client_side_detection_service.h
103
virtual bool
GetValidCachedResult
(const GURL& url, bool* is_phishing);
client_side_detection_host.cc
182
if (csd_service_->
GetValidCachedResult
(params_.url, &is_phishing)) {
client_side_detection_host_unittest.cc
61
MOCK_METHOD2(
GetValidCachedResult
, bool(const GURL&, bool*));
184
EXPECT_CALL(*csd_service_,
GetValidCachedResult
(url, NotNull()))
client_side_detection_service.cc
366
bool ClientSideDetectionService::
GetValidCachedResult
(const GURL& url,
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h
127
virtual bool
GetValidCachedResult
(const GURL& url, bool* is_phishing);
client_side_detection_service_unittest.cc
196
EXPECT_TRUE(csd_service_->
GetValidCachedResult
(
199
EXPECT_FALSE(csd_service_->
GetValidCachedResult
(
201
EXPECT_TRUE(csd_service_->
GetValidCachedResult
(
435
EXPECT_TRUE(csd_service_->
GetValidCachedResult
(url, &is_phishing));
client_side_detection_host.cc
190
if (csd_service_->
GetValidCachedResult
(params_.url, &is_phishing)) {
client_side_detection_service.cc
528
bool ClientSideDetectionService::
GetValidCachedResult
(const GURL& url,
client_side_detection_host_unittest.cc
121
MOCK_METHOD2(
GetValidCachedResult
, bool(const GURL&, bool*));
277
EXPECT_CALL(*csd_service_,
GetValidCachedResult
(url, NotNull()))
[
all
...]
Completed in 2886 milliseconds