Home | Sort by relevance Sort by last modified time |
/external/chromium_org/content/browser/web_contents/aura/ | |
gesture_nav_simple.h | 46 scoped_ptr<ui::Layer> clip_layer_; member in class:content::GestureNavSimple |
/external/chromium_org/cc/animation/ | |
scrollbar_animation_controller_linear_fade_unittest.cc | 48 clip_layer_ = LayerImpl::Create(host_impl_.active_tree(), 3); 49 scroll_layer->SetScrollClipLayer(clip_layer_->id()); 51 clip_layer_->AddChild(scroll_layer.Pass()); 54 clip_layer_->id()); 55 clip_layer_->SetBounds(gfx::Size(100, 100)); 69 scoped_ptr<LayerImpl> clip_layer_; member in class:cc::__anon7256::ScrollbarAnimationControllerLinearFadeTest |