Searched defs:SetActive (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_icon.cc20 void ManagePasswordsIcon::SetActive(bool active) { function in class:ManagePasswordsIcon
/external/chromium_org/content/child/service_worker/
H A Dweb_service_worker_registration_impl.cc59 void WebServiceWorkerRegistrationImpl::SetActive( function in class:content::WebServiceWorkerRegistrationImpl
/external/chromium_org/cc/scheduler/
H A Ddelay_based_time_source.cc82 base::TimeTicks DelayBasedTimeSource::SetActive(bool active) { function in class:cc::DelayBasedTimeSource
83 TRACE_EVENT1("cc", "DelayBasedTimeSource::SetActive", "active", active);
153 SetActive(false);
154 SetActive(true);
172 SetActive(false);
173 SetActive(true);
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc69 void ImplicitAnimationObserver::SetActive(bool active) { function in class:ui::ImplicitAnimationObserver
75 SetActive(false);
/external/chromium_org/v8/src/
H A Dsampler.h112 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); } function in class:v8::internal::Sampler
/external/chromium_org/ui/views/ime/
H A Dmock_input_method.cc170 void MockInputMethod::SetActive(bool active) { function in class:views::MockInputMethod
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service.cc89 void SupervisedUserSettingsService::SetActive(bool active) { function in class:SupervisedUserSettingsService
H A Dsupervised_user_service.cc185 SetActive(false);
251 SetActive(false);
544 SetActive(!supervised_user_id.empty());
690 SetActive(ProfileIsSupervised());
693 void SupervisedUserService::SetActive(bool active) { function in class:SupervisedUserService
698 if (!delegate_ || !delegate_->SetActive(active_)) {
734 settings_service->SetActive(active_);
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc260 void RenderWidgetHostViewChildFrame::SetActive(bool active) { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_guest.cc400 void RenderWidgetHostViewGuest::SetActive(bool active) { function in class:content::RenderWidgetHostViewGuest
401 platform_view_->SetActive(active);
H A Dnavigation_controller_impl.cc1687 void NavigationControllerImpl::SetActive(bool is_active) { function in class:content::NavigationControllerImpl
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc154 void TestRenderWidgetHostView::SetActive(bool active) { function in class:content::TestRenderWidgetHostView
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc672 void RenderWidgetHostImpl::SetActive(bool active) { function in class:content::RenderWidgetHostImpl
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc145 time_source_->SetActive(false);
183 void SetActive(bool active) { function in class:cc::LayerTreeHostImplTimeSourceAdapter
185 time_source_->SetActive(active);
943 time_source_client_adapter_->SetActive(enabled);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc863 void AutofillDialogViews::SectionContainer::SetActive(bool active) { function in class:autofill::AutofillDialogViews::SectionContainer
887 SetActive(ShouldForwardEvent(event));
895 SetActive(true);
902 SetActive(false);
1741 group->container->SetActive(true);
1756 group->container->SetActive(false);

Completed in 1086 milliseconds