Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dextension_app_provider.cc121 const std::string& match_string) { in HighlightMatch() argument
122 size_t pos = iter - match_string.begin(); in HighlightMatch()
123 bool match_found = iter != match_string.end(); in HighlightMatch()
131 if (pos + input.text().length() < match_string.length()) { in HighlightMatch()
Dextension_app_provider.h65 const std::string& match_string);
/external/bluetooth/bluez/test/
Dagent.c586 char match_string[128], default_path[128], *adapter_id = NULL; in main() local
672 snprintf(match_string, sizeof(match_string), in main()
676 dbus_bus_add_match(conn, match_string, NULL); in main()
/external/bluetooth/glib/glib/
Dgpattern.c57 const gchar *match_string, in g_pattern_ph_match() argument
64 string = match_string; in g_pattern_ph_match()
/external/bluetooth/bluez/audio/
Dtelephony-maemo5.c1724 char match_string[256]; in hal_find_device_reply() local
1757 snprintf(match_string, sizeof(match_string), in hal_find_device_reply()
1762 dbus_bus_add_match(connection, match_string, NULL); in hal_find_device_reply()
/external/chromium/net/tools/spdyshark/
Dpacket-spdy.c714 pinfo->match_string = si->content_type; in dissect_spdy_data_frame()