HomeSort by relevance Sort by last modified time
    Searched full:new_state (Results 76 - 100 of 368) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chromecast/media/cma/base/
buffering_state.h 105 // Updates the state to |new_state|.
106 void UpdateState(State new_state);
  /external/chromium_org/remoting/client/
client_status_logger_unittest.cc 35 MATCHER_P2(IsStateChange, new_state, error, "") {
43 entry->Attr(QName(std::string(), "session-state")) == new_state &&
  /art/runtime/jdwp/
jdwp_priv.h 88 void SetAwaitingHandshake(bool new_state);
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_controller_brlapi.h 65 void DispatchOnDisplayStateChanged(scoped_ptr<DisplayState> new_state);
  /external/chromium_org/chrome/browser/sync/glue/
non_frontend_data_type_controller_mock.h 47 DataTypeController::State new_state,
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.h 53 const SearchModel::State& new_state) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/search/
search_delegate.h 31 const SearchModel::State& new_state) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/
invalidations_message_handler.h 37 virtual void OnStateChange(const syncer::InvalidatorState& new_state,
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_private_api.cc 135 const bt_private::NewAdapterState& new_state = params->adapter_state; local
138 std::string* name = new_state.name.get();
139 bool* powered = new_state.powered.get();
140 bool* discoverable = new_state.discoverable.get();
  /external/chromium_org/media/audio/win/
audio_device_listener_win.h 45 STDMETHOD(OnDeviceStateChanged)(LPCWSTR device_id, DWORD new_state);
  /external/chromium_org/remoting/signaling/
xmpp_signal_strategy.cc 232 void XmppSignalStrategy::SetState(State new_state) {
233 if (state_ != new_state) {
234 state_ = new_state;
236 OnSignalStrategyStateChange(new_state));
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Transitions.py 50 def add(self, event, new_state,
53 Add transition to |new_state| on |event|.
61 map[i + 1][new_state] = 1
64 self.get_special(event)[new_state] = 1
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.h 79 _mesa_update_texture( struct gl_context *ctx, GLuint new_state );
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
NOTES 32 void _swrast_InvalidateState( struct gl_context *ctx, GLuint new_state );
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
swrast_setup.h 50 _swsetup_InvalidateState( struct gl_context *ctx, GLuint new_state );
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.h 54 void ChangeState(RateControlState new_state);
  /external/chromium_org/ui/app_list/views/
speech_view.cc 233 SpeechRecognitionState new_state) {
235 if (new_state == SPEECH_RECOGNITION_RECOGNIZING)
237 else if (new_state == SPEECH_RECOGNITION_IN_SPEECH)
242 if (new_state == SPEECH_RECOGNITION_NETWORK_ERROR) {
  /external/chromium_org/ui/aura/
window_tree_host_ozone.h 34 virtual void OnWindowStateChanged(ui::PlatformWindowState new_state) OVERRIDE;
window_tree_host_win.h 54 virtual void OnWindowStateChanged(ui::PlatformWindowState new_state) OVERRIDE;
  /external/mesa3d/src/mesa/main/
texstate.h 79 _mesa_update_texture( struct gl_context *ctx, GLuint new_state );
  /external/mesa3d/src/mesa/swrast/
NOTES 32 void _swrast_InvalidateState( struct gl_context *ctx, GLuint new_state );
  /external/mesa3d/src/mesa/swrast_setup/
swrast_setup.h 50 _swsetup_InvalidateState( struct gl_context *ctx, GLuint new_state );
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysevents.cc 91 Uint8 new_state, transition;
93 new_state = keyinfo[key_flip].key_states[i];
98 QueueKey(i*8+j, new_state&0x80);
100 new_state <<= 1;
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.cc 210 policy::AutoEnrollmentState new_state) {
211 VLOG(1) << "New state: " << new_state << ".";
212 state_ = new_state;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 174 State new_state = GetStateForDefaultNetwork(); local
182 bool updated = (new_state != state_) ||
185 state_ = new_state;

Completed in 1353 milliseconds

1 2 34 5 6 7 8 91011>>