Searched refs:GetCapture (Results 1 – 3 of 3) sorted by relevance
256 if (::GetCapture() != hostWindow) in show()260 if (::GetCapture() == hostWindow) in show()
122 static int GetCapture(FixedArray* array, int index) { in GetCapture() function
1874 int from = RegExpImpl::GetCapture(match_info, capture * 2); in Apply()1875 int to = RegExpImpl::GetCapture(match_info, capture * 2 + 1); in Apply()1959 start = RegExpImpl::GetCapture(match_info_array, 0); in StringReplaceRegExpWithString()1960 end = RegExpImpl::GetCapture(match_info_array, 1); in StringReplaceRegExpWithString()