Searched refs:GetIntentURL (Results 1 – 8 of 8) sorted by relevance
31 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
27 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
32 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
54 virtual GURL GetIntentURL(const std::string& content_text) = 0;
30 GURL AddressDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL() function in content::AddressDetector
37 GURL EmailDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL() function in content::EmailDetector
49 GURL PhoneNumberDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL() function in content::PhoneNumberDetector
40 GURL intent_url = GetIntentURL(content_text); in FindTappedContent()