Home
last modified time | relevance | path

Searched refs:FindContent (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/renderer/android/
Dphone_number_detector_unittest.cc21 if (detector.FindContent(content_16.begin(), content_16.end(), in FindNumber()
34 detector.FindContent(content_16.begin(), content_16.end(), in FindAndFormatNumber()
Demail_detector.h26 virtual bool FindContent(const base::string16::const_iterator& begin,
Daddress_detector.h22 virtual bool FindContent(const base::string16::const_iterator& begin,
Dphone_number_detector.h27 virtual bool FindContent(const base::string16::const_iterator& begin,
Demail_detector_unittest.cc21 if (detector.FindContent(content_16.begin(), content_16.end(), in FindAndCheckEmail()
Dcontent_detector.h47 virtual bool FindContent(const base::string16::const_iterator& begin,
Daddress_detector.cc47 bool AddressDetector::FindContent( in FindContent() function in content::AddressDetector
Demail_detector.cc45 bool EmailDetector::FindContent(const base::string16::const_iterator& begin, in FindContent() function in content::EmailDetector
Dphone_number_detector.cc57 bool PhoneNumberDetector::FindContent( in FindContent() function in content::PhoneNumberDetector
Dcontent_detector.cc62 if (!FindContent(content.begin() + start_offset, in FindContentRange()