HomeSort by relevance Sort by last modified time
    Searched refs:match_case (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome_frame/
find_dialog.cc 46 bool match_case = IsDlgButtonChecked(IDC_MATCH_CASE) == BST_CHECKED; local
51 match_case ? CASE_SENSITIVE : IGNORE_CASE,
chrome_frame_automation.h 329 FindInPageCase match_case,
chrome_frame_automation.cc 769 FindInPageCase match_case,
781 params.match_case = (match_case == CASE_SENSITIVE);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_token_matcher.py 176 match_case = SwitchLineProcessor.CASE_PATTERN.match(line)
179 if match_case:
180 identifier = match_case.group(1)
  /external/chromium_org/chrome/test/automation/
tab_proxy.cc 56 FindInPageCase match_case,
65 params.match_case = (match_case == CASE_SENSITIVE);
tab_proxy.h 151 // in forward direction, and |match_case| specifies case sensitivity
157 FindInPageCase match_case, bool find_next, int* ordinal);
  /external/chromium_org/chrome/common/
automation_messages.h 38 IPC_STRUCT_MEMBER(bool, match_case)
  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 538 params.match_case,
548 bool match_case,
566 options.matchCase = match_case;
automation_provider.h 210 bool match_case,
testing_automation_provider.cc     [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.h 205 bool match_case,
automation_provider.cc 473 params.match_case,
483 bool match_case,
504 match_case,
    [all...]
testing_automation_provider.cc 3587 bool match_case; local
    [all...]
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 335 bool forward, bool match_case, int* ordinal,
338 find_tab_helper->StartFinding(search_string, forward, match_case);
  /external/chromium/chrome/common/
automation_messages.h 36 bool match_case; member in struct:AutomationMsg_Find_Params
automation_messages.cc 180 WriteParam(m, p.match_case);
192 ReadParam(m, iter, &p->match_case) &&
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 287 milliseconds