Searched refs:content_text (Results 1 – 5 of 5) sorted by relevance
65 virtual GURL GetIntentURL(const std::string& content_text);
96 virtual GURL GetIntentURL(const std::string& content_text) = 0;
103 GURL PhoneEmailDetector::GetIntentURL(const std::string& content_text) in GetIntentURL() argument106 EscapeQueryParamValue(content_text, true)); in GetIntentURL()
61 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
152 GURL AddressDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL() argument154 EscapeQueryParamValue(content_text, true)); in GetIntentURL()