HomeSort by relevance Sort by last modified time
    Searched refs:usable_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/http/
http_pipelined_host_test_util.cc 26 usable_(usable),
http_pipelined_host_test_util.h 46 usable_ = usable;
51 virtual bool usable() const OVERRIDE { return usable_; }
64 bool usable_; member in class:net::MockPipeline
http_pipelined_connection_impl.cc 88 usable_(true),
111 if (!usable_) {
178 if (!usable_) {
299 usable_ = false;
314 } else if (!usable_) {
343 if (!usable_)
487 usable_ = false;
511 if (!usable_) {
559 usable_ = false;
568 usable_ = false
    [all...]
http_pipelined_connection_impl.h 306 bool usable_; member in class:net::HttpPipelinedConnectionImpl
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 229 return usable_;
233 usable_ = false;
258 bool usable_; member in class:gpu::CommandBufferHelper
transfer_buffer.cc 28 usable_(true) {
104 usable_ = false;
146 if (usable_ && (!HaveBuffer() || needed_buffer_size > buffer_.size)) {
transfer_buffer.h 159 bool usable_; member in class:gpu::TransferBuffer
cmd_buffer_helper.cc 28 usable_(true),

Completed in 460 milliseconds