OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DO_START
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/net/
net_log_temp_file_unittest.cc
167
net_log_temp_file_->ProcessCommand(NetLogTempFile::
DO_START
);
202
net_log_temp_file_->ProcessCommand(NetLogTempFile::
DO_START
);
205
// Calling
DO_START
second time should be a no-op.
206
net_log_temp_file_->ProcessCommand(NetLogTempFile::
DO_START
);
220
net_log_temp_file_->ProcessCommand(NetLogTempFile::
DO_START
);
242
// Execute
DO_START
/DO_STOP commands and make sure the file is back to the
244
net_log_temp_file_->ProcessCommand(NetLogTempFile::
DO_START
);
262
net_log_temp_file_->ProcessCommand(NetLogTempFile::
DO_START
);
272
// Perform
DO_START
and add an Event and then DO_STOP and then compare
274
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 63 milliseconds