/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.cc | 399 bool matchCase, in Find() argument 405 ->StartFinding(searchText.ToString16(), forward, matchCase, findNext, in Find()
|
D | browser_platform_delegate_alloy.h | 64 bool matchCase,
|
D | alloy_browser_host_impl.cc | 456 bool matchCase, in Find() argument 461 forward, matchCase, findNext)); in Find() 466 platform_delegate_->Find(searchText, forward, matchCase, findNext); in Find()
|
D | alloy_browser_host_impl.h | 99 bool matchCase,
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 69 bool matchCase,
|
D | browser_host_ctocpp.cc | 389 bool matchCase, in Find() argument 405 _struct->find(_struct, searchText.GetStruct(), forward, matchCase, findNext); in Find()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 79 bool matchCase,
|
D | chrome_browser_host_impl.cc | 220 bool matchCase, in Find() argument
|
/third_party/vk-gl-cts/modules/internal/ |
D | ditFrameworkTests.cpp | 111 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/ |
D | cef_browser.h | 493 bool matchCase,
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 358 bool matchCase,
|
D | browser_platform_delegate.cc | 386 bool matchCase, in Find() argument
|
/third_party/typescript/scripts/ |
D | word2md.ts | 32 matchCase: boolean,
|
/third_party/cef/include/capi/ |
D | cef_browser_capi.h | 464 int matchCase,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 429 int matchCase, in browser_host_find() argument 445 CefString(searchText), forward ? true : false, matchCase ? true : false, in browser_host_find()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 8485 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 …]
|