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

  /external/chromium_org/chrome/browser/net/
net_log_temp_file.h 72 virtual bool GetNetExportLogDirectory(base::FilePath* path);
net_log_temp_file.cc 165 if (!GetNetExportLogDirectory(&temp_dir))
172 bool NetLogTempFile::GetNetExportLogDirectory(base::FilePath* path) {
net_log_temp_file_unittest.cc 28 virtual bool GetNetExportLogDirectory(base::FilePath* path) OVERRIDE {
31 return NetLogTempFile::GetNetExportLogDirectory(path);
67 ASSERT_TRUE(net_log_temp_file_->GetNetExportLogDirectory(&net_log_dir));

Completed in 827 milliseconds