Home
last modified time | relevance | path

Searched refs:should_timeout_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/content/password_protection/
H A Dpassword_protection_service_unittest.cc92 TestPhishingDetector() : should_timeout_(false) {} in TestPhishingDetector()
105 if (should_timeout_) { in StartPhishingDetection()
120 void set_should_timeout(bool timeout) { should_timeout_ = timeout; } in set_should_timeout()
123 bool should_timeout_; member in safe_browsing::TestPhishingDetector
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/content/password_protection/
H A Dpassword_protection_service_unittest.cc91 TestPhishingDetector() : should_timeout_(false) {} in TestPhishingDetector()
102 if (should_timeout_) { in StartPhishingDetection()
117 void set_should_timeout(bool timeout) { should_timeout_ = timeout; } in set_should_timeout()
120 bool should_timeout_; member in safe_browsing::TestPhishingDetector