Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dautomation_provider.cc473 params.match_case, in HandleFindRequest()
483 bool match_case, in SendFindRequest() argument
504 match_case, in SendFindRequest()
Dautomation_provider.h205 bool match_case,
Dtesting_automation_provider.cc3587 bool match_case; in FindInPage() local
3599 if (!args->GetBoolean("match_case", &match_case)) { in FindInPage()
3613 match_case, in FindInPage()
/external/chromium/chrome/common/
Dautomation_messages.cc180 WriteParam(m, p.match_case); in Write()
192 ReadParam(m, iter, &p->match_case) && in Read()
Dautomation_messages.h36 bool match_case; member
/external/bluetooth/glib/gio/
Dgcontenttype.c1099 guint match_case : 1; member
1197 matchlet->match_case = 1; in parse_match_line()
1516 e = enumerator_new (root, matchlet->path, !matchlet->match_case); in matchlet_match()