Lines Matching refs:WebContents
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,
157 @@ -1800,6 +1871,10 @@ void Browser::WebContentsCreated(WebContents* source_contents,
167 void Browser::PortalWebContentsCreated(WebContents* portal_web_contents) {
169 void Browser::DidNavigatePrimaryMainFramePostCommit(WebContents* web_contents) {
185 void Browser::ExitFullscreenModeForTab(WebContents* web_contents) {
192 bool Browser::IsFullscreenForTabOrPending(const WebContents* web_contents) {
193 @@ -2737,6 +2818,8 @@ void Browser::SetAsDelegate(WebContents* web_contents, bool set_delegate) {
201 void Browser::TabDetachedAtImpl(content::WebContents* contents,
265 void SetContentsBounds(content::WebContents* source,
267 void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
268 + bool DidAddMessageToConsole(content::WebContents* source,
273 void ContentsMouseEvent(content::WebContents* source,
300 @@ -477,6 +477,13 @@ std::unique_ptr<content::WebContents> CreateTargetContents(
301 std::unique_ptr<WebContents> target_contents =
302 WebContents::Create(create_params);
320 // WebContents, but we want to include the time it takes to create the
321 // WebContents object too.