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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.cc 94 page_text_ = page_text;
164 page_text_,
219 DCHECK(!page_text_);
220 if (!done_callback_.is_null() || page_text_) {
244 page_text_ = NULL;
phishing_classifier.h 141 const base::string16* page_text_; // owned by the caller member in class:safe_browsing::PhishingClassifier
phishing_term_feature_extractor.cc 120 page_text_ = page_text;
125 state_.reset(new ExtractionState(*page_text_, clock_->Now()));
155 HandleWord(base::StringPiece16(page_text_->data() + start, length));
290 page_text_ = NULL;
phishing_term_feature_extractor.h 152 const base::string16* page_text_; // The caller keeps ownership of this. member in class:safe_browsing::PhishingTermFeatureExtractor
157 // Stores the current state of term extraction from |page_text_|.

Completed in 550 milliseconds