Searched refs:AddressDetector (Results 1 – 3 of 3) sorted by relevance
24 AddressDetector::AddressDetector() { in AddressDetector() function in content::AddressDetector27 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()
15 class AddressDetector : public ContentDetector {17 AddressDetector();18 virtual ~AddressDetector();32 DISALLOW_COPY_AND_ASSIGN(AddressDetector);
731 new AddressDetector())); in Initialize()