Searched defs:frontend_shell (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_devtools_frontend.h38 Shell* frontend_shell() const { return frontend_shell_; } function in class:content::ShellDevToolsFrontend
41 ShellDevToolsFrontend(Shell* frontend_shell, DevToolsAgentHost* agent_host);
H A Dshell_devtools_frontend.cc104 ShellDevToolsFrontend::ShellDevToolsFrontend(Shell* frontend_shell, argument
106 : WebContentsObserver(frontend_shell->web_contents()),
107 frontend_shell_(frontend_shell),

Completed in 58 milliseconds