OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttled_task_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/base/
mock_file_stream.cc
86
if (!
throttled_task_
.is_null()) {
87
base::Closure throttled_task =
throttled_task_
;
88
throttled_task_
.Reset();
99
CHECK(
throttled_task_
.is_null());
100
throttled_task_
= base::Bind(callback, result);
109
CHECK(
throttled_task_
.is_null());
110
throttled_task_
= base::Bind(callback, result);
mock_file_stream.h
97
base::Closure
throttled_task_
;
member in class:net::testing::MockFileStream
Completed in 150 milliseconds