/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_delegate.h | 51 void OnWebContentsCreated(content::WebContents* new_contents) override; 52 void SetAsDelegate(content::WebContents* web_contents, 56 void WebContentsCreated(content::WebContents* source_contents, 61 content::WebContents* new_contents) override; 62 void AddNewContents(content::WebContents* source_contents, 63 std::unique_ptr<content::WebContents> new_contents, 69 content::WebContents* OpenURLFromTab( 70 content::WebContents* source, 72 void LoadingStateChanged(content::WebContents* source, 74 void UpdateTargetURL(content::WebContents* source, const GURL& url) override; [all …]
|
D | chrome_browser_delegate.cc | 37 content::WebContents* new_contents) { in OnWebContentsCreated() 45 void ChromeBrowserDelegate::SetAsDelegate(content::WebContents* web_contents, in SetAsDelegate() 76 content::WebContents* source_contents, in WebContentsCreated() 81 content::WebContents* new_contents) { in WebContentsCreated() 115 content::WebContents* source_contents, in AddNewContents() 116 std::unique_ptr<content::WebContents> new_contents, in AddNewContents() 135 content::WebContents* ChromeBrowserDelegate::OpenURLFromTab( in OpenURLFromTab() 136 content::WebContents* source, in OpenURLFromTab() 154 void ChromeBrowserDelegate::LoadingStateChanged(content::WebContents* source, in LoadingStateChanged() 161 void ChromeBrowserDelegate::UpdateTargetURL(content::WebContents* source, in UpdateTargetURL() [all …]
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 74 const content::WebContents* contents); 189 bool HandleContextMenu(content::WebContents* web_contents, 201 content::WebContents* OpenURLFromTab( 202 content::WebContents* source, 206 void AddNewContents(content::WebContents* source, 207 std::unique_ptr<content::WebContents> new_contents, 213 void LoadingStateChanged(content::WebContents* source, 215 void CloseContents(content::WebContents* source) override; 216 void UpdateTargetURL(content::WebContents* source, const GURL& url) override; 217 bool DidAddMessageToConsole(content::WebContents* source, [all …]
|
D | browser_platform_delegate_alloy.h | 25 content::WebContents* CreateWebContents(CefBrowserCreateParams& create_params, 27 void WebContentsCreated(content::WebContents* web_contents, 29 void AddNewContents(content::WebContents* source, 30 std::unique_ptr<content::WebContents> new_contents, 50 bool PreHandleGestureEvent(content::WebContents* source, 52 bool IsNeverComposited(content::WebContents* web_contents) override; 88 void SetOwnedWebContents(content::WebContents* owned_contents); 99 std::unique_ptr<content::WebContents> owned_web_contents_;
|
D | alloy_browser_host_impl.cc | 200 content::WebContents* web_contents, in CreateInternal() 286 const content::WebContents* contents) { in GetBrowserForContents() 323 content::WebContents* contents = web_contents(); in CloseBrowser() 840 content::WebContents* web_contents) { in ExitFullscreenModeForTab() 846 const content::WebContents* web_contents) { in IsFullscreenForTabOrPending() 851 const content::WebContents* web_contents) { in GetDisplayMode() 856 void AlloyBrowserHostImpl::FindReply(content::WebContents* web_contents, in FindReply() 1101 content::WebContents* AlloyBrowserHostImpl::OpenURLFromTab( in OpenURLFromTab() 1102 content::WebContents* source, in OpenURLFromTab() 1123 content::WebContents* source, in AddNewContents() [all …]
|
D | browser_platform_delegate_alloy.cc | 37 content::WebContents* web_contents) { in GetPrintViewManager() 46 content::WebContents* CefBrowserPlatformDelegateAlloy::CreateWebContents( in CreateWebContents() 95 content::WebContents::CreateParams wc_create_params(browser_context, in CreateWebContents() 104 auto web_contents = content::WebContents::Create(wc_create_params); in CreateWebContents() 112 content::WebContents* web_contents, in WebContentsCreated() 123 content::WebContents* source, in AddNewContents() 124 std::unique_ptr<content::WebContents> new_contents, in AddNewContents() 276 content::WebContents* source, in PreHandleGestureEvent() 284 content::WebContents* web_contents) { in IsNeverComposited() 450 content::WebContents* owned_contents) { in SetOwnedWebContents()
|
D | alloy_content_browser_client.h | 84 content::WebContents* web_contents, 93 content::WebContents* web_contents, 110 void OverrideWebkitPrefs(content::WebContents* web_contents, 113 content::WebContents* web_contents, 130 const base::RepeatingCallback<content::WebContents*()>& wc_getter, 155 content::WebContents* web_contents, 197 content::WebContents::Getter web_contents_getter, 210 content::WebContents::Getter web_contents_getter, 240 void OnWebContentsCreated(content::WebContents* web_contents) override;
|
/third_party/cef/patch/patches/ |
D | printing_pdf_3047.patch | 5 @@ -53,6 +53,8 @@ bool StoreFullPagePlugin(content::WebContents** result, 11 // Pick the right RenderFrameHost based on the WebContents. 13 content::WebContents* contents) { 21 content::WebContents* contents, 27 @@ -36,6 +36,10 @@ content::RenderFrameHost* GetFrameToPrint(content::WebContents* contents); 28 // guest's WebContents instead. 29 content::WebContents* GetWebContentsToUse(content::WebContents* contents); 31 +// Pick the right RenderFrameHost based on the WebContents. 33 + content::WebContents* contents);
|
D | chrome_browser_browser.patch | 69 @@ -1327,8 +1356,18 @@ bool Browser::HandleKeyboardEvent(content::WebContents* source, 90 @@ -1533,6 +1572,14 @@ WebContents* Browser::OpenURLFromTab(WebContents* source, 105 @@ -1632,6 +1679,15 @@ void Browser::AddNewContents(WebContents* source, 121 @@ -1650,6 +1706,8 @@ void Browser::LoadingStateChanged(WebContents* source, 129 void Browser::CloseContents(WebContents* source) { 130 @@ -1677,6 +1735,8 @@ void Browser::SetContentsBounds(WebContents* source, const gfx::Rect& bounds)… 133 void Browser::UpdateTargetURL(WebContents* source, const GURL& url) { 139 @@ -1684,6 +1744,17 @@ void Browser::UpdateTargetURL(WebContents* source, const GURL& url) { 144 + content::WebContents* source, 154 void Browser::ContentsMouseEvent(WebContents* source, [all …]
|
D | web_contents_1257_1565.patch | 5 @@ -2983,6 +2983,12 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params, 18 @@ -2993,6 +2999,7 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params, 69 @@ -233,6 +235,10 @@ class WebContents : public PageNavigator, 77 // Value used to set the last time the WebContents was made active, this is 79 // default initialized then the value is not passed on to the WebContents 102 + WebContents* web_contents, 109 // Notifies the delegate about the creation of a new WebContents. This 111 virtual void WebContentsCreated(WebContents* source_contents, 117 // WebContents has gained/lost focus. 120 + // Notification that |render_frame_host| for this WebContents has gained
|
D | mime_handler_view_guest_1565_2727.patch | 7 // dependent web contents views. The WebContents uses this interface to talk to 19 WebContents::CreateParams params(browser_context(), 47 WebContents* MimeHandlerViewGuest::OpenURLFromTab( 48 WebContents* source, 61 content::WebContents* OpenURLFromTab( 89 + content::WebContents::CreateParams* params) {}
|
D | extensions_1947.patch | 70 - host_contents_ = WebContents::Create( 71 + host_contents_owned_ = WebContents::Create( 72 WebContents::CreateParams(browser_context_, site_instance)), 89 + content::WebContents* host_contents, 138 + content::WebContents* host_contents, 148 - content::WebContents* host_contents() const { return host_contents_.get(); } 149 + content::WebContents* host_contents() const { return host_contents_; } 157 - std::unique_ptr<content::WebContents> host_contents_; 158 + std::unique_ptr<content::WebContents> host_contents_owned_; 159 + content::WebContents* host_contents_;
|
/third_party/cef/libcef/browser/extensions/ |
D | browser_extensions_util.cc | 30 bool InsertWebContents(std::vector<content::WebContents*>* vector, in InsertWebContents() 31 content::WebContents* web_contents) { in InsertWebContents() 38 void GetAllGuestsForOwnerContents(content::WebContents* owner, in GetAllGuestsForOwnerContents() 39 std::vector<content::WebContents*>* guests) { in GetAllGuestsForOwnerContents() 46 content::WebContents* GetOwnerForGuestContents(content::WebContents* guest) { in GetOwnerForGuestContents() 99 content::WebContents* owner = GetOwnerForGuestContents( in GetOwnerBrowserForHost() 100 content::WebContents::FromRenderViewHost(host)); in GetOwnerBrowserForHost() 120 content::WebContents* owner = GetOwnerForGuestContents( in GetOwnerBrowserForHost() 121 content::WebContents::FromRenderFrameHost(host)); in GetOwnerBrowserForHost()
|
D | browser_extensions_util.h | 19 class WebContents; variable 30 void GetAllGuestsForOwnerContents(content::WebContents* owner, 31 std::vector<content::WebContents*>* guests); 34 content::WebContents* GetOwnerForGuestContents(content::WebContents* guest);
|
D | extension_view_host.h | 17 class WebContents; variable 31 content::WebContents* host_contents, 48 bool PreHandleGestureEvent(content::WebContents* source, 52 content::WebContents* GetVisibleWebContents() const override;
|
D | extension_host_delegate.cc | 21 content::WebContents* web_contents) {} in OnExtensionHostCreated() 34 std::unique_ptr<content::WebContents> web_contents, in CreateTab() 44 content::WebContents* web_contents, in ProcessMediaAccessRequest() 63 content::WebContents* web_contents, in EnterPictureInPicture()
|
D | extension_host_delegate.h | 24 void OnExtensionHostCreated(content::WebContents* web_contents) override; 27 void CreateTab(std::unique_ptr<content::WebContents> web_contents, 32 void ProcessMediaAccessRequest(content::WebContents* web_contents, 41 content::WebContents* web_contents,
|
D | mime_handler_view_guest_delegate.cc | 25 content::WebContents::CreateParams* params) { in OverrideWebContentsCreateParams() 41 content::WebContents* web_contents = guest_->web_contents(); in OnGuestAttached() 54 content::WebContents* web_contents = guest_->web_contents(); in OnGuestDetached() 73 content::WebContents::FromRenderFrameHost(&render_frame_host), params); in HandleContextMenu()
|
D | extension_view_host.cc | 16 using content::WebContents; 23 content::WebContents* host_contents, in CefExtensionViewHost() 68 content::WebContents* source, in PreHandleGestureEvent() 74 WebContents* CefExtensionViewHost::GetVisibleWebContents() const { in GetVisibleWebContents()
|
/third_party/cef/libcef/browser/ |
D | browser_contents_delegate.h | 66 virtual void OnWebContentsDestroyed(content::WebContents* web_contents) = 0; 79 void ObserveWebContents(content::WebContents* new_contents); 87 content::WebContents* OpenURLFromTab( 88 content::WebContents* source, 90 void LoadingStateChanged(content::WebContents* source, 92 void UpdateTargetURL(content::WebContents* source, const GURL& url) override; 93 bool DidAddMessageToConsole(content::WebContents* source, 99 content::WebContents* web_contents) override; 103 void ExitFullscreenModeForTab(content::WebContents* web_contents) override; 105 content::WebContents* source, [all …]
|
D | browser_platform_delegate.h | 43 class WebContents; variable 89 virtual content::WebContents* CreateWebContents( 104 virtual void WebContentsCreated(content::WebContents* web_contents, 112 content::WebContents* source, 113 std::unique_ptr<content::WebContents> new_contents, 122 virtual void WebContentsDestroyed(content::WebContents* web_contents); 195 content::WebContents* new_web_contents, 260 virtual bool PreHandleGestureEvent(content::WebContents* source, 264 virtual bool IsNeverComposited(content::WebContents* web_contents); 372 content::WebContents* web_contents_ = nullptr;
|
D | ssl_host_state_delegate.h | 57 content::WebContents* web_contents) override; 64 content::WebContents* web_contents) override; 72 content::WebContents* web_content) override; 74 content::WebContents* web_content) override; 77 content::WebContents* web_contents) override;
|
D | ssl_host_state_delegate.cc | 60 content::WebContents* web_content) { in AllowHttpForHost() 66 content::WebContents* web_content) { in IsHttpAllowedForHost() 75 content::WebContents* web_contents) { in AllowCert() 101 content::WebContents* web_contents) { in QueryPolicy() 114 content::WebContents* web_contents) { in HasAllowException()
|
D | browser_platform_delegate.cc | 17 content::WebContents* CefBrowserPlatformDelegate::CreateWebContents( in CreateWebContents() 31 content::WebContents* web_contents, in WebContentsCreated() 41 content::WebContents* source, in AddNewContents() 42 std::unique_ptr<content::WebContents> new_contents, in AddNewContents() 52 content::WebContents* web_contents) { in WebContentsDestroyed() 131 content::WebContents* new_web_contents, in PopupWebContentsCreated() 206 content::WebContents* source, in PreHandleGestureEvent() 212 content::WebContents* web_contents) { in IsNeverComposited()
|
/third_party/cef/libcef/browser/osr/ |
D | web_contents_view_osr.h | 15 class WebContents; variable 35 void WebContentsCreated(content::WebContents* web_contents); 36 content::WebContents* web_contents() const { return web_contents_; } in web_contents() 90 content::WebContents* web_contents_;
|