Lines Matching refs:WebContents
43 DevToolsWebContentsObserver(Shell* shell, WebContents* web_contents)
59 Shell::Shell(WebContents* web_contents)
95 Shell* Shell::CreateShell(WebContents* web_contents,
158 WebContents::CreateParams create_params(browser_context, site_instance);
161 WebContents* web_contents = WebContents::Create(create_params);
193 void Shell::AddNewContents(WebContents* source,
194 WebContents* new_contents,
257 WebContents* Shell::OpenURLFromTab(WebContents* source,
282 void Shell::LoadingStateChanged(WebContents* source,
288 void Shell::ToggleFullscreenModeForTab(WebContents* web_contents,
301 bool Shell::IsFullscreenForTabOrPending(const WebContents* web_contents) const {
309 void Shell::RequestToLockMouse(WebContents* web_contents,
315 void Shell::CloseContents(WebContents* source) {
327 void Shell::DidNavigateMainFramePostCommit(WebContents* web_contents) {
337 bool Shell::AddMessageToConsole(WebContents* source,
345 void Shell::RendererUnresponsive(WebContents* source) {
351 void Shell::ActivateContents(WebContents* contents) {
355 void Shell::DeactivateContents(WebContents* contents) {
359 void Shell::WorkerCrashed(WebContents* source) {
369 void Shell::WebContentsFocused(WebContents* contents) {