Home
last modified time | relevance | path

Searched refs:matchCase (Results 1 – 16 of 16) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc399 bool matchCase, in Find() argument
405 ->StartFinding(searchText.ToString16(), forward, matchCase, findNext, in Find()
Dbrowser_platform_delegate_alloy.h64 bool matchCase,
Dalloy_browser_host_impl.cc456 bool matchCase, in Find() argument
461 forward, matchCase, findNext)); in Find()
466 platform_delegate_->Find(searchText, forward, matchCase, findNext); in Find()
Dalloy_browser_host_impl.h99 bool matchCase,
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h69 bool matchCase,
Dbrowser_host_ctocpp.cc389 bool matchCase, in Find() argument
405 _struct->find(_struct, searchText.GetStruct(), forward, matchCase, findNext); in Find()
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h79 bool matchCase,
Dchrome_browser_host_impl.cc220 bool matchCase, in Find() argument
/third_party/vk-gl-cts/modules/internal/
DditFrameworkTests.cpp111 bool matchCase; in iterate() local
118 matchCase = caseListFilter->checkTestCaseName(curCase.path); in iterate()
121 (matchCase == (curCase.expected == MatchCase::MATCH_CASE))) in iterate()
/third_party/cef/include/
Dcef_browser.h493 bool matchCase,
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h358 bool matchCase,
Dbrowser_platform_delegate.cc386 bool matchCase, in Find() argument
/third_party/typescript/scripts/
Dword2md.ts32 matchCase: boolean,
/third_party/cef/include/capi/
Dcef_browser_capi.h464 int matchCase,
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc429 int matchCase, in browser_host_find() argument
445 CefString(searchText), forward ? true : false, matchCase ? true : false, in browser_host_find()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch8485 int matchCase,
10364 bool matchCase,
12260 bool matchCase,
12267 - forward, matchCase, findNext));
12268 + forward, matchCase, findNext, newSession));
12273 - platform_delegate_->Find(searchText, forward, matchCase, findNext);
12274 + platform_delegate_->Find(searchText, forward, matchCase, findNext,
12448 bool matchCase,
13682 bool matchCase,
13690 ->StartFinding(searchText.ToString16(), forward, matchCase, findNext,
[all …]