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_devtools_delegate.h
17
class
ShellDevToolsDelegate
: public DevToolsHttpHandlerDelegate {
19
explicit
ShellDevToolsDelegate
(BrowserContext* browser_context);
20
virtual ~
ShellDevToolsDelegate
();
44
DISALLOW_COPY_AND_ASSIGN(
ShellDevToolsDelegate
);
shell_browser_main_parts.h
30
class
ShellDevToolsDelegate
;
46
ShellDevToolsDelegate
* devtools_delegate() {
69
scoped_ptr<
ShellDevToolsDelegate
> devtools_delegate_;
shell_devtools_delegate.cc
144
ShellDevToolsDelegate
::
ShellDevToolsDelegate
(BrowserContext* browser_context)
155
ShellDevToolsDelegate
::~
ShellDevToolsDelegate
() {
158
void
ShellDevToolsDelegate
::Stop() {
163
std::string
ShellDevToolsDelegate
::GetDiscoveryPageHTML() {
172
bool
ShellDevToolsDelegate
::BundlesFrontendResources() {
180
base::FilePath
ShellDevToolsDelegate
::GetDebugFrontendDir() {
184
std::string
ShellDevToolsDelegate
::GetPageThumbnailData(const GURL& url) {
189
ShellDevToolsDelegate
::CreateNewTarget(const GURL& url)
[
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/apps/shell/browser/
shell_browser_main_parts.h
17
class
ShellDevToolsDelegate
;
84
scoped_ptr<content::
ShellDevToolsDelegate
> devtools_delegate_;
shell_browser_main_parts.cc
112
new content::
ShellDevToolsDelegate
(browser_context_.get()));
Completed in 104 milliseconds