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

  /external/chromium/chrome/browser/download/
save_item.cc 24 state_(WAIT_START),
37 DCHECK(state_ == WAIT_START);
64 // If item is in WAIT_START mode, which means no request has been sent.
99 case WAIT_START:
save_item.h 21 WAIT_START,
  /external/chromium_org/content/browser/download/
save_item.cc 25 state_(WAIT_START),
38 DCHECK(state_ == WAIT_START);
65 // If item is in WAIT_START mode, which means no request has been sent.
100 case WAIT_START:
save_item.h 22 WAIT_START,
  /external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
33 case WAIT_START:
34 return "WAIT_START";
73 data->state = WAIT_START;
eap_tnc.c 17 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
42 data->state = WAIT_START;
287 if (data->state == WAIT_START) {
eap_wsc.c 20 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
35 case WAIT_START:
36 return "WAIT_START";
177 data->state = registrar ? MESG : WAIT_START;
471 if (data->state == WAIT_START) {
474 "in WAIT_START state", op_code);

Completed in 191 milliseconds