OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnPhishingDetectionDone
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h
83
void
OnPhishingDetectionDone
(const std::string& verdict);
client_side_detection_host_unittest.cc
245
void
OnPhishingDetectionDone
(const std::string& verdict_str) {
246
csd_host_->
OnPhishingDetectionDone
(verdict_str);
411
OnPhishingDetectionDone
("Invalid Protocol Buffer");
441
OnPhishingDetectionDone
(verdict.SerializeAsString());
482
OnPhishingDetectionDone
(verdict.SerializeAsString());
521
OnPhishingDetectionDone
(verdict.SerializeAsString());
581
OnPhishingDetectionDone
(verdict.SerializeAsString());
611
OnPhishingDetectionDone
(verdict.SerializeAsString());
665
OnPhishingDetectionDone
(verdict.SerializeAsString());
693
OnPhishingDetectionDone
(verdict.SerializeAsString())
[
all
...]
client_side_detection_host.cc
285
OnPhishingDetectionDone
)
388
void ClientSideDetectionHost::
OnPhishingDetectionDone
(
/external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate_browsertest.cc
89
OnPhishingDetectionDone
)
110
void
OnPhishingDetectionDone
(const std::string& verdict_str) {
Completed in 39 milliseconds