Home
last modified time | relevance | path

Searched refs:GetIntentURL (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/android/
Demail_detector.h31 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
Daddress_detector.h27 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
Dphone_number_detector.h32 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
Dcontent_detector.h54 virtual GURL GetIntentURL(const std::string& content_text) = 0;
Daddress_detector.cc30 GURL AddressDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL() function in content::AddressDetector
Demail_detector.cc37 GURL EmailDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL() function in content::EmailDetector
Dphone_number_detector.cc49 GURL PhoneNumberDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL() function in content::PhoneNumberDetector
Dcontent_detector.cc40 GURL intent_url = GetIntentURL(content_text); in FindTappedContent()