Lines Matching refs:FindNext
57504 + virtual void FindNext(const bool forward) const = 0;
62675 +void NWebDelegate::FindNext(const bool forward) const {
62677 + LOG(ERROR) << "fail to FindNext, find_delegate_ is nullptr";
62680 + find_delegate_->FindNext(GetBrowser().get(), forward);
63673 + void FindNext(const bool forward) const override;
64307 +void NWebFindDelegate::FindNext(CefBrowser* browser, bool forward) {
64427 + // FindNext are available. The value provided in active_ordinal is 0-based.
64445 + void FindNext(CefBrowser* browser, bool forward);
64458 + // Used to check the validity of FindNext operations.
64461 + // Required by FindNext and the incremental find replies.
70503 + virtual void FindNext(const bool forward) const = 0;
71324 +void NWebImpl::FindNext(const bool forward) const {
71328 + nweb_delegate_->FindNext(forward);
71550 + void FindNext(const bool forward) const override;