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

  /external/chromium_org/ppapi/proxy/
websocket_resource.h 65 unsigned long buffered_amount,
75 unsigned long buffered_amount);
79 unsigned long buffered_amount,
websocket_resource.cc 382 unsigned long buffered_amount,
388 buffered_amount_ = buffered_amount;
464 unsigned long buffered_amount) {
465 buffered_amount_ = buffered_amount;
476 unsigned long buffered_amount,
480 OnPluginMsgCloseReply(params, buffered_amount, was_clean, code, reason);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel_unittest.cc 108 // Tests that DataChannel::buffered_amount() is correct after the channel is
115 EXPECT_EQ(0U, webrtc_data_channel_->buffered_amount());
124 webrtc_data_channel_->buffered_amount());
137 EXPECT_EQ(0U, webrtc_data_channel_->buffered_amount());
datachannelinterface.h 125 // The buffered_amount returns the number of bytes of application data
128 virtual uint64 buffered_amount() const = 0;
datachannel.h 107 virtual uint64 buffered_amount() const;
219 PROXY_CONSTMETHOD0(uint64, buffered_amount)
datachannel.cc 140 uint64 DataChannel::buffered_amount() const { function in class:webrtc::DataChannel
141 uint64 buffered_amount = 0; local
145 buffered_amount += (*it)->size();
147 return buffered_amount;
  /external/chromium_org/content/renderer/pepper/
pepper_websocket_host.h 46 virtual void didUpdateBufferedAmount(unsigned long buffered_amount);
pepper_websocket_host.cc 119 unsigned long buffered_amount) {
123 buffered_amount));
  /external/chromium_org/content/renderer/media/
rtc_data_channel_handler.cc 65 return channel_->buffered_amount();
mock_peer_connection_impl.cc 137 virtual uint64 buffered_amount() const OVERRIDE {
  /external/chromium_org/ppapi/tests/
test_websocket.cc 909 uint64_t buffered_amount = 0; local
914 buffered_amount = websocket_interface_->GetBufferedAmount(ws);
916 if (buffered_amount > 262144)
1537 uint64_t buffered_amount = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 1122 uint64 buffered_amount = ExtractNativeDC(jni, j_dc)->buffered_amount(); local
    [all...]

Completed in 65 milliseconds