Home
last modified time | relevance | path

Searched refs:ShellDevToolsFrontend (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/shell/browser/
Dshell_devtools_frontend.cc56 ShellDevToolsFrontend* ShellDevToolsFrontend::Show( in Show()
58 return ShellDevToolsFrontend::Show(inspected_contents, "", ""); in Show()
62 ShellDevToolsFrontend* ShellDevToolsFrontend::Show( in Show()
74 ShellDevToolsFrontend* devtools_frontend = new ShellDevToolsFrontend( in Show()
88 void ShellDevToolsFrontend::Activate() { in Activate()
92 void ShellDevToolsFrontend::Focus() { in Focus()
96 void ShellDevToolsFrontend::InspectElementAt(int x, int y) { in InspectElementAt()
100 void ShellDevToolsFrontend::Close() { in Close()
104 ShellDevToolsFrontend::ShellDevToolsFrontend(Shell* frontend_shell, in ShellDevToolsFrontend() function in content::ShellDevToolsFrontend
113 ShellDevToolsFrontend::~ShellDevToolsFrontend() { in ~ShellDevToolsFrontend()
[all …]
Dshell_devtools_frontend.h26 class ShellDevToolsFrontend : public WebContentsObserver,
29 static ShellDevToolsFrontend* Show(WebContents* inspected_contents);
30 static ShellDevToolsFrontend* Show(WebContents* inspected_contents,
41 ShellDevToolsFrontend(Shell* frontend_shell, DevToolsAgentHost* agent_host);
42 virtual ~ShellDevToolsFrontend();
59 DISALLOW_COPY_AND_ASSIGN(ShellDevToolsFrontend);
Dshell.h43 class ShellDevToolsFrontend; variable
225 ShellDevToolsFrontend* devtools_frontend_;
Dshell_web_contents_view_delegate_win.cc229 ShellDevToolsFrontend::Show(web_contents_); in MenuItemSelected()
Dshell_web_contents_view_delegate_mac.mm262 ShellDevToolsFrontend::Show(web_contents_);
Dshell.cc383 devtools_frontend_ = ShellDevToolsFrontend::Show( in InnerShowDevTools()