Searched refs:GetIntentURL (Results 1 – 6 of 6) sorted by relevance
65 virtual GURL GetIntentURL(const std::string& content_text);
96 virtual GURL GetIntentURL(const std::string& content_text) = 0;
59 GURL intent_url = GetIntentURL(text); in FindTappedContent()
61 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
103 GURL PhoneEmailDetector::GetIntentURL(const std::string& content_text) in GetIntentURL() function in PhoneEmailDetector
152 GURL AddressDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL() function in AddressDetector