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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor.h 83 struct ExtractionState;
154 scoped_ptr<ExtractionState> state_;
phishing_term_feature_extractor.cc 44 struct PhishingTermFeatureExtractor::ExtractionState {
56 // Our current position in the text that was passed to the ExtractionState
70 ExtractionState(const string16& text, base::TimeTicks start_time_ticks)
86 ~ExtractionState() {
130 state_.reset(new ExtractionState(*page_text_, clock_->Now()));

Completed in 989 milliseconds