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

  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_guest.h 38 // A WebViewGuest provides the browser-side implementation of the <webview> API
39 // and manages the dispatch of <webview> extension events. WebViewGuest is
44 class WebViewGuest : public GuestView<WebViewGuest>,
47 WebViewGuest(int guest_instance_id,
51 // For WebViewGuest, we create special guest processes, which host the
64 // WebViewGuest.
278 virtual ~WebViewGuest();
417 // WebViewGuest.
431 // Creates a new guest window owned by this WebViewGuest
    [all...]
web_view_guest.cc 189 WebViewGuest::WebViewGuest(int guest_instance_id,
192 : GuestView<WebViewGuest>(guest_instance_id),
216 base::Bind(&WebViewGuest::OnAccessibilityStatusChanged,
224 bool WebViewGuest::GetGuestPartitionConfigForSite(
247 const char WebViewGuest::Type[] = "webview";
250 int WebViewGuest::GetViewInstanceId(WebContents* contents) {
251 WebViewGuest* guest = FromWebContents(contents);
259 void WebViewGuest::ParsePartitionParam(
290 void WebViewGuest::RecordUserInitiatedUMA(const PermissionResponseInfo& info
    [all...]

Completed in 57 milliseconds