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

  /external/chromium_org/chrome/browser/net/
net_log_temp_file_unittest.cc 168 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_START);
203 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_START);
206 // Calling DO_START second time should be a no-op.
207 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_START);
221 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_START);
243 // Execute DO_START/DO_STOP commands and make sure the file is back to the
245 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_START);
263 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_START);
273 // Perform DO_START and add an Event and then DO_STOP and then compare
275 net_log_temp_file_->ProcessCommand(NetLogTempFile::DO_START);
    [all...]
net_log_temp_file.h 45 DO_START, // Call StartLog.
91 STATE_ALLOW_START, // Only DO_START Command is allowed.
93 STATE_ALLOW_START_SEND, // Either DO_START or DO_SEND is allowed.
net_log_temp_file.cc 33 case DO_START:
  /external/chromium_org/chrome/browser/ui/webui/
net_export_ui.cc 68 // Calls NetLogTempFile's ProcessCommand with DO_START and DO_STOP commands.
145 NetLogTempFile::DO_START);

Completed in 207 milliseconds