OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShellDevToolsDelegate
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/shell/browser/
shell_browser_main_parts.h
30
class
ShellDevToolsDelegate
;
46
ShellDevToolsDelegate
* devtools_delegate() {
69
scoped_ptr<
ShellDevToolsDelegate
> devtools_delegate_;
shell_devtools_delegate.h
18
class
ShellDevToolsDelegate
: public DevToolsHttpHandlerDelegate {
20
explicit
ShellDevToolsDelegate
(BrowserContext* browser_context);
21
virtual ~
ShellDevToolsDelegate
();
42
DISALLOW_COPY_AND_ASSIGN(
ShellDevToolsDelegate
);
shell_devtools_delegate.cc
181
//
ShellDevToolsDelegate
----------------------------------------------------
183
ShellDevToolsDelegate
::
ShellDevToolsDelegate
(BrowserContext* browser_context)
194
ShellDevToolsDelegate
::~
ShellDevToolsDelegate
() {
197
void
ShellDevToolsDelegate
::Stop() {
202
std::string
ShellDevToolsDelegate
::GetDiscoveryPageHTML() {
211
bool
ShellDevToolsDelegate
::BundlesFrontendResources() {
219
base::FilePath
ShellDevToolsDelegate
::GetDebugFrontendDir() {
224
ShellDevToolsDelegate
::CreateSocketForTethering
[
all
...]
shell_browser_main_parts.cc
138
devtools_delegate_.reset(new
ShellDevToolsDelegate
(browser_context_.get()));
shell_devtools_frontend.cc
78
ShellDevToolsDelegate
* delegate = ShellContentBrowserClient::Get()->
/external/chromium_org/extensions/shell/browser/
shell_browser_main_parts.h
16
class
ShellDevToolsDelegate
;
81
scoped_ptr<content::
ShellDevToolsDelegate
> devtools_delegate_;
shell_browser_main_parts.cc
163
new content::
ShellDevToolsDelegate
(browser_context_.get()));
Completed in 243 milliseconds