HomeSort by relevance Sort by last modified time
    Searched defs:ShellNetLog (Results 1 - 2 of 2) 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() {

Completed in 55 milliseconds