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

1 2

  /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) {
  /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,
  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.cc 57 &NegotiatingAuthenticatorBase::UpdateState,
65 void NegotiatingAuthenticatorBase::UpdateState(
  /external/chromium_org/chrome/browser/chromeos/ui/
app_launch_view.cc 74 g_instance->UpdateState(state);
135 void AppLaunchView::UpdateState(AppLaunchState state) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 39 UpdateState();
96 bool NetworkStateInformer::UpdateState() {
124 if (UpdateState())
133 UpdateState(reason));
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos.cc 99 UpdateState(default_network, &connection_type_changed,
110 void NetworkChangeNotifierChromeos::UpdateState(
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.cc 61 void CommandBufferService::UpdateState() {
108 UpdateState();
120 UpdateState();
174 UpdateState();
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.cc 286 void SchedulerStateMachine::UpdateState(Action action) {
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 238 UpdateState();
274 void ServiceController::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/ppapi/proxy/
ppapi_command_buffer_proxy.cc 69 UpdateState(state, success);
112 UpdateState(state, success);
243 void PpapiCommandBufferProxy::UpdateState(
  /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/chrome/browser/metrics/
thread_watcher_unittest.cc 80 State UpdateState(State new_state) {
110 State old_state = UpdateState(ACTIVATED);
116 State old_state = UpdateState(DEACTIVATED);
123 State old_state = UpdateState(SENT_PING);
129 State old_state = UpdateState(RECEIVED_PONG);
  /external/chromium_org/chrome/browser/ui/views/
browser_action_view.cc 56 button_->UpdateState();
128 // No UpdateState() here because View hierarchy not setup yet. Our parent
129 // should call UpdateState() after creation.
217 void BrowserActionButton::UpdateState() {
276 UpdateState();
297 UpdateState();
306 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/ui/views/controls/
slider.cc 65 UpdateState(true);
155 void Slider::UpdateState(bool control_on) {
  /external/chromium/chrome/browser/task_manager/
task_manager.h 334 enum UpdateState {
455 UpdateState update_state_;
  /external/chromium_org/cc/animation/
layer_animation_controller.cc 181 void LayerAnimationController::UpdateState(bool start_ready_animations,
  /external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc 91 State UpdateState(State new_state) {
121 State old_state = UpdateState(ACTIVATED);
127 State old_state = UpdateState(DEACTIVATED);
134 State old_state = UpdateState(SENT_PING);
140 State old_state = UpdateState(RECEIVED_PONG);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.h 172 virtual void UpdateState(RenderViewHost* render_view_host,
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 661 void Connection::UpdateState(uint32 now) {
671 LOG_J(LS_VERBOSE, this) << "UpdateState(): pings_since_last_response_=" <<
  /external/chromium_org/ash/launcher/
launcher_button.cc 444 UpdateState();
507 void LauncherButton::UpdateState() {
  /external/chromium_org/chrome/browser/task_manager/
task_manager.h 333 enum UpdateState {
545 UpdateState update_state_;
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 108 UpdateState();
154 UpdateState();
166 UpdateState();
171 void UpdateState() {
472 iter->second->UpdateState();
    [all...]

Completed in 784 milliseconds

1 2