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

1 2 3 4

  /external/chromium_org/chrome/browser/ui/search/
search_model_observer.h 14 virtual void ModelChanged(const SearchModel::State& old_state,
search_model.cc 42 const State old_state = state_; local
46 ModelChanged(old_state, state_));
57 const State old_state = state_; local
61 ModelChanged(old_state, state_));
72 const State old_state = state_; local
75 ModelChanged(old_state, state_));
86 const State old_state = state_; local
90 ModelChanged(old_state, state_));
search_delegate.h 33 virtual void ModelChanged(const SearchModel::State& old_state,
search_delegate.cc 20 void SearchDelegate::ModelChanged(const SearchModel::State& old_state,
search_model_unittest.cc 21 virtual void ModelChanged(const SearchModel::State& old_state,
47 const SearchModel::State& old_state,
49 actual_old_state_ = old_state;
  /art/runtime/
thread-inl.h 88 int16_t old_state = old_state_and_flags.as_struct.state; local
89 DCHECK_NE(static_cast<ThreadState>(old_state), kRunnable);
93 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
98 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
103 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
111 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
124 return static_cast<ThreadState>(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/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_org/chrome/browser/chromeos/input_method/
browser_state_monitor.cc 46 const InputMethodManager::State old_state = state_; local
84 if (old_state != state_ && !observer_.is_null())
  /external/qemu/
json-lexer.c 66 from OLD_STATE required lookahead. This happens whenever the table
68 #define TERMINAL_NEEDED_LOOKAHEAD(old_state, terminal) \
69 (json_lexer[(old_state)][0] == (terminal))
  /external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc 92 State old_state; local
95 old_state = thread_watcher_state_;
96 if (old_state != DEACTIVATED)
106 return old_state;
110 WaitState old_state; local
113 old_state = wait_state_;
117 return old_state;
121 State old_state = UpdateState(ACTIVATED); variable
122 EXPECT_EQ(old_state, INITIALIZED);
127 State old_state = UpdateState(DEACTIVATED) variable
134 State old_state = UpdateState(SENT_PING); variable
140 State old_state = UpdateState(RECEIVED_PONG); variable
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_aura.cc 47 ui::WindowShowState old_state = static_cast<ui::WindowShowState>(old);
55 (old_state == ui::SHOW_STATE_MAXIMIZED ||
65 old_state == ui::SHOW_STATE_MINIMIZED);
  /external/grub/stage2/
hercules.c 175 int old_state = herc_cursor_state; local
183 return old_state;
  /external/chromium_org/ash/wm/
base_layout_manager.cc 121 ui::WindowShowState old_state = static_cast<ui::WindowShowState>(old); local
124 if (old_state != new_state && old_state != ui::SHOW_STATE_MINIMIZED &&
127 old_state != ui::SHOW_STATE_FULLSCREEN) ||
129 old_state != ui::SHOW_STATE_MAXIMIZED))) {
134 ShowStateChanged(window, old_state);
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc 87 const bool old_state = is_starred_; local
91 if (is_starred_ != old_state && delegate_)
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc 129 CustomButton::ButtonState old_state = state_;
131 scroll_bar_->OnThumbStateChanged(old_state, state);
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 251 const SearchModel::State& old_state,
253 if (old_state.mode != new_state.mode) {
264 instant_.SearchModeChanged(old_state.mode, new_mode);
267 if (old_state.instant_support != new_state.instant_support)
browser_instant_controller.h 88 virtual void ModelChanged(const SearchModel::State& old_state,
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.h 76 enum wpa_states old_state);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient.cc 227 C old_state = has_old_state ? state_by_key_[key] : default_state_; local
228 if ((retracted && !has_old_state) || StatesEqual(new_state, old_state)) {
243 change.old_state = old_state;
483 change.published_nick, change.old_state, change.new_state);
502 bool was_muted = change.old_state;
567 change.published_nick, change.old_state, change.new_state);
584 change.published_nick, change.old_state, change.new_state);
601 change.published_nick, change.old_state, change.new_state);
620 bool was_blockee = change.old_state;
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 152 ui::WindowShowState old_state = static_cast<ui::WindowShowState>(old); local
155 if (old_state != ui::SHOW_STATE_MINIMIZED &&
158 !IsMaximizedState(old_state)) {
166 if (old_state == ui::SHOW_STATE_MINIMIZED &&
176 ShowStateChanged(window, old_state);
  /external/chromium/chrome/browser/download/
drag_download_file.cc 201 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
205 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium_org/chrome/browser/ui/panels/
native_panel.h 57 virtual void PanelExpansionStateChanging(Panel::ExpansionState old_state,
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 88 HInstruction* previous, HCapturedObject* old_state) {
92 HValue* operand = old_state->OperandAt(index);
102 HInstruction* previous, HCapturedObject* old_state) {
105 HValue* operand = old_state->OperandAt(index);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 108 void Show(BookmarkBar::State old_state,
110 void Hide(BookmarkBar::State old_state,
162 void UpdateDetachedState(BookmarkBar::State old_state);

Completed in 504 milliseconds

1 2 3 4