Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:PhishingDOMFeatureExtractor

29 const int PhishingDOMFeatureExtractor::kMaxTimePerChunkMs = 10;
34 const int PhishingDOMFeatureExtractor::kClockCheckGranularity = 10;
38 const int PhishingDOMFeatureExtractor::kMaxTotalTimeMs = 500;
42 struct PhishingDOMFeatureExtractor::PageFeatureState {
92 struct PhishingDOMFeatureExtractor::FrameData {
101 PhishingDOMFeatureExtractor::PhishingDOMFeatureExtractor(
110 PhishingDOMFeatureExtractor::~PhishingDOMFeatureExtractor() {
116 void PhishingDOMFeatureExtractor::ExtractFeatures(
137 base::Bind(&PhishingDOMFeatureExtractor::ExtractFeaturesWithTimeout,
141 void PhishingDOMFeatureExtractor::CancelPendingExtraction() {
147 void PhishingDOMFeatureExtractor::ExtractFeaturesWithTimeout() {
218 &PhishingDOMFeatureExtractor::ExtractFeaturesWithTimeout,
235 void PhishingDOMFeatureExtractor::HandleLink(
269 void PhishingDOMFeatureExtractor::HandleForm(
295 void PhishingDOMFeatureExtractor::HandleImage(
317 void PhishingDOMFeatureExtractor::HandleInput(
342 void PhishingDOMFeatureExtractor::HandleScript(
347 void PhishingDOMFeatureExtractor::CheckNoPendingExtraction() {
358 void PhishingDOMFeatureExtractor::RunCallback(bool success) {
372 void PhishingDOMFeatureExtractor::Clear() {
379 void PhishingDOMFeatureExtractor::ResetFrameData() {
391 blink::WebDocument PhishingDOMFeatureExtractor::GetNextDocument() {
410 bool PhishingDOMFeatureExtractor::IsExternalDomain(const GURL& url,
431 void PhishingDOMFeatureExtractor::InsertFeatures() {