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

  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.h 302 class WebviewGoFunction : public WebviewExtensionFunction {
306 WebviewGoFunction();
309 virtual ~WebviewGoFunction();
315 DISALLOW_COPY_AND_ASSIGN(WebviewGoFunction);
webview_api.cc 470 WebviewGoFunction::WebviewGoFunction() {
473 WebviewGoFunction::~WebviewGoFunction() {
476 bool WebviewGoFunction::RunAsyncSafe(WebViewGuest* guest) {

Completed in 48 milliseconds