HomeSort by relevance Sort by last modified time
    Searched refs:interstitial_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 223 interstitial_type_ = TYPE_MALWARE_AND_PHISHING;
225 interstitial_type_ = TYPE_MALWARE;
227 interstitial_type_ = TYPE_PHISHING;
553 switch (interstitial_type_) {
566 switch (interstitial_type_) {
580 switch (interstitial_type_) {
592 switch (interstitial_type_) {
606 switch (interstitial_type_) {
629 if (num_visits_ == 0 && interstitial_type_ != TYPE_MALWARE_AND_PHISHING) {
630 RecordDetailedUserAction((interstitial_type_ == TYPE_MALWARE)
    [all...]
safe_browsing_blocking_page.h 208 } interstitial_type_; member in class:SafeBrowsingBlockingPage

Completed in 2793 milliseconds