Lines Matching refs:matchCase
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,
13716 bool matchCase,
15796 bool matchCase,
15828 bool matchCase,
15873 bool matchCase,
15893 bool matchCase,
25738 int matchCase,
25748 CefString(searchText), forward ? true : false, matchCase ? true : false,
30543 bool matchCase,
30554 - _struct->find(_struct, searchText.GetStruct(), forward, matchCase, findNext);
30555 + _struct->find(_struct, searchText.GetStruct(), forward, matchCase, findNext,
31194 bool matchCase,
60101 + false /* matchCase*/, false /* findNext*/,
60125 + false /* matchCase*/, true /* findNext*/,