OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShellNetLog
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/shell/browser/
shell_net_log.h
15
class
ShellNetLog
: public net::NetLog {
17
explicit
ShellNetLog
(const std::string& app_name);
18
virtual ~
ShellNetLog
();
23
DISALLOW_COPY_AND_ASSIGN(
ShellNetLog
);
shell_net_log.cc
36
ShellNetLog
::
ShellNetLog
(const std::string& app_name) {
66
ShellNetLog
::~
ShellNetLog
() {
shell_browser_main_parts.cc
130
net_log_.reset(new
ShellNetLog
("content_shell"));
/external/chromium_org/apps/shell/browser/
shell_browser_main_parts.cc
93
net_log_.reset(new content::
ShellNetLog
("app_shell"));
/external/chromium_org/ash/shell/content_client/
shell_browser_main_parts.cc
107
net_log_.reset(new content::
ShellNetLog
("ash_shell"));
Completed in 352 milliseconds