OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_helper_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/extensions/browser/guest_view/web_view/
web_view_guest.cc
420
find_helper_
.FindReply(request_id,
578
find_helper_
.Find(web_contents(), search_text, options, find_function);
582
find_helper_
.CancelAllFindSessions();
646
find_helper_
(this),
679
find_helper_
.CancelAllFindSessions();
725
find_helper_
.CancelAllFindSessions();
[
all
...]
web_view_guest.h
324
WebViewFindHelper
find_helper_
;
member in class:extensions::WebViewGuest
/external/chromium_org/android_webview/native/
aw_contents.cc
273
if (
find_helper_
.get())
274
find_helper_
->SetListener(NULL);
700
if (!
find_helper_
.get()) {
701
find_helper_
.reset(new FindHelper(web_contents_.get()));
702
find_helper_
->SetListener(this);
704
return
find_helper_
.get();
[
all
...]
aw_contents.h
239
scoped_ptr<FindHelper>
find_helper_
;
member in class:android_webview::AwContents
Completed in 476 milliseconds