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

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

Completed in 111 milliseconds