Home
last modified time | relevance | path

Searched refs:AddressDetector (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/android/content/
Daddress_detector.h46 class AddressDetector : public ContentDetector {
48 AddressDetector();
49 virtual ~AddressDetector();
127 DISALLOW_COPY_AND_ASSIGN(AddressDetector);
Daddress_detector.cpp138 AddressDetector::AddressDetector() { in AddressDetector() function in AddressDetector
141 AddressDetector::~AddressDetector() { in ~AddressDetector()
144 std::string AddressDetector::GetContentText(const WebKit::WebRange& range) { in GetContentText()
152 GURL AddressDetector::GetIntentURL(const std::string& content_text) { in GetIntentURL()
157 size_t AddressDetector::GetMaximumContentLength() { in GetMaximumContentLength()
161 bool AddressDetector::IsEnabled(const WebKit::WebHitTestInfo& hit_test) { in IsEnabled()
166 bool AddressDetector::FindContent(const string16::const_iterator& begin, in FindContent()
311 bool AddressDetector::HouseNumberParser::IsPreDelimiter( in IsPreDelimiter()
316 bool AddressDetector::HouseNumberParser::IsPostDelimiter( in IsPostDelimiter()
321 void AddressDetector::HouseNumberParser::RestartOnNextDelimiter() { in RestartOnNextDelimiter()
[all …]
/external/webkit/Source/WebKit/android/jni/
DAndroidHitTestResult.cpp157 AddressDetector address; in searchContentDetectors()
DWebViewCore.cpp4671 AddressDetector detector; in FindAddress()