OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:was_writable
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
stream.cc
766
const bool
was_writable
= data_length_ < buffer_length_;
local
778
if (!
was_writable
&& copy > 0) {
832
const bool
was_writable
= data_length_ < buffer_length_;
local
835
if (!
was_writable
&& size > 0) {
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.cc
976
const bool
was_writable
= data_length_ < buffer_length_;
local
990
if (!
was_writable
&& copy > 0) {
1035
const bool
was_writable
= data_length_ < buffer_length_;
local
1038
if (!
was_writable
&& size > 0) {
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h
220
bool
was_writable
() const { return was_writable_; }
function in class:cricket::Transport
Completed in 412 milliseconds