OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frontend_shell
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/shell/browser/
shell_devtools_frontend.h
33
Shell*
frontend_shell
() const { return frontend_shell_; }
function in class:content::ShellDevToolsFrontend
36
ShellDevToolsFrontend(Shell*
frontend_shell
, DevToolsAgentHost* agent_host);
shell_devtools_frontend.cc
82
ShellDevToolsFrontend::ShellDevToolsFrontend(Shell*
frontend_shell
,
84
: WebContentsObserver(
frontend_shell
->web_contents()),
85
frontend_shell_(
frontend_shell
),
shell.cc
228
this, devtools_frontend_->
frontend_shell
()->web_contents()));
Completed in 28 milliseconds