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

  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.h 350 class WebviewShowContextMenuFunction : public WebviewExtensionFunction {
355 WebviewShowContextMenuFunction();
358 virtual ~WebviewShowContextMenuFunction();
364 DISALLOW_COPY_AND_ASSIGN(WebviewShowContextMenuFunction);
webview_api.cc 535 WebviewShowContextMenuFunction::WebviewShowContextMenuFunction() {
538 WebviewShowContextMenuFunction::~WebviewShowContextMenuFunction() {
541 bool WebviewShowContextMenuFunction::RunAsyncSafe(WebViewGuest* guest) {

Completed in 199 milliseconds