Home | History | Annotate | Download | only in layers

Lines Matching defs:cc

5 #include "cc/layers/layer_impl.h"
10 #include "cc/animation/animation_registrar.h"
11 #include "cc/animation/scrollbar_animation_controller.h"
12 #include "cc/base/math_util.h"
13 #include "cc/debug/debug_colors.h"
14 #include "cc/debug/layer_tree_debug_state.h"
15 #include "cc/debug/micro_benchmark_impl.h"
16 #include "cc/debug/traced_value.h"
17 #include "cc/input/layer_scroll_offset_delegate.h"
18 #include "cc/layers/layer_utils.h"
19 #include "cc/layers/painted_scrollbar_layer_impl.h"
20 #include "cc/layers/quad_sink.h"
21 #include "cc/output/copy_output_request.h"
22 #include "cc/quads/debug_border_draw_quad.h"
23 #include "cc/trees/layer_tree_host_common.h"
24 #include "cc/trees/layer_tree_impl.h"
25 #include "cc/trees/layer_tree_settings.h"
26 #include "cc/trees/proxy.h"
34 namespace cc {
95 TRACE_DISABLED_BY_DEFAULT("cc.debug"), "cc::LayerImpl", this);
418 TRACE_EVENT0("cc", "LayerImpl::TryScroll: Failed ShouldScrollOnMainThread");
423 TRACE_EVENT0("cc", "LayerImpl::TryScroll: Ignored NonInvertibleTransform");
448 TRACE_EVENT0("cc",
455 TRACE_EVENT0("cc", "LayerImpl::tryScroll: Failed WheelEventHandlers");
460 TRACE_EVENT0("cc", "LayerImpl::tryScroll: Ignored not scrollable");
466 TRACE_EVENT0("cc",
700 return "cc::LayerImpl";
1397 TRACE_DISABLED_BY_DEFAULT("cc.debug"),
1399 "cc::LayerImpl",
1499 } // namespace cc