HomeSort by relevance Sort by last modified time
    Searched refs:followup (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/automation/
ui_controls_internal.cc 9 ClickTask::ClickTask(MouseButton button, int state, Task* followup)
10 : button_(button), state_(state), followup_(followup) {
ui_controls_internal.h 17 // A |followup| Task can be specified to notify the caller when the mouse
19 ClickTask(MouseButton button, int state, Task* followup);
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 307 // followup request and route. The request and route passed
475 RoutedRequest followup = handleResponse(roureq, response, context); local
476 if (followup == null) {
492 // check if we can use the same connection for the followup
493 if (!followup.getRoute().equals(roureq.getRoute())) {
496 roureq = followup;
555 * to determine the route for either the original or a followup request.
    [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 2817 milliseconds