Searched refs:GetCapture (Results 1 – 5 of 5) sorted by relevance
318 if (::GetCapture() != hostWindow) in showPopupMenu()322 if (::GetCapture() == hostWindow) in showPopupMenu()
265 if (::GetCapture() != hostWindow) in show()269 if (::GetCapture() == hostWindow) in show()
1759 if (GetCapture() == m_hWnd) in ForwardMouseEventToRenderer()
146 static int GetCapture(FixedArray* array, int index) { in GetCapture() function
2554 int from = RegExpImpl::GetCapture(match_info, capture * 2); in Apply()2555 int to = RegExpImpl::GetCapture(match_info, capture * 2 + 1); in Apply()2643 start = RegExpImpl::GetCapture(match_info_array, 0); in StringReplaceRegExpWithString()2644 end = RegExpImpl::GetCapture(match_info_array, 1); in StringReplaceRegExpWithString()2712 start = RegExpImpl::GetCapture(match_info_array, 0); in StringReplaceRegExpWithEmptyString()2713 end = RegExpImpl::GetCapture(match_info_array, 1); in StringReplaceRegExpWithEmptyString()2780 start = RegExpImpl::GetCapture(match_info_array, 0); in StringReplaceRegExpWithEmptyString()2781 end = RegExpImpl::GetCapture(match_info_array, 1); in StringReplaceRegExpWithEmptyString()