Home | History | Annotate | Download | only in win

Lines Matching refs:caseSensitive

3355     BSTR str, BOOL caseSensitive, BOOL highlight, UINT limit, UINT* matches)
3366 *matches = m_page->markAllMatchesForText(String(str, SysStringLen(str)), caseSensitive ? TextCaseSensitive : TextCaseInsensitive, highlight, limit);