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

1 2 3 4

  /external/chromium_org/chrome/browser/password_manager/
password_generation_manager_unittest.cc 58 void UpdateState(bool new_renderer) {
59 password_generation_manager_->UpdateState(NULL, new_renderer);
77 TEST_F(PasswordGenerationManagerTest, UpdateState) {
97 UpdateState(false);
102 UpdateState(false);
109 UpdateState(false);
114 UpdateState(false);
121 UpdateState(true);
151 UpdateState(false);
157 UpdateState(false)
    [all...]
password_generation_manager.cc 78 UpdateState(host, true);
104 UpdateState(web_contents()->GetRenderViewHost(), false);
111 UpdateState(web_contents()->GetRenderViewHost(), false);
118 void PasswordGenerationManager::UpdateState(content::RenderViewHost* host,
password_generation_manager.h 78 void UpdateState(content::RenderViewHost* host, bool new_renderer);
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_controller.cc 34 base::Bind(&ZoomController::UpdateState,
42 UpdateState(std::string());
68 UpdateState(std::string());
73 UpdateState(change.host);
76 void ZoomController::UpdateState(const std::string& host) {
zoom_controller.h 53 void UpdateState(const std::string& host);
  /external/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 48 state.UpdateState(state.NextAction());
93 state.UpdateState(state.NextAction());
96 state.UpdateState(
119 state.UpdateState(state.NextAction());
130 state.UpdateState(SchedulerStateMachine::ACTION_DRAW_IF_POSSIBLE);
139 state.UpdateState(
150 state.UpdateState(state.NextAction());
162 state.UpdateState(SchedulerStateMachine::ACTION_DRAW_IF_POSSIBLE);
184 state.UpdateState(state.NextAction());
193 state.UpdateState(
    [all...]
scheduler_state_machine.h 73 void UpdateState(Action action);
  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 78 controller_impl->UpdateState(true, &events);
90 controller->UpdateState(true, NULL);
122 controller_impl->UpdateState(true, &events);
124 controller->UpdateState(true, NULL);
213 controller->UpdateState(true, NULL);
217 controller_impl->UpdateState(true, events.get());
225 controller->UpdateState(true, NULL);
229 controller_impl->UpdateState(true, events.get());
242 controller->UpdateState(true, NULL);
278 controller->UpdateState(true, events.get())
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.h 52 virtual void UpdateState(ErrorScreenActor::ErrorReason reason) = 0;
92 bool UpdateState();
network_state_informer.cc 39 UpdateState();
96 bool NetworkStateInformer::UpdateState() {
124 if (UpdateState())
133 UpdateState(reason));
  /external/chromium_org/chrome/browser/chromeos/ui/
app_launch_view.h 62 void UpdateState(AppLaunchState state);
app_launch_view.cc 74 g_instance->UpdateState(state);
135 void AppLaunchView::UpdateState(AppLaunchState state) {
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos.h 57 void UpdateState(const chromeos::NetworkState* default_network,
network_change_notifier_chromeos.cc 99 UpdateState(default_network, &connection_type_changed,
110 void NetworkChangeNotifierChromeos::UpdateState(
  /external/chromium_org/cloud_print/service/win/
service_controller.h 53 void UpdateState();
cloud_print_service_config.cc 104 void UpdateState();
224 PostIOTask(base::Bind(&SetupDialog::UpdateState, this));
304 void SetupDialog::UpdateState() {
306 controller_.UpdateState();
335 base::Bind(&SetupDialog::UpdateState, this));
409 UpdateState();
417 UpdateState();
425 UpdateState();
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.cc 61 void CommandBufferService::UpdateState() {
108 UpdateState();
120 UpdateState();
174 UpdateState();
command_buffer_service.h 61 void UpdateState();
  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.h 91 void UpdateState(const base::Closure& resume_callback);
negotiating_authenticator_base.cc 57 &NegotiatingAuthenticatorBase::UpdateState,
65 void NegotiatingAuthenticatorBase::UpdateState(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 137 UpdateState();
201 UpdateState();
217 UpdateState();
258 UpdateState();
268 UpdateState();
271 void DataChannel::UpdateState() {
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h 57 void UpdateState(const gpu::CommandBuffer::State& state, bool success);
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 76 /// UpdateState - When the state for some instruction is potentially updated,
78 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) {
236 UpdateState(PN, IV);
250 UpdateState(PN, Overdefined);
272 UpdateState(PN, PNIV);
286 UpdateState(I, IV);
  /external/chromium_org/ash/launcher/
launcher_button.h 126 void UpdateState();
  /external/chromium_org/chrome/tools/automated_ui_test_tools/
ui_action_generator.py 60 browser = ui_model.UpdateState(browser, action)

Completed in 791 milliseconds

1 2 3 4