Searched refs:selectionRect (Results 1 – 6 of 6) sorted by relevance
/third_party/cef/libcef_dll/cpptoc/ |
D | find_handler_cpptoc.cc | 27 const cef_rect_t* selectionRect, in find_handler_on_find_result() argument 42 DCHECK(selectionRect); in find_handler_on_find_result() 43 if (!selectionRect) in find_handler_on_find_result() 47 CefRect selectionRectVal = selectionRect ? *selectionRect : CefRect(); in find_handler_on_find_result()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | find_handler_ctocpp.cc | 25 const CefRect& selectionRect, in OnFindResult() argument 43 count, &selectionRect, activeMatchOrdinal, in OnFindResult()
|
D | find_handler_ctocpp.h | 40 const CefRect& selectionRect,
|
/third_party/cef/include/ |
D | cef_find_handler.h | 63 const CefRect& selectionRect, in OnFindResult() argument
|
/third_party/cef/include/capi/ |
D | cef_find_handler_capi.h | 73 const cef_rect_t* selectionRect,
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 66109 + const CefRect& selectionRect, 66660 + const CefRect& selectionRect,
|