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

  /external/chromium_org/content/renderer/android/
address_detector.h 22 virtual bool FindContent(const base::string16::const_iterator& begin,
email_detector.h 26 virtual bool FindContent(const base::string16::const_iterator& begin,
phone_number_detector.h 27 virtual bool FindContent(const base::string16::const_iterator& begin,
phone_number_detector_unittest.cc 21 if (detector.FindContent(content_16.begin(), content_16.end(),
34 detector.FindContent(content_16.begin(), content_16.end(),
address_detector.cc 47 bool AddressDetector::FindContent(
content_detector.h 47 virtual bool FindContent(const base::string16::const_iterator& begin,
email_detector_unittest.cc 21 if (detector.FindContent(content_16.begin(), content_16.end(),
email_detector.cc 45 bool EmailDetector::FindContent(const base::string16::const_iterator& begin,
phone_number_detector.cc 57 bool PhoneNumberDetector::FindContent(
content_detector.cc 62 if (!FindContent(content.begin() + start_offset,

Completed in 84 milliseconds