Searched defs:bufferedAmount (Results 1 – 10 of 10) sorted by relevance
85 unsigned long MockWebRTCDataChannelHandler::bufferedAmount() { in bufferedAmount() function in content::MockWebRTCDataChannelHandler
59 virtual void didUpdateBufferedAmount(unsigned long bufferedAmount) { } in didUpdateBufferedAmount()
91 virtual unsigned long bufferedAmount() const { return 0; } in bufferedAmount() function
132 unsigned long WebSocketImpl::bufferedAmount() const in bufferedAmount() function in blink::WebSocketImpl
100 unsigned long RtcDataChannelHandler::bufferedAmount() { in bufferedAmount() function in content::RtcDataChannelHandler
124 public native long bufferedAmount(); in bufferedAmount() method in DataChannel
227 - (NSUInteger)bufferedAmount { method
155 unsigned long RTCDataChannel::bufferedAmount() const in bufferedAmount() function in WebCore::RTCDataChannel
517 unsigned long WebSocket::bufferedAmount() const in bufferedAmount() function in WebCore::WebSocket
353 uint64_t bufferedAmount = websocket_interface_->GetBufferedAmount(ws); in TestUninitializedPropertiesAccess() local