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

  /external/chromium_org/chrome/browser/net/
net_log_temp_file.h 46 DO_STOP, // Call StopLog.
92 STATE_ALLOW_STOP, // Only DO_STOP Command is allowed.
net_log_temp_file_unittest.cc 209 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_STOP);
212 // Calling DO_STOP second time should be a no-op.
213 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_STOP);
226 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_STOP);
242 // Execute DO_START/DO_STOP commands and make sure the file is back to the
251 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_STOP);
266 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_STOP);
272 // Perform DO_START and add an Event and then DO_STOP and then compare
280 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_STOP);
net_log_temp_file.cc 36 case DO_STOP:
  /external/chromium_org/chrome/browser/ui/webui/
net_export_ui.cc 68 // Calls NetLogTempFile's ProcessCommand with DO_START and DO_STOP commands.
109 NetLogTempFile::DO_STOP));
151 NetLogTempFile::DO_STOP);

Completed in 50 milliseconds