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

1 2

  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_icon.h 20 void SetActive(bool active);
manage_passwords_icon.cc 20 void ManagePasswordsIcon::SetActive(bool active) {
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_icon_view_browsertest.cc 42 view()->SetActive(true);
44 view()->SetActive(false);
55 view()->SetActive(false);
65 view()->SetActive(true);
67 view()->SetActive(false);
77 view()->SetActive(true);
79 view()->SetActive(false);
  /external/chromium_org/cc/scheduler/
delay_based_time_source_unittest.cc 28 timer->SetActive(true);
45 timer->SetActive(true);
47 timer->SetActive(false);
59 timer->SetActive(true);
62 timer->SetActive(true);
73 timer->SetActive(true);
77 timer->SetActive(true);
90 timer->SetActive(true);
111 timer->SetActive(true);
134 timer->SetActive(true)
    [all...]
delay_based_time_source.cc 82 base::TimeTicks DelayBasedTimeSource::SetActive(bool active) {
83 TRACE_EVENT1("cc", "DelayBasedTimeSource::SetActive", "active", active);
153 SetActive(false);
154 SetActive(true);
172 SetActive(false);
173 SetActive(true);
delay_based_time_source.h 46 virtual base::TimeTicks SetActive(bool active);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_pref_store_unittest.cc 102 service_.SetActive(true);
123 service_.SetActive(true);
154 service_.SetActive(true);
165 service_.SetActive(true);
supervised_user_settings_service.h 83 void SetActive(bool active);
supervised_user_service.h 84 virtual bool SetActive(bool active) = 0;
249 void SetActive(bool active);
278 // Extensions helper to SetActive().
supervised_user_service.cc 185 SetActive(false);
251 SetActive(false);
544 SetActive(!supervised_user_id.empty());
690 SetActive(ProfileIsSupervised());
693 void SupervisedUserService::SetActive(bool active) {
698 if (!delegate_ || !delegate_->SetActive(active_)) {
734 settings_service->SetActive(active_);
    [all...]
  /external/chromium_org/content/child/service_worker/
web_service_worker_registration_impl.h 33 void SetActive(blink::WebServiceWorker* service_worker);
web_service_worker_provider_impl.cc 70 registration->SetActive(
web_service_worker_registration_impl.cc 59 void WebServiceWorkerRegistrationImpl::SetActive(
62 proxy_->setActive(service_worker);
89 proxy_->setActive(it->worker);
service_worker_dispatcher.cc 601 found->second->SetActive(GetServiceWorker(info, false));
629 registration->SetActive(GetServiceWorker(attrs.active, false));
725 registration->SetActive(GetServiceWorker(attrs.active, true));
  /external/chromium_org/ui/compositor/
layer_animation_observer.cc 69 void ImplicitAnimationObserver::SetActive(bool active) {
75 SetActive(false);
layer_animation_observer.h 132 void SetActive(bool active);
scoped_layer_animation_settings.cc 104 (*i)->SetActive(true);
  /external/chromium_org/content/public/browser/
render_widget_host.h 164 virtual void SetActive(bool active) = 0;
render_widget_host_view.h 139 virtual void SetActive(bool active) = 0;
  /external/chromium_org/ui/views/ime/
mock_input_method.h 58 void SetActive(bool active);
mock_input_method.cc 170 void MockInputMethod::SetActive(bool active) {
  /external/chromium_org/v8/src/
sampler.h 112 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); }
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 124 virtual void SetActive(bool active) OVERRIDE;
render_widget_host_view_guest.h 119 virtual void SetActive(bool active) OVERRIDE;
render_widget_host_view_guest.cc 400 void RenderWidgetHostViewGuest::SetActive(bool active) {
401 platform_view_->SetActive(active);

Completed in 358 milliseconds

1 2