OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScrollbarAnimationControllerThinning
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning.cc
23
scoped_ptr<
ScrollbarAnimationControllerThinning
>
24
ScrollbarAnimationControllerThinning
::Create(LayerImpl* scroll_layer) {
25
return make_scoped_ptr(new
ScrollbarAnimationControllerThinning
(
31
scoped_ptr<
ScrollbarAnimationControllerThinning
>
32
ScrollbarAnimationControllerThinning
::CreateForTest(LayerImpl* scroll_layer,
34
return make_scoped_ptr(new
ScrollbarAnimationControllerThinning
(
38
ScrollbarAnimationControllerThinning
::
ScrollbarAnimationControllerThinning
(
56
ScrollbarAnimationControllerThinning
::~
ScrollbarAnimationControllerThinning
() {
[
all
...]
scrollbar_animation_controller_thinning.h
16
class CC_EXPORT
ScrollbarAnimationControllerThinning
19
static scoped_ptr<
ScrollbarAnimationControllerThinning
> Create(
22
static scoped_ptr<
ScrollbarAnimationControllerThinning
> CreateForTest(
27
virtual ~
ScrollbarAnimationControllerThinning
();
47
ScrollbarAnimationControllerThinning
(LayerImpl* scroll_layer,
88
DISALLOW_COPY_AND_ASSIGN(
ScrollbarAnimationControllerThinning
);
scrollbar_animation_controller_thinning_unittest.cc
33
scrollbar_controller_ =
ScrollbarAnimationControllerThinning
::CreateForTest(
41
scoped_ptr<
ScrollbarAnimationControllerThinning
> scrollbar_controller_;
/external/chromium_org/cc/layers/
layer_impl.cc
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc
[
all
...]
Completed in 69 milliseconds