HomeSort by relevance Sort by last modified time
    Searched refs:ContentDetector (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/renderer/android/
content_detector.h 18 class ContentDetector {
34 virtual ~ContentDetector() {}
41 ContentDetector() {}
63 DISALLOW_COPY_AND_ASSIGN(ContentDetector);
content_detector.cc 17 ContentDetector::Result::Result() : valid(false) {}
19 ContentDetector::Result::Result(const blink::WebRange& content_boundaries,
28 ContentDetector::Result::~Result() {}
30 ContentDetector::Result ContentDetector::FindTappedContent(
44 WebRange ContentDetector::FindContentRange(
address_detector.h 15 class AddressDetector : public ContentDetector {
21 // Implementation of ContentDetector.
email_detector.h 18 class CONTENT_EXPORT EmailDetector : public ContentDetector {
25 // Implementation of ContentDetector.
phone_number_detector.h 17 class CONTENT_EXPORT PhoneNumberDetector : public ContentDetector {
26 // Implementation of ContentDetector.
  /external/chromium_org/content/renderer/
render_view_impl.cc 701 content_detectors_.push_back(linked_ptr<ContentDetector>(
703 content_detectors_.push_back(linked_ptr<ContentDetector>(
705 content_detectors_.push_back(linked_ptr<ContentDetector>(
    [all...]
render_view_impl.h     [all...]

Completed in 924 milliseconds