Home
last modified time | relevance | path

Searched refs:ContentDetector (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/android/
Dcontent_detector.cc17 ContentDetector::Result::Result() : valid(false) {} in Result()
19 ContentDetector::Result::Result(const blink::WebRange& content_boundaries, in Result()
28 ContentDetector::Result::~Result() {} in ~Result()
30 ContentDetector::Result ContentDetector::FindTappedContent( in FindTappedContent()
44 WebRange ContentDetector::FindContentRange( in FindContentRange()
Dcontent_detector.h18 class ContentDetector {
34 virtual ~ContentDetector() {} in ~ContentDetector()
41 ContentDetector() {} in ContentDetector() function
63 DISALLOW_COPY_AND_ASSIGN(ContentDetector);
Demail_detector.h18 class CONTENT_EXPORT EmailDetector : public ContentDetector {
Daddress_detector.h15 class AddressDetector : public ContentDetector {
Dphone_number_detector.h17 class CONTENT_EXPORT PhoneNumberDetector : public ContentDetector {
/external/chromium_org/content/renderer/
Drender_view_impl.cc730 content_detectors_.push_back(linked_ptr<ContentDetector>( in Initialize()
732 content_detectors_.push_back(linked_ptr<ContentDetector>( in Initialize()
734 content_detectors_.push_back(linked_ptr<ContentDetector>( in Initialize()
3959 ContentDetector::Result content = (*it)->FindTappedContent(touch_hit); in detectContentAround()
Drender_view_impl.h1021 typedef std::vector< linked_ptr<ContentDetector> > ContentDetectorList;