Searched refs:FindContent (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/content/renderer/android/ |
D | phone_number_detector_unittest.cc | 21 if (detector.FindContent(content_16.begin(), content_16.end(), in FindNumber() 34 detector.FindContent(content_16.begin(), content_16.end(), in FindAndFormatNumber()
|
D | email_detector.h | 26 virtual bool FindContent(const base::string16::const_iterator& begin,
|
D | address_detector.h | 22 virtual bool FindContent(const base::string16::const_iterator& begin,
|
D | phone_number_detector.h | 27 virtual bool FindContent(const base::string16::const_iterator& begin,
|
D | email_detector_unittest.cc | 21 if (detector.FindContent(content_16.begin(), content_16.end(), in FindAndCheckEmail()
|
D | content_detector.h | 47 virtual bool FindContent(const base::string16::const_iterator& begin,
|
D | address_detector.cc | 47 bool AddressDetector::FindContent( in FindContent() function in content::AddressDetector
|
D | email_detector.cc | 45 bool EmailDetector::FindContent(const base::string16::const_iterator& begin, in FindContent() function in content::EmailDetector
|
D | phone_number_detector.cc | 57 bool PhoneNumberDetector::FindContent( in FindContent() function in content::PhoneNumberDetector
|
D | content_detector.cc | 62 if (!FindContent(content.begin() + start_offset, in FindContentRange()
|