Home
last modified time | relevance | path

Searched refs:AddressDetector (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/android/
Daddress_detector.cc24 AddressDetector::AddressDetector() { in AddressDetector() function in content::AddressDetector
27 AddressDetector::~AddressDetector() { in ~AddressDetector()
30 GURL AddressDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL()
35 size_t AddressDetector::GetMaximumContentLength() { in GetMaximumContentLength()
39 std::string AddressDetector::GetContentText(const base::string16& text) { in GetContentText()
47 bool AddressDetector::FindContent( in FindContent()
Daddress_detector.h15 class AddressDetector : public ContentDetector {
17 AddressDetector();
18 virtual ~AddressDetector();
32 DISALLOW_COPY_AND_ASSIGN(AddressDetector);
/external/chromium_org/content/renderer/
Drender_view_impl.cc731 new AddressDetector())); in Initialize()