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

1 2 3 4 5

  /external/chromium_org/components/sync_driver/
non_blocking_data_type_controller.cc 30 UpdateState();
38 UpdateState();
47 UpdateState();
53 UpdateState();
56 void NonBlockingDataTypeController::UpdateState() {
non_blocking_data_type_controller.h 88 void UpdateState();
  /external/chromium_org/chromecast/media/cma/base/
buffering_state.cc 52 UpdateState(GetBufferLevelState());
73 UpdateState(GetBufferLevelState());
81 UpdateState(kEosReached);
119 void BufferingState::UpdateState(State new_state) {
buffering_state.h 106 void UpdateState(State new_state);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.h 50 virtual void UpdateState(ErrorScreenActor::ErrorReason reason) = 0;
91 bool UpdateState();
kiosk_app_menu_handler.h 54 virtual void UpdateState(ErrorScreenActor::ErrorReason reason) OVERRIDE;
network_state_informer.cc 102 UpdateState();
171 bool NetworkStateInformer::UpdateState() {
198 if (UpdateState())
207 UpdateState(reason));
app_launch_splash_screen_handler.h 50 virtual void UpdateState(ErrorScreenActor::ErrorReason reason) OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
receiver.h 90 void UpdateState(VCMReceiverState new_state);
91 void UpdateState(const VCMEncodedFrame& frame);
receiver.cc 186 dual_receiver->UpdateState(*frame);
274 dual_receiver.UpdateState(kWaitForPrimaryDecode);
327 void VCMReceiver::UpdateState(VCMReceiverState new_state) {
333 void VCMReceiver::UpdateState(const VCMEncodedFrame& frame) {
340 UpdateState(kPassive);
344 UpdateState(kPassive);
348 UpdateState(kReceiving);
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.cc 107 UpdateState(policy::AUTO_ENROLLMENT_STATE_NO_ENROLLMENT);
116 UpdateState(policy::AUTO_ENROLLMENT_STATE_PENDING);
154 UpdateState(policy::AUTO_ENROLLMENT_STATE_NO_ENROLLMENT);
195 base::Bind(&AutoEnrollmentController::UpdateState,
209 void AutoEnrollmentController::UpdateState(
auto_enrollment_controller.h 81 void UpdateState(policy::AutoEnrollmentState state);
auto_enrollment_check_screen.cc 112 UpdateState(state.status, auto_enrollment_state_);
117 UpdateState(captive_portal_status_, state);
120 void AutoEnrollmentCheckScreen::UpdateState(
auto_enrollment_check_screen.h 67 void UpdateState(
  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 98 controller_impl->UpdateState(true, &events);
110 controller->UpdateState(true, NULL);
143 controller_impl->UpdateState(true, &events);
159 controller->UpdateState(true, NULL);
205 controller_impl->UpdateState(true, events.get());
213 controller->UpdateState(true, NULL);
217 controller->UpdateState(true, NULL);
225 controller_impl->UpdateState(true, events.get());
235 controller->UpdateState(true, NULL);
280 controller_impl->UpdateState(true, &events)
    [all...]
  /external/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 20 state.UpdateState(action); \
152 state.UpdateState(state.NextAction());
169 state.UpdateState(state.NextAction());
172 state.UpdateState(SchedulerStateMachine::ACTION_SEND_BEGIN_MAIN_FRAME);
187 state.UpdateState(state.NextAction());
271 state.UpdateState(state.NextAction());
331 state.UpdateState(state.NextAction());
367 state.UpdateState(state.NextAction());
401 state.UpdateState(state.NextAction());
445 state.UpdateState(state.NextAction())
    [all...]
  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit.h 55 void UpdateState();
tray_session_length_limit.cc 63 UpdateState();
87 UpdateState();
92 void TraySessionLengthLimit::UpdateState() {
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos.h 57 void UpdateState(const chromeos::NetworkState* default_network,
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.cc 57 void CommandBufferService::UpdateState() {
99 UpdateState();
110 UpdateState();
161 UpdateState();
  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.h 92 void UpdateState(const base::Closure& resume_callback);
negotiating_authenticator_base.cc 64 &NegotiatingAuthenticatorBase::UpdateState,
72 void NegotiatingAuthenticatorBase::UpdateState(
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_controller.cc 38 UpdateState(std::string());
250 UpdateState(std::string());
261 UpdateState(change.host);
264 void ZoomController::UpdateState(const std::string& host) {
  /external/chromium_org/cloud_print/service/win/
service_controller.h 53 void UpdateState();
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 77 /// UpdateState - When the state for some instruction is potentially updated,
79 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) {
237 UpdateState(PN, IV);
251 UpdateState(PN, Overdefined);
273 UpdateState(PN, PNIV);
287 UpdateState(I, IV);

Completed in 494 milliseconds

1 2 3 4 5