find_helper_      312 android_webview/native/aw_contents.cc   if (find_helper_.get())
find_helper_      313 android_webview/native/aw_contents.cc     find_helper_->SetListener(NULL);
find_helper_      610 android_webview/native/aw_contents.cc   if (!find_helper_.get()) {
find_helper_      611 android_webview/native/aw_contents.cc     find_helper_.reset(new FindHelper(web_contents_.get()));
find_helper_      612 android_webview/native/aw_contents.cc     find_helper_->SetListener(this);
find_helper_      614 android_webview/native/aw_contents.cc   return find_helper_.get();
find_helper_      216 android_webview/native/aw_contents.h   scoped_ptr<FindHelper> find_helper_;
find_helper_      351 chrome/browser/guestview/webview/webview_guest.cc   find_helper_.FindReply(request_id, number_of_matches, selection_rect,
find_helper_      357 chrome/browser/guestview/webview/webview_guest.cc   find_helper_.CancelAllFindSessions();
find_helper_      528 chrome/browser/guestview/webview/webview_guest.cc   find_helper_.Find(guest_web_contents(), search_text, options, find_function);
find_helper_      532 chrome/browser/guestview/webview/webview_guest.cc   find_helper_.CancelAllFindSessions();
find_helper_      626 chrome/browser/guestview/webview/webview_guest.cc   find_helper_.CancelAllFindSessions();
find_helper_      252 chrome/browser/guestview/webview/webview_guest.h   WebviewFindHelper find_helper_;