Home
last modified time | relevance | path

Searched refs:FindOptionsWrapAround (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebFindOptions.h36 FindOptionsWrapAround = 1 << 4, enumerator
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp52 | (options & FindOptionsWrapAround ? WrapAround : 0); in core()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h678 findOptions |= FindOptionsWrapAround; in toFindOptions()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPDFViewController.mm609 BOOL wrapFlag = options & FindOptionsWrapAround;