Searched defs:GetLayer (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc50 ui::Layer* GetLayer(views::Widget* widget) { function in namespace:ash::__anon2030
313 GetLayer(widget)->GetAnimator()->RemoveObserver(this);
333 ui::Layer* layer = GetLayer(widget);
498 ui::LayerAnimator* widget_animator = GetLayer(widget)->GetAnimator();
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc76 ui::Layer* GetLayer(views::Widget* widget) { function in namespace:ash::__anon1935
656 GetLayer(shelf_)->GetAnimator());
658 GetLayer(shelf_->status_area_widget())->GetAnimator());
680 GetLayer(shelf_)->SetOpacity(target_bounds.opacity);
685 GetLayer(shelf_->status_area_widget())->SetOpacity(
729 GetLayer(shelf_)->GetAnimator()->StopAnimating();
730 GetLayer(shelf_->status_area_widget())->GetAnimator()->StopAnimating();
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc794 scoped_refptr<cc::Layer> ContentViewCoreImpl::GetLayer() const { function in class:content::ContentViewCoreImpl
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc587 ui::Layer* DesktopNativeWidgetAura::GetLayer() { function in class:views::DesktopNativeWidgetAura
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc233 ui::Layer* NativeWidgetAura::GetLayer() { function in class:views::NativeWidgetAura
H A Dwidget.cc919 ui::Layer* Widget::GetLayer() { function in class:views::Widget
920 return native_widget_->GetLayer();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2578 ui::Layer* RenderWidgetHostViewAura::GetLayer() { function in class:content::RenderWidgetHostViewAura

Completed in 1663 milliseconds