Home | History | Annotate | Download | only in net

Lines Matching refs:GetFilePath

110   // Verify state and GetFilePath return correct values if EnsureInit() fails.
117 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
120 // When we lie in NetExportLogExists, make sure state and GetFilePath return
129 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
140 // Check GetFilePath returns false, if we are still writing to file.
142 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
156 // Check GetFilePath returns false, if we are still writing to file.
158 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
172 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path));
222 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path));
226 // GetFilePath should return false if NetExportLogExists() fails.
228 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));