Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/content/
DPhoneEmailDetector.h65 virtual GURL GetIntentURL(const std::string& content_text);
Dcontent_detector.h96 virtual GURL GetIntentURL(const std::string& content_text) = 0;
Dcontent_detector.cpp59 GURL intent_url = GetIntentURL(text); in FindTappedContent()
Daddress_detector.h61 virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE;
DPhoneEmailDetector.cpp103 GURL PhoneEmailDetector::GetIntentURL(const std::string& content_text) in GetIntentURL() function in PhoneEmailDetector
Daddress_detector.cpp152 GURL AddressDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL() function in AddressDetector