OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cb_other
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc
367
ClientSideDetectionService::ClientReportPhishingRequestCallback*
cb_other
;
local
372
.WillOnce(DoAll(DeleteArg<0>(), SaveArg<1>(&
cb_other
)));
375
ASSERT_TRUE(
cb_other
);
397
cb_other
->Run(other_phishing_url, true); // Should show interstitial.
398
delete
cb_other
;
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc
599
ClientSideDetectionService::ClientReportPhishingRequestCallback
cb_other
;
local
606
SaveArg<1>(&
cb_other
),
615
ASSERT_FALSE(
cb_other
.is_null());
624
cb_other
.Run(other_phishing_url, true); // Should show interstitial.
[
all
...]
Completed in 42 milliseconds