OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_ALLOW_START
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/net/
net_log_temp_file.h
91
STATE_ALLOW_START
, // Only DO_START Command is allowed.
96
// Initializes the |state_| to either
STATE_ALLOW_START
(if there is no
net_log_temp_file.cc
56
case
STATE_ALLOW_START
:
83
state_ =
STATE_ALLOW_START
;
net_log_temp_file_unittest.cc
118
EXPECT_EQ(NetLogTempFile::
STATE_ALLOW_START
, net_log_temp_file_->state());
Completed in 73 milliseconds