HomeSort by relevance Sort by last modified time
    Searched full:has_data (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/remoting/protocol/
client_control_dispatcher.cc 27 if (!cursor_shape.has_data() ||
  /external/chromium/chrome/browser/chromeos/
network_message_observer.cc 75 bool has_data = other_plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED || local
79 return has_data && will_apply;
  /external/chromium/net/http/
http_cache_transaction.h 322 // is aborted while in progress. If |has_data| is true, the size of the stored
324 bool CanResume(bool has_data);
http_cache_transaction.cc     [all...]
  /external/chromium_org/net/http/
http_cache_transaction.h 372 // is aborted while in progress. If |has_data| is true, the size of the stored
374 bool CanResume(bool has_data);
http_cache_transaction.cc     [all...]
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 136 if (msg.has_data()) {
process_test.cc 570 ASSERT_TRUE(msg.has_data());
    [all...]
  /external/chromium_org/remoting/client/
rectangle_update_decoder.cc 294 if (!packet->has_data() || packet->data().size() == 0) {
  /external/chromium_org/remoting/host/
client_session.cc 196 if (message.has_data())
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 103 bool has_data() const { return has_data_; } function in class:cricket::Call
mediasession.h 100 bool has_data() const { return data_channel_type != DCT_NONE; } function in struct:cricket::MediaSessionOptions
mediasession.cc     [all...]
mediasession_unittest.cc 283 if (options.has_data()) {
    [all...]
mediasessionclient_unittest.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 696 def has_data (self): member in class:install
705 ('install_data', has_data),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 696 def has_data (self): member in class:install
705 ('install_data', has_data),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 232 if self.has_data():
242 def has_data(self): member in class:Request
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 232 if self.has_data():
242 def has_data(self): member in class:Request
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 760 if (!call_->has_data()) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 133 (options.has_audio || options.has_video || options.has_data());
    [all...]

Completed in 985 milliseconds