OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnSafeBrowsingHit
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h
52
virtual void
OnSafeBrowsingHit
(
ui_manager.h
60
// The |resource| must not be accessed after
OnSafeBrowsingHit
returns.
66
// The |resource| must not be accessed after
OnSafeBrowsingHit
returns.
68
virtual void
OnSafeBrowsingHit
(const UnsafeResource& resource) = 0;
safe_browsing_service_browsertest.cc
322
MOCK_METHOD1(
OnSafeBrowsingHit
,
503
EXPECT_CALL(observer_,
OnSafeBrowsingHit
(IsUnsafeResourceFor(url))).Times(1);
524
EXPECT_CALL(observer_,
OnSafeBrowsingHit
(IsUnsafeResourceFor(url))).Times(1)
539
EXPECT_CALL(observer_,
OnSafeBrowsingHit
(IsUnsafeResourceFor(url))).Times(0);
592
EXPECT_CALL(observer_,
OnSafeBrowsingHit
(IsUnsafeResourceFor(malware_url)))
[
all
...]
ui_manager.cc
126
// SB filters. If the resource is already whitelisted,
OnSafeBrowsingHit
184
FOR_EACH_OBSERVER(Observer, observer_list_,
OnSafeBrowsingHit
(resource));
client_side_detection_host.cc
338
void ClientSideDetectionHost::
OnSafeBrowsingHit
(
client_side_detection_host_unittest.cc
313
// Test that the resource from
OnSafeBrowsingHit
notification was copied
341
csd_host_->
OnSafeBrowsingHit
(resource);
370
csd_host_->
OnSafeBrowsingHit
(resource);
[
all
...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
site_chip_view.h
79
virtual void
OnSafeBrowsingHit
(
site_chip_view.cc
506
// Note: When
OnSafeBrowsingHit
would be called, OnSafeBrowsingMatch will
508
void SiteChipView::
OnSafeBrowsingHit
(
Completed in 164 milliseconds