OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShellDevToolsDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/
shell_devtools_delegate.h
17
class
ShellDevToolsDelegate
: public DevToolsHttpHandlerDelegate {
19
explicit
ShellDevToolsDelegate
(BrowserContext* browser_context);
20
virtual ~
ShellDevToolsDelegate
();
45
DISALLOW_COPY_AND_ASSIGN(
ShellDevToolsDelegate
);
shell_devtools_delegate.cc
60
ShellDevToolsDelegate
::
ShellDevToolsDelegate
(BrowserContext* browser_context)
68
ShellDevToolsDelegate
::~
ShellDevToolsDelegate
() {
71
void
ShellDevToolsDelegate
::Stop() {
76
std::string
ShellDevToolsDelegate
::GetDiscoveryPageHTML() {
81
bool
ShellDevToolsDelegate
::BundlesFrontendResources() {
85
base::FilePath
ShellDevToolsDelegate
::GetDebugFrontendDir() {
89
std::string
ShellDevToolsDelegate
::GetPageThumbnailData(const GURL& url) {
93
RenderViewHost*
ShellDevToolsDelegate
::CreateNewTarget()
[
all
...]
Completed in 167 milliseconds