HomeSort by relevance Sort by last modified time
    Searched refs:WebviewFindFunction (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_find_helper.h 18 class WebviewFindFunction;
42 scoped_refptr<extensions::WebviewFindFunction> find_function);
106 scoped_refptr<extensions::WebviewFindFunction> find_function);
146 scoped_refptr<extensions::WebviewFindFunction> find_function_;
web_view_find_helper.cc 74 // delete its map entry to free the WebviewFindFunction object.
79 // Erase the first find request's map entry to free the WebviewFindFunction
88 scoped_refptr<extensions::WebviewFindFunction> find_function) {
243 scoped_refptr<extensions::WebviewFindFunction> find_function)
web_view_guest.h 31 class WebviewFindFunction;
171 scoped_refptr<extensions::WebviewFindFunction> find_function);
web_view_guest.cc 666 scoped_refptr<extensions::WebviewFindFunction> find_function) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.h 267 class WebviewFindFunction : public WebviewExtensionFunction {
271 WebviewFindFunction();
277 virtual ~WebviewFindFunction();
283 DISALLOW_COPY_AND_ASSIGN(WebviewFindFunction);
webview_api.cc 409 WebviewFindFunction::WebviewFindFunction() {
412 WebviewFindFunction::~WebviewFindFunction() {
415 bool WebviewFindFunction::RunAsyncSafe(WebViewGuest* guest) {

Completed in 137 milliseconds