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

  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.h 384 class WebviewStopFunction : public WebviewExtensionFunction {
388 WebviewStopFunction();
391 virtual ~WebviewStopFunction();
397 DISALLOW_COPY_AND_ASSIGN(WebviewStopFunction);
webview_api.cc 569 WebviewStopFunction::WebviewStopFunction() {
572 WebviewStopFunction::~WebviewStopFunction() {
575 bool WebviewStopFunction::RunAsyncSafe(WebViewGuest* guest) {

Completed in 180 milliseconds