count_matches
Description:
Counts the number of matches for search_text.
Counts the number of matches for search_text found in the WebView
with the provided find_options. The number of matches will be provided by the
counted_matches signal.
Parameters:
| this |
the FindController |
| search_text |
the text to look for |
| find_options |
a bitmask with the FindOptions used in the search |
| max_match_count |
the maximum number of matches allowed in the search |