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

  /external/chromium_org/chrome/browser/net/
net_log_temp_file.cc 98 if (NetExportLogExists())
148 if (!NetExportLogExists())
177 bool NetLogTempFile::NetExportLogExists() {
net_log_temp_file.h 75 virtual bool NetExportLogExists();
net_log_temp_file_unittest.cc 34 virtual bool NetExportLogExists() OVERRIDE {
37 return NetLogTempFile::NetExportLogExists();
120 // When we lie in NetExportLogExists, make sure state and GetFilePath return
130 EXPECT_FALSE(net_log_temp_file_->NetExportLogExists());
226 // GetFilePath should return false if NetExportLogExists() fails.

Completed in 406 milliseconds