Enumeration
WebKit2FindOptions
Members
- 
            WEBKIT_FIND_OPTIONS_NONE
- 
            No search flags, this means a case sensitive, no wrap, forward only search. - Value: 0
- Available since: 4.1
 
- Value: 
- 
            WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE
- 
            Case insensitive search. - Value: 1
- Available since: 4.1
 
- Value: 
- 
            WEBKIT_FIND_OPTIONS_AT_WORD_STARTS
- 
            Search text only at the begining of the words. - Value: 2
- Available since: 4.1
 
- Value: 
- 
            WEBKIT_FIND_OPTIONS_TREAT_MEDIAL_CAPITAL_AS_WORD_START
- 
            Treat capital letters in the middle of words as word start. - Value: 4
- Available since: 4.1
 
- Value: 
- 
            WEBKIT_FIND_OPTIONS_BACKWARDS
- 
            Search backwards. - Value: 8
- Available since: 4.1
 
- Value: 
- 
            WEBKIT_FIND_OPTIONS_WRAP_AROUND
- 
            If not present search will stop at the end of the document. - Value: 16
- Available since: 4.1
 
- Value: