Home
last modified time | relevance | path

Searched refs:currentWindow (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DAbstractNettyHandler.java161 int currentWindow = fc.initialWindowSize(connection().connectionStream()); in updateWindow() local
162 if (targetWindow > currentWindow && bandwidth > lastBandwidth) { in updateWindow()
164 int increase = targetWindow - currentWindow; in updateWindow()
/external/autotest/client/site_tests/policy_DisableScreenshots/Screenshooter/
Dbackground.js9 chrome.tabs.query({active: true, currentWindow: true}, (tabs) => { property
/external/v8/tools/link_clicker.extension/
Dbackground.js52 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { property
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...