OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_ALLOW_START_SEND
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/net/
net_log_temp_file.cc
62
case
STATE_ALLOW_START_SEND
:
81
state_ =
STATE_ALLOW_START_SEND
;
116
state_ =
STATE_ALLOW_START_SEND
;
121
if (state_ !=
STATE_ALLOW_START_SEND
)
net_log_temp_file.h
34
// c) Either Send or Start is allowed (state_ ==
STATE_ALLOW_START_SEND
).
93
STATE_ALLOW_START_SEND
, // Either DO_START or DO_SEND is allowed.
97
// temporary file from earlier run) or
STATE_ALLOW_START_SEND
(if there is a
net_log_temp_file_unittest.cc
140
EXPECT_EQ(NetLogTempFile::
STATE_ALLOW_START_SEND
,
187
EXPECT_EQ(NetLogTempFile::
STATE_ALLOW_START_SEND
,
Completed in 87 milliseconds