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

  /external/chromium_org/chrome_frame/
urlmon_url_request_private.h 135 // states: DONE, WORKING and ABORTING.
136 // When in [DONE] or [ABORTING] state, there is additional information
142 enum State {DONE, ABORTING, WORKING};
162 // Save redirection information and switch to [ABORTING] state.
175 state_ = ABORTING;
179 // Switch to [ABORTING] state (if not already in that state).
185 state_ = ABORTING;
187 // state_ == ABORTING
urlmon_url_request.cc 94 case Status::ABORTING:
119 if (status_.get_state() == Status::ABORTING)
178 // WORKING (ABORTING?). Save the callback.
366 status_.get_state() == Status::ABORTING);
437 // Status::ABORTING
586 if (status_.get_state() == Status::ABORTING) {
597 << ": Aborting connection to URL:"
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 323 SM_STATE(AUTH_PAE, ABORTING)
334 SM_ENTRY_MA(AUTH_PAE, ABORTING, auth_pae);
417 SM_ENTER(AUTH_PAE, ABORTING);

Completed in 42 milliseconds