Searched refs:matchIndex (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Cocoa/
H A DFindClient.mm60 void FindClient::didFindString(WebPageProxy*, const String& string, uint32_t matchCount, int32_t matchIndex)
63 [m_delegate.get() _webView:m_webView didFindMatches:matchCount forString:string withMatchIndex:matchIndex];
H A DFindClient.h51 virtual void didFindString(WebPageProxy*, const String&, uint32_t matchCount, int32_t matchIndex);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKFindDelegate.h37 - (void)_webView:(WKWebView *)webView didFindMatches:(NSUInteger)matches forString:(NSString *)string withMatchIndex:(NSInteger)matchIndex;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebFindClient.h52 void didFindString(WebPageProxy*, const String&, uint32_t matchCount, int32_t matchIndex);
H A DWebPageProxy.h652 void getImageForFindMatch(int32_t matchIndex);
653 void selectFindMatch(int32_t matchIndex);
654 void didGetImageForFindMatch(const ShareableBitmap::Handle& contentImageHandle, uint32_t matchIndex);
659 void didFindString(const String&, uint32_t matchCount, int32_t matchIndex);
H A DWebPageProxy.cpp2253 void WebPageProxy::getImageForFindMatch(int32_t matchIndex) argument
2255 m_process->send(Messages::WebPage::GetImageForFindMatch(matchIndex), m_pageID);
2258 void WebPageProxy::selectFindMatch(int32_t matchIndex) argument
2260 m_process->send(Messages::WebPage::SelectFindMatch(matchIndex), m_pageID);
3544 void WebPageProxy::didGetImageForFindMatch(const ShareableBitmap::Handle& contentImageHandle, uint32_t matchIndex) argument
3546 m_findMatchesClient.didGetImageForMatchResult(this, WebImage::create(ShareableBitmap::create(contentImageHandle)).get(), matchIndex);
3555 void WebPageProxy::didFindString(const String& string, uint32_t matchCount, int32_t matchIndex) argument
3557 m_findClient->didFindString(this, string, matchCount, matchIndex);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DFindController.h60 void getImageForFindMatch(uint32_t matchIndex);
61 void selectFindMatch(uint32_t matchIndex);
H A DFindController.cpp296 void FindController::getImageForFindMatch(uint32_t matchIndex) argument
298 if (matchIndex >= m_findMatches.size())
300 Frame* frame = m_findMatches[matchIndex]->startContainer()->document().frame();
305 frame->selection().setSelection(VisibleSelection(m_findMatches[matchIndex].get()));
316 m_webPage->send(Messages::WebPageProxy::DidGetImageForFindMatch(handle, matchIndex));
319 void FindController::selectFindMatch(uint32_t matchIndex) argument
321 if (matchIndex >= m_findMatches.size())
323 Frame* frame = m_findMatches[matchIndex]->startContainer()->document().frame();
326 frame->selection().setSelection(VisibleSelection(m_findMatches[matchIndex].get()));
H A DWebPage.h996 void getImageForFindMatch(uint32_t matchIndex);
997 void selectFindMatch(uint32_t matchIndex);
H A DWebPage.cpp3156 void WebPage::getImageForFindMatch(uint32_t matchIndex) argument
3158 m_findController.getImageForFindMatch(matchIndex);
3161 void WebPage::selectFindMatch(uint32_t matchIndex) argument
3163 m_findController.selectFindMatch(matchIndex);
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrJIT.cpp143 void matchCharacterClassRange(RegisterID character, JumpList& failures, JumpList& matchDest, const CharacterRange* ranges, unsigned count, unsigned* matchIndex, const UChar* matches, unsigned matchCount) argument
153 if ((*matchIndex < matchCount) && (matches[*matchIndex] < lo)) {
158 matchCharacterClassRange(character, failures, matchDest, ranges, which, matchIndex, matches, matchCount);
160 while ((*matchIndex < matchCount) && (matches[*matchIndex] < lo)) {
161 matchDest.append(branch32(Equal, character, Imm32((unsigned short)matches[*matchIndex])));
162 ++*matchIndex;
170 matchCharacterClassRange(character, failures, matchDest, ranges, which, matchIndex, matches, matchCount);
177 while ((*matchIndex < matchCoun
224 unsigned matchIndex = 0; local
[all...]
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c1994 u_int32_t matchIndex, i; local
1998 result = NextInt(&matchIndex); // Get the matchStr index
2000 matchIndex--;
2001 if ((matchIndex < 0) || (matchIndex >= maxMatch)) { // index out of bounds, abort the script play
2005 matchInfo = &SV.matchStr[matchIndex];
2033 int matchIndex; local
2036 for (matchIndex = 0; matchIndex < maxMatch; matchIndex
2904 int32_t matchIndex; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPage.h206 WK_EXPORT void WKPageGetImageForFindMatch(WKPageRef page, int32_t matchIndex);
207 WK_EXPORT void WKPageSelectFindMatch(WKPageRef page, int32_t matchIndex);
H A DWKPage.cpp689 void WKPageGetImageForFindMatch(WKPageRef pageRef, int32_t matchIndex) argument
691 toImpl(pageRef)->getImageForFindMatch(matchIndex);
694 void WKPageSelectFindMatch(WKPageRef pageRef, int32_t matchIndex) argument
696 toImpl(pageRef)->selectFindMatch(matchIndex);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ducurr.cpp1330 int32_t matchIndex = -1; local
1348 // matchIndex saves the one with exact match till the current point.
1350 matchIndex = binarySearch(currencyNames, index,
1356 if (matchIndex != -1) {
1360 *maxMatchIndex = matchIndex;
1537 int32_t matchIndex = -1; local
1540 upperText, textLen, &max, &matchIndex);
1543 printf("search in names, max = %d, matchIndex = %d\n", max, matchIndex);
1562 if (max >= maxInSymbol && matchIndex !
[all...]
H A Drematch.cpp2640 UBool RegexMatcher::ReportFindProgress(int64_t matchIndex, UErrorCode &status) { argument
2642 if ((*fFindProgressCallbackFn)(fFindProgressCallbackContext, matchIndex) == FALSE) {
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Duregex.h1542 * @param matchIndex the next index at which a match attempt will be attempted for this
1552 int64_t matchIndex);
H A Dregex.h1747 UBool ReportFindProgress(int64_t matchIndex, UErrorCode &status);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp4823 testProgressCallBackFn(const void *context, int64_t matchIndex) { argument
4826 info->lastIndex = matchIndex;
4827 // info->test->infoln("ProgressCallback - matchIndex = %d, numCalls = %d\n", matchIndex, info->numCalls);

Completed in 387 milliseconds