cef_browser_host_t.find

Search for |searchText|. |forward| indicates whether to search forward or backward within the page. |matchCase| indicates whether the search should be case-sensitive. |findNext| indicates whether this is the first request or a follow-up. The search will be restarted if |searchText| or |matchCase| change. The search will be stopped if |searchText| is NULL. The cef_find_handler_t instance, if any, returned via

More...
struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, const(cef_string_t)* searchText, int forward, int matchCase, int findNext) nothrow find;

Detailed Description

cef client t

:GetFindHandler will be called to report find results.

Meta