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 128 // Tests that DataChannel::buffered_amount() is correct after the channel is
137 EXPECT_EQ(0U, webrtc_data_channel_->buffered_amount());
145 webrtc_data_channel_->buffered_amount());
159 EXPECT_EQ(0U, webrtc_data_channel_->buffered_amount());
datachannel.h 73 virtual uint64 buffered_amount() const;
163 PROXY_CONSTMETHOD0(uint64, buffered_amount)
datachannelinterface.h 115 // The buffered_amount returns the number of bytes of application data
118 virtual uint64 buffered_amount() const = 0;
datachannel.cc 121 uint64 DataChannel::buffered_amount() const { function in class:webrtc::DataChannel
122 uint64 buffered_amount = 0; local
126 buffered_amount += (*it)->size();
128 return buffered_amount;
  /external/chromium_org/content/renderer/media/
rtc_data_channel_handler.cc 41 return channel_->buffered_amount();
mock_peer_connection_impl.cc 116 virtual uint64 buffered_amount() const OVERRIDE {
  /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/ppapi/tests/
test_websocket.cc 910 uint64_t buffered_amount = 0; local
915 buffered_amount = websocket_interface_->GetBufferedAmount(ws);
917 if (buffered_amount > 262144)
1538 uint64_t buffered_amount = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 1061 uint64 buffered_amount = ExtractNativeDC(jni, j_dc)->buffered_amount(); local
    [all...]

Completed in 185 milliseconds