Searched defs:match_case (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/
H A Dautomation_messages.h36 bool match_case; member in struct:AutomationMsg_Find_Params
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.cc473 params.match_case,
483 bool match_case,
504 match_case,
478 SendFindRequest( TabContents* tab_contents, bool with_json, const string16& search_string, bool forward, bool match_case, bool find_next, IPC::Message* reply_message) argument
H A Dtesting_automation_provider.cc3587 bool match_case; local
3599 if (!args->GetBoolean("match_case", &match_case)) {
3601 SendError("Must include match_case boolean.");
3613 match_case,
/external/bluetooth/glib/gio/
H A Dgcontenttype.c1099 guint match_case : 1; member in struct:__anon764
1197 matchlet->match_case = 1;
1516 e = enumerator_new (root, matchlet->path, !matchlet->match_case);

Completed in 99 milliseconds