Home
last modified time | relevance | path

Searched refs:GetCapture (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp256 if (::GetCapture() != hostWindow) in show()
260 if (::GetCapture() == hostWindow) in show()
/external/v8/src/
Djsregexp.h122 static int GetCapture(FixedArray* array, int index) { in GetCapture() function
Druntime.cc1874 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()