Lines Matching refs:WebContents
77 bool PreHandleKeyboardEvent(content::WebContents* source,
95 void HandleKeyboardEvent(content::WebContents* source,
175 AthenaWebView(content::WebContents* web_contents)
178 scoped_ptr<content::WebContents> old_contents(
179 SwapWebContents(scoped_ptr<content::WebContents>(web_contents)));
187 scoped_ptr<content::WebContents> old_contents(SwapWebContents(
188 scoped_ptr<content::WebContents>(content::WebContents::Create(
189 content::WebContents::CreateParams(browser_context())))));
195 content::WebContents::Create(content::WebContents::CreateParams(
208 scoped_ptr<content::WebContents> replaced_contents(SwapWebContents(
216 virtual content::WebContents* OpenURLFromTab(
217 content::WebContents* source,
284 virtual void AddNewContents(content::WebContents* source,
285 content::WebContents* new_contents,
296 content::WebContents* source,
304 content::WebContents* source,
309 virtual void ToggleFullscreenModeForTab(content::WebContents* web_contents,
316 const content::WebContents* web_contents) const OVERRIDE {
320 virtual void LoadingStateChanged(content::WebContents* source,
326 virtual void LoadProgressChanged(content::WebContents* source,
349 content::WebContents* web_contents,
357 content::WebContents* web_contents,
392 scoped_ptr<content::WebContents> evicted_web_contents_;
496 // TODO(skuhne): The function GetTabMediaStateForContents(WebContents),
506 content::WebContents* WebActivity::GetWebContents() {