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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
receiver.cc 327 void VCMReceiver::UpdateState(VCMReceiverState new_state) {
329 assert(!(state_ == kPassive && new_state == kWaitForPrimaryDecode));
330 state_ = new_state;
  /external/chromium_org/ui/display/chromeos/
display_configurator.h 183 // Force switching the display mode to |new_state|. Returns false if
184 // switching failed (possibly because |new_state| is invalid for the
186 bool SetDisplayMode(MultipleDisplayState new_state);
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view.cc 411 views::Button::ButtonState new_state = views::Button::STATE_NORMAL; local
413 new_state = views::Button::STATE_HOVERED;
415 new_state = views::Button::STATE_PRESSED;
416 button->SetState(new_state);
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.h 63 IdleState new_state) = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 53 Panel::ExpansionState new_state) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/search/
instant_page.h 109 const SearchModel::State& new_state) OVERRIDE;
  /external/chromium_org/components/invalidation/
invalidation_logger.h 51 void OnStateChange(const syncer::InvalidatorState& new_state);
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_track_metrics.h 54 webrtc::PeerConnectionInterface::IceConnectionState new_state);
  /external/chromium_org/media/formats/mp4/
mp4_stream_parser.h 67 void ChangeState(State new_state);
  /external/chromium_org/remoting/protocol/
jingle_session.cc 663 void JingleSession::SetState(State new_state) {
666 if (new_state != state_) {
670 state_ = new_state;
672 event_handler_->OnSessionStateChange(new_state);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource.h 90 void SetState(SourceState new_state);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c 2042 GLuint new_state = rmesa->radeon.NewGLState; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
light.h 97 extern void _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state );
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
NOTES 35 void _tnl_InvalidateState( struct gl_context *ctx, GLuint new_state );
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec.h 148 void vbo_exec_invalidate_state( struct gl_context *ctx, GLuint new_state );
  /external/chromium_org/ui/app_list/views/
app_list_view.cc 552 SpeechRecognitionState new_state) {
556 bool will_appear = (new_state == SPEECH_RECOGNITION_RECOGNIZING ||
557 new_state == SPEECH_RECOGNITION_IN_SPEECH ||
558 new_state == SPEECH_RECOGNITION_NETWORK_ERROR);
search_box_view.h 91 SpeechRecognitionState new_state) OVERRIDE;
  /external/chromium_org/ui/aura/
window_tree_host_win.cc 152 ui::PlatformWindowState new_state) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 2042 GLuint new_state = rmesa->radeon.NewGLState; local
    [all...]
  /external/mesa3d/src/mesa/main/
light.h 97 extern void _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state );
  /external/mesa3d/src/mesa/tnl/
NOTES 35 void _tnl_InvalidateState( struct gl_context *ctx, GLuint new_state );
  /external/mesa3d/src/mesa/vbo/
vbo_exec.h 148 void vbo_exec_invalidate_state( struct gl_context *ctx, GLuint new_state );
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 23 enum wpa_states new_state,
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.cc 323 void RemoteRateControl::ChangeState(RateControlState new_state) {
325 rate_control_state_ = new_state;
  /external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc 92 State UpdateState(State new_state) {
98 thread_watcher_state_ = new_state;
99 if (new_state == SENT_PING)
101 if (new_state == RECEIVED_PONG)
110 WaitState UpdateWaitState(WaitState new_state) {
115 wait_state_ = new_state;

Completed in 649 milliseconds

1 2 3 4 5 67 8 91011>>