OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadPending
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/socket/
socket_test_util.h
517
virtual bool
ReadPending
() const = 0;
838
virtual bool
ReadPending
() const OVERRIDE;
886
virtual bool
ReadPending
() const OVERRIDE;
[
all
...]
socket_test_util.cc
484
(delegate_->WritePending() || delegate_->
ReadPending
()) &&
599
if (delegate_.get() && delegate_->
ReadPending
() &&
[
all
...]
Completed in 27 milliseconds