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

  /external/chromium_org/chrome/browser/guestview/
guestview.h 25 WEBVIEW,
84 // Returns a WebViewGuest if this GuestView belongs to a <webview>.
guestview.cc 10 #include "chrome/browser/guestview/webview/webview_guest.h"
64 } else if (api_type == "webview") {
65 return GuestView::WEBVIEW;
75 case GuestView::WEBVIEW:
153 // is needed by the <webview> WebRequest API to allow intercepting resource
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 5 #include "chrome/browser/guestview/webview/webview_guest.h"
15 #include "chrome/browser/guestview/webview/webview_constants.h"
16 #include "chrome/browser/guestview/webview/webview_permission_types.h"
36 #include "chrome/browser/guestview/webview/plugin_permission_helper.h"
68 return webview::kPermissionTypeDownload;
70 return webview::kPermissionTypeGeolocation;
72 return webview::kPermissionTypeMedia;
74 return webview::kPermissionTypeNewWindow;
76 return webview::kPermissionTypePointerLock;
78 return webview::kPermissionTypeDialog
83 WebViewPermissionType webview = static_cast<WebViewPermissionType>(type); local
    [all...]

Completed in 179 milliseconds