HomeSort by relevance Sort by last modified time
    Searched defs:old_state (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/chrome/browser/download/
drag_download_file.cc 201 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
205 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/grub/stage2/
hercules.c 175 int old_state = herc_cursor_state; local
183 return old_state;
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcevents.c 93 static kbd_state_t old_state; local
111 SDL_memset(&old_state,0,sizeof(old_state));
119 shiftkeys = state->shift_keys ^ old_state.shift_keys;
128 if (state->matrix[i]!=old_state.matrix[i]) {
137 old_state = *state;
  /external/chromium/chrome/browser/printing/
print_job.cc 189 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
193 MessageLoop::current()->SetNestableTasksAllowed(old_state);
print_view_manager.cc 417 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
421 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 323 const bool old_state = is_starred_; local
326 if (is_starred_ != old_state && delegate())
  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 789 tBTM_PM_STATE old_state; local
843 old_state = p_cb->state;
847 BTM_TRACE_DEBUG2( "btm_pm_proc_mode_change new state:0x%x (old:0x%x)", p_cb->state, old_state);
870 if(old_state & BTM_PM_STORED_MASK)
btm_sec.c 1512 UINT8 old_state = p_dev_rec->sec_state; local
3772 tBTM_PAIRING_STATE old_state = btm_cb.pairing_state; local
5564 tBTM_PAIRING_STATE old_state = btm_cb.pairing_state; local
    [all...]
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 81 State old_state; local
84 old_state = thread_watcher_state_;
85 if (old_state != DEACTIVATED)
95 return old_state;
99 WaitState old_state; local
102 old_state = wait_state_;
106 return old_state;
110 State old_state = UpdateState(ACTIVATED); local
111 EXPECT_EQ(old_state, INITIALIZED);
116 State old_state = UpdateState(DEACTIVATED) local
123 State old_state = UpdateState(SENT_PING); local
129 State old_state = UpdateState(RECEIVED_PONG); local
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 306 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
311 MessageLoop::current()->SetNestableTasksAllowed(old_state);
tab_contents_view_gtk.cc 381 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
384 MessageLoop::current()->SetNestableTasksAllowed(old_state);
tab_contents_view_touch.cc 287 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
290 MessageLoop::current()->SetNestableTasksAllowed(old_state);
tab_contents_view_views.cc 275 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
278 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/
runtime-profiler.cc 434 Atomic32 old_state = NoBarrier_CompareAndSwap(&state_, 0, -1); local
435 ASSERT(old_state >= -1);
436 if (old_state != 0) return false;
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 240 TabRendererData::NetworkState old_state = data_.network_state; local
242 AdvanceLoadingAnimation(old_state, state);
387 void BaseTab::AdvanceLoadingAnimation(TabRendererData::NetworkState old_state,
410 if (state != old_state) {
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 1495 tNFA_DM_RF_DISC_STATE old_state = nfa_dm_cb.disc_cb.disc_state; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 381 Uint8 old_state; local
390 old_state = SDL_GetMouseState(NULL, NULL);
416 if ( (old_state&0x01) != (new_state&0x01) ) {
448 old_state >>= 1;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 629 ControlKeyState old_state = control_key_state_; local
639 if ((old_state != DOWN_WITH_CHANGE) && popup_->IsOpen()) {
    [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/base/
message_loop_unittest.cc 1079 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 3016 int old_state; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 642 enum wpa_states old_state = wpa_s->wpa_state; local
703 if (wpa_s->wpa_state != old_state) {
704 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
707 old_state == WPA_COMPLETED)
739 enum wpa_states old_state = wpa_s->wpa_state; local
748 if (wpa_s->wpa_state != old_state)
749 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 2209 bool old_state = core_message_loop_->NestableTasksAllowed(); local
    [all...]
  /external/qemu/hw/
usb-ohci.c 334 uint32_t old_state = port->ctrl; local
377 if (old_state != port->ctrl)
1267 uint32_t old_state; local
1323 uint32_t old_state; local
1360 uint32_t old_state; local
    [all...]

Completed in 697 milliseconds

1 2