OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetExportLogExists
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/net/
net_log_temp_file.cc
80
if (
NetExportLogExists
())
124
if (!
NetExportLogExists
())
153
bool NetLogTempFile::
NetExportLogExists
() {
net_log_temp_file.h
73
virtual bool
NetExportLogExists
();
net_log_temp_file_unittest.cc
34
virtual bool
NetExportLogExists
() OVERRIDE {
37
return NetLogTempFile::
NetExportLogExists
();
114
// When we lie in
NetExportLogExists
, make sure state and GetFilePath return
122
EXPECT_FALSE(net_log_temp_file_->
NetExportLogExists
());
197
// GetFilePath should return false if
NetExportLogExists
() fails.
Completed in 61 milliseconds