/external/chromium_org/ppapi/proxy/ |
websocket_resource.cc | 374 unsigned long buffered_amount, 380 buffered_amount_ = buffered_amount; 456 unsigned long buffered_amount) { 457 buffered_amount_ = buffered_amount; 468 unsigned long buffered_amount, 472 OnPluginMsgCloseReply(params, buffered_amount, was_clean, code, reason);
|
websocket_resource.h | 65 unsigned long buffered_amount, 75 unsigned long buffered_amount); 79 unsigned long buffered_amount,
|
ppapi_messages.h | [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_websocket_host.h | 46 virtual void didUpdateBufferedAmount(unsigned long buffered_amount);
|
pepper_websocket_host.cc | 148 unsigned long buffered_amount) { 152 PpapiPluginMsg_WebSocket_BufferedAmountReply(buffered_amount));
|
/external/chromium_org/ppapi/tests/ |
test_websocket.cc | 913 uint64_t buffered_amount = 0; local 918 buffered_amount = websocket_interface_->GetBufferedAmount(ws); 920 if (buffered_amount > 262144) 1568 uint64_t buffered_amount = 0; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
datachannelinterface.h | 127 // The buffered_amount returns the number of bytes of application data 130 virtual uint64 buffered_amount() const = 0;
|
datachannel_unittest.cc | 133 // Tests that DataChannel::buffered_amount() is correct after the channel is 140 EXPECT_EQ(0U, webrtc_data_channel_->buffered_amount()); 149 webrtc_data_channel_->buffered_amount()); 162 EXPECT_EQ(0U, webrtc_data_channel_->buffered_amount());
|
datachannel.h | 126 virtual uint64 buffered_amount() const; 266 PROXY_CONSTMETHOD0(uint64, buffered_amount)
|
datachannel.cc | 181 uint64 DataChannel::buffered_amount() const { function in class:webrtc::DataChannel
|
/external/chromium_org/content/renderer/media/ |
rtc_data_channel_handler.cc | 101 return channel_->buffered_amount();
|
mock_peer_connection_impl.cc | 137 virtual uint64 buffered_amount() const OVERRIDE {
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
RTCDataChannel.mm | 228 return _dataChannel->buffered_amount();
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
peerconnection_jni.cc | 2665 uint64 buffered_amount = ExtractNativeDC(jni, j_dc)->buffered_amount(); local [all...] |