/external/chromium_org/chrome/browser/autocomplete/ |
builtin_provider.h | 33 void AddMatch(const base::string16& match_string,
|
autocomplete_result_unittest.cc | 29 void AddMatch(const std::string& destination_url, AutocompleteMatch::Type type, 340 AddMatch("http://history-url/", AutocompleteMatchType::HISTORY_URL, &matches); 341 AddMatch("http://search-what-you-typed/", 343 AddMatch("http://history-title/", AutocompleteMatchType::HISTORY_TITLE, 347 AddMatch("http://search-history/", AutocompleteMatchType::SEARCH_HISTORY, 481 AddMatch("http://search-what-you-typed/", 483 AddMatch("http://history-title/", AutocompleteMatchType::HISTORY_TITLE, 485 AddMatch("http://search-history/", AutocompleteMatchType::SEARCH_HISTORY, 497 AddMatch("http://search-what-you-typed/", 499 AddMatch("http://url-what-you-typed/" [all...] |
builtin_provider.cc | 85 AddMatch(ASCIIToUTF16(chrome::kChromeUIChromeURLsURL), base::string16(), 87 AddMatch(ASCIIToUTF16(chrome::kChromeUISettingsURL), base::string16(), 89 AddMatch(ASCIIToUTF16(chrome::kChromeUIVersionURL), base::string16(), 112 AddMatch(match_string, match_string.substr(match_length), styles); 131 void BuiltinProvider::AddMatch(const base::string16& match_string,
|
autocomplete_result.h | 175 void AddMatch(AutocompleteInput::PageClassification page_classification,
|
autocomplete_result.cc | 319 void AutocompleteResult::AddMatch( 376 AddMatch(page_classification, match);
|
/external/chromium_org/components/url_matcher/ |
substring_set_matcher.h | 102 void AddMatch(StringPattern::ID id);
|
substring_set_matcher.cc | 187 tree_[current_node].AddMatch(pattern->id()); 263 void SubstringSetMatcher::AhoCorasickNode::AddMatch(StringPattern::ID id) {
|
/external/chromium_org/dbus/ |
mock_bus.h | 54 MOCK_METHOD2(AddMatch, void(const std::string& match_rule,
|
bus_unittest.cc | 316 bus->AddMatch( 321 bus->AddMatch(
|
bus.h | 502 virtual void AddMatch(const std::string& match_rule, DBusError* error); 504 // Removes the match rule previously added by AddMatch().
|
object_proxy.cc | 597 bus_->AddMatch(match_rule, error.get()); 627 bus_->AddMatch(match_rule, error.get());
|
bus.cc | 419 AddMatch(kDisconnectedMatchRule, error.get()); 691 void Bus::AddMatch(const std::string& match_rule, DBusError* error) { 922 AddMatch(name_owner_changed_match_rule, error.get()); [all...] |
/external/chromium/chrome/browser/history/ |
snippet.cc | 42 void AddMatch(size_t start, 181 AddMatch(start, end, match_positions);
|
/external/chromium_org/chrome/browser/history/ |
snippet.cc | 42 void AddMatch(size_t start, 181 AddMatch(start, end, match_positions);
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.h | 515 void AddMatch(const AutocompleteMatch& match); [all...] |
autocomplete.cc | 632 void AutocompleteResult::AddMatch(const AutocompleteMatch& match) { 767 AddMatch(match); [all...] |