Searched refs:ContentDetector (Results 1 – 7 of 7) sorted by relevance
17 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()
18 class ContentDetector {34 virtual ~ContentDetector() {} in ~ContentDetector()41 ContentDetector() {} in ContentDetector() function63 DISALLOW_COPY_AND_ASSIGN(ContentDetector);
18 class CONTENT_EXPORT EmailDetector : public ContentDetector {
15 class AddressDetector : public ContentDetector {
17 class CONTENT_EXPORT PhoneNumberDetector : public ContentDetector {
730 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()
1021 typedef std::vector< linked_ptr<ContentDetector> > ContentDetectorList;