HomeSort by relevance Sort by last modified time
    Searched full:old_state (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 102 virtual void AdvanceLoadingAnimation(TabRendererData::NetworkState old_state,
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 310 Uint8 old_state; local
320 old_state = SDL_GetMouseState(NULL, NULL);
342 if ( (old_state&0x01) != (new_state&0x01) ) {
375 old_state >>= 1;
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 671 * @old_state: old state wpa_supplicant is leaving
678 wpa_states old_state)
693 if (new_state == old_state)
719 old_state_str = wpa_supplicant_state_txt(old_state);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 401 * @old_state: old state wpa_supplicant is leaving
408 enum wpa_states old_state)
425 if (new_state == old_state)
440 old_state_str = wpa_supplicant_state_txt(old_state);
  /external/chromium/chrome/browser/printing/
print_view_manager.cc 417 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
421 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.cc 381 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
384 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/bluetooth/bluez/audio/
control.c 444 avctp_state_t old_state = control->state; local
453 if (old_state != AVCTP_STATE_CONNECTED)
490 cb->cb(control->dev, old_state, new_state, cb->user_data);
headset.c 2492 headset_state_t old_state = hs->state; local
    [all...]
media.c 159 headset_state_t old_state,
avdtp.c 760 avdtp_session_state_t old_state = session->state; local
773 cb->cb(dev, session, old_state, new_state, cb->user_data);
1039 avdtp_state_t old_state; local
1059 old_state = sep->state;
1069 if (old_state > AVDTP_STATE_OPEN && session->auto_dc)
1101 cb->cb(stream, old_state, state, err_ptr, cb->user_data);
    [all...]
a2dp.c 354 avdtp_state_t old_state,
    [all...]
unix.c 225 avdtp_state_t old_state,
    [all...]
  /external/chromium/base/
message_loop.h 60 // bool old_state = MessageLoop::current()->NestableTasksAllowed();
63 // MessageLoop::current()->SetNestableTasksAllowed(old_state);
message_loop_unittest.cc 1079 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
    [all...]
  /external/chromium/chrome/browser/sessions/
session_restore.cc 432 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
435 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium/net/base/
file_stream_unittest.cc 702 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
705 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/v8/src/
ic.cc 63 State old_state,
88 TransitionMarkFromState(old_state),
109 #define TRACE_IC(type, name, old_state, new_target) \
110 ASSERT((TraceIC(type, name, old_state, new_target), true))
299 static int ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state) {
301 old_state == UNINITIALIZED || old_state == PREMONOMORPHIC;
    [all...]
ic.h 156 State old_state,