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::__anon2047
291 GetLayer(widget)->GetAnimator()->RemoveObserver(this);
311 ui::Layer* layer = GetLayer(widget);
476 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::__anon1951
672 GetLayer(shelf_)->GetAnimator());
674 GetLayer(shelf_->status_area_widget())->GetAnimator());
696 GetLayer(shelf_)->SetOpacity(target_bounds.opacity);
701 GetLayer(shelf_->status_area_widget())->SetOpacity(
738 GetLayer(shelf_)->GetAnimator()->StopAnimating();
739 GetLayer(shelf_->status_area_widget())->GetAnimator()->StopAnimating();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc590 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.cc917 ui::Layer* Widget::GetLayer() { function in class:views::Widget
918 return native_widget_->GetLayer();
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc819 scoped_refptr<cc::Layer> ContentViewCoreImpl::GetLayer() const { function in class:content::ContentViewCoreImpl
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc978 GetLayer()->SetSubpixelPositionOffset(fudge);
2399 ui::Layer* RenderWidgetHostViewAura::GetLayer() { function in class:content::RenderWidgetHostViewAura

Completed in 169 milliseconds