HomeSort by relevance Sort by last modified time
    Searched refs:devtools_frontend_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/shell/browser/
shell.cc 66 devtools_frontend_(NULL),
222 if (devtools_frontend_) {
223 devtools_frontend_->Focus();
226 devtools_frontend_ = ShellDevToolsFrontend::Show(web_contents());
228 this, devtools_frontend_->frontend_shell()->web_contents()));
232 if (!devtools_frontend_)
235 devtools_frontend_->Close();
236 devtools_frontend_ = NULL;
359 devtools_frontend_ = NULL;
shell.h 236 ShellDevToolsFrontend* devtools_frontend_; member in class:content::Shell

Completed in 37 milliseconds