Searched refs:AddressDetector (Results 1 – 4 of 4) sorted by relevance
46 class AddressDetector : public ContentDetector {48 AddressDetector();49 virtual ~AddressDetector();127 DISALLOW_COPY_AND_ASSIGN(AddressDetector);
138 AddressDetector::AddressDetector() { in AddressDetector() function in AddressDetector141 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 …]
157 AddressDetector address; in searchContentDetectors()
4671 AddressDetector detector; in FindAddress()