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

1 2

  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_icon_view_browsertest.cc 22 view()->SetActive(true);
24 view()->SetActive(false);
35 view()->SetActive(false);
45 view()->SetActive(true);
47 view()->SetActive(false);
57 view()->SetActive(true);
59 view()->SetActive(false);
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_icon.cc 15 void ManagePasswordsIcon::SetActive(bool active) {
manage_passwords_icon.h 20 void SetActive(bool active);
  /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 81 base::TimeTicks DelayBasedTimeSource::SetActive(bool active) {
82 TRACE_EVENT1("cc", "DelayBasedTimeSource::SetActive", "active", active);
152 SetActive(false);
153 SetActive(true);
171 SetActive(false);
172 SetActive(true);
delay_based_time_source.h 41 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_service.h 67 virtual bool SetActive(bool active) = 0;
215 void SetActive(bool active);
supervised_user_service.cc 153 SetActive(false);
206 SetActive(false);
422 SetActive(!supervised_user_id.empty());
540 SetActive(ProfileIsSupervised());
543 void SupervisedUserService::SetActive(bool active) {
548 if (!delegate_ || !delegate_->SetActive(active_)) {
578 settings_service->SetActive(active_);
supervised_user_settings_service.h 83 void SetActive(bool active);
  /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_view.h 136 virtual void SetActive(bool active) = 0;
render_widget_host.h 164 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 111 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); }
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 125 virtual void SetActive(bool active) OVERRIDE;
render_widget_host_view_guest.h 115 virtual void SetActive(bool active) OVERRIDE;
render_widget_host_view_guest.cc 383 void RenderWidgetHostViewGuest::SetActive(bool active) {
384 platform_view_->SetActive(active);
navigation_controller_impl.h 148 void SetActive(bool is_active);
render_widget_host_view_child_frame.cc 253 void RenderWidgetHostViewChildFrame::SetActive(bool active) {
  /external/chromium_org/content/test/
test_render_view_host.cc 149 void TestRenderWidgetHostView::SetActive(bool active) {
test_render_view_host.h 75 virtual void SetActive(bool active) OVERRIDE;

Completed in 3211 milliseconds

1 2