OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DidReceiveFlowControl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/
websocket_bridge.h
56
void
DidReceiveFlowControl
(int64_t quota);
websocket_bridge.cc
69
IPC_MESSAGE_HANDLER(WebSocketMsg_FlowControl,
DidReceiveFlowControl
)
166
void WebSocketBridge::
DidReceiveFlowControl
(int64_t quota) {
167
DVLOG(1) << "WebSocketBridge::
DidReceiveFlowControl
(" << quota << ")";
171
client_->
didReceiveFlowControl
(this, quota);
Completed in 32 milliseconds