OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIntentURL
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/renderer/android/
address_detector.h
27
virtual GURL
GetIntentURL
(const std::string& content_text) OVERRIDE;
email_detector.h
31
virtual GURL
GetIntentURL
(const std::string& content_text) OVERRIDE;
phone_number_detector.h
32
virtual GURL
GetIntentURL
(const std::string& content_text) OVERRIDE;
address_detector.cc
30
GURL AddressDetector::
GetIntentURL
(const std::string& content_text) {
content_detector.h
54
virtual GURL
GetIntentURL
(const std::string& content_text) = 0;
email_detector.cc
37
GURL EmailDetector::
GetIntentURL
(const std::string& content_text) {
phone_number_detector.cc
49
GURL PhoneNumberDetector::
GetIntentURL
(const std::string& content_text) {
content_detector.cc
40
GURL intent_url =
GetIntentURL
(content_text);
Completed in 39 milliseconds