LayerType 16 cc/layers/draw_properties.h template <typename LayerType> LayerType 69 cc/layers/draw_properties.h LayerType* render_target; LayerType 72 cc/layers/draw_properties.h scoped_ptr<typename LayerType::RenderSurfaceType> render_surface; LayerType 63 cc/layers/layer.h template <typename LayerType> LayerType 93 cc/layers/layer_iterator.h template <typename LayerType> struct LayerIteratorPosition { LayerType 97 cc/layers/layer_iterator.h LayerType* target_render_surface_layer; LayerType 98 cc/layers/layer_iterator.h LayerType* current_layer; LayerType 103 cc/layers/layer_iterator.h template <typename LayerType> LayerType 105 cc/layers/layer_iterator.h typedef LayerIterator<LayerType> LayerIteratorType; LayerType 106 cc/layers/layer_iterator.h typedef typename LayerType::RenderSurfaceListType LayerList; LayerType 107 cc/layers/layer_iterator.h typedef typename LayerType::RenderSurfaceType RenderSurfaceType; LayerType 132 cc/layers/layer_iterator.h LayerType* operator->() const { return current_layer(); } LayerType 133 cc/layers/layer_iterator.h LayerType* operator*() const { return current_layer(); } LayerType 147 cc/layers/layer_iterator.h LayerType* target_render_surface_layer() const { LayerType 151 cc/layers/layer_iterator.h operator const LayerIteratorPosition<LayerType>() const { LayerType 152 cc/layers/layer_iterator.h LayerIteratorPosition<LayerType> position; LayerType 236 cc/layers/layer_iterator.h for (LayerType* layer = current_layer(); LayerType 247 cc/layers/layer_iterator.h inline LayerType* current_layer() const { LayerType 254 cc/layers/layer_iterator.h return LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerType>( LayerType 22 cc/layers/render_surface.h template <typename LayerType> LayerType 28 cc/layers/render_surface_impl.h template <typename LayerType> LayerType 15 cc/test/test_occlusion_tracker.h template <typename LayerType> LayerType 16 cc/test/test_occlusion_tracker.h class TestOcclusionTracker : public OcclusionTracker<LayerType> { LayerType 19 cc/test/test_occlusion_tracker.h : OcclusionTracker<LayerType>(screen_scissor_rect) {} LayerType 22 cc/test/test_occlusion_tracker.h return OcclusionTracker<LayerType>::stack_.back() LayerType 26 cc/test/test_occlusion_tracker.h return OcclusionTracker<LayerType>::stack_.back() LayerType 31 cc/test/test_occlusion_tracker.h size_t stack_size = OcclusionTracker<LayerType>::stack_.size(); LayerType 34 cc/test/test_occlusion_tracker.h return OcclusionTracker<LayerType>::stack_[stack_size - 2] LayerType 38 cc/test/test_occlusion_tracker.h size_t stack_size = OcclusionTracker<LayerType>::stack_.size(); LayerType 41 cc/test/test_occlusion_tracker.h return OcclusionTracker<LayerType>::stack_[stack_size - 2] LayerType 46 cc/test/test_occlusion_tracker.h OcclusionTracker<LayerType>::stack_.back().occlusion_from_outside_target = LayerType 50 cc/test/test_occlusion_tracker.h OcclusionTracker<LayerType>::stack_.back().occlusion_from_inside_target = LayerType 43 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 44 cc/trees/layer_tree_host_common.cc static gfx::Vector2dF GetEffectiveScrollDelta(LayerType* layer) { LayerType 55 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 56 cc/trees/layer_tree_host_common.cc static gfx::Vector2dF GetEffectiveTotalScrollOffset(LayerType* layer) { LayerType 116 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 117 cc/trees/layer_tree_host_common.cc static LayerType* NextTargetSurface(LayerType* layer) { LayerType 126 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 128 cc/trees/layer_tree_host_common.cc const LayerType& ancestor_layer, LayerType 129 cc/trees/layer_tree_host_common.cc const LayerType& descendant_layer) { LayerType 131 cc/trees/layer_tree_host_common.cc const LayerType* descendant_target = descendant_layer.render_target(); LayerType 133 cc/trees/layer_tree_host_common.cc const LayerType* ancestor_target = ancestor_layer.render_target(); LayerType 137 cc/trees/layer_tree_host_common.cc for (const LayerType* target = descendant_target; target != ancestor_target; LayerType 154 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 155 cc/trees/layer_tree_host_common.cc static gfx::Rect TranslateRectToTargetSpace(const LayerType& ancestor_layer, LayerType 156 cc/trees/layer_tree_host_common.cc const LayerType& descendant_layer, LayerType 159 cc/trees/layer_tree_host_common.cc gfx::Vector2dF translation = ComputeChangeOfBasisTranslation<LayerType>( LayerType 169 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 171 cc/trees/layer_tree_host_common.cc const LayerType* layer, LayerType 177 cc/trees/layer_tree_host_common.cc const LayerType* clip_parent = layer->scroll_parent(); LayerType 199 cc/trees/layer_tree_host_common.cc *clip_rect_in_parent_target_space = TranslateRectToTargetSpace<LayerType>( LayerType 210 cc/trees/layer_tree_host_common.cc TranslateRectToTargetSpace<LayerType>(*layer->parent(), LayerType 224 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 226 cc/trees/layer_tree_host_common.cc explicit AccumulatedSurfaceState(LayerType* render_target) LayerType 237 cc/trees/layer_tree_host_common.cc LayerType* render_target; LayerType 240 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 242 cc/trees/layer_tree_host_common.cc LayerType* layer, LayerType 244 cc/trees/layer_tree_host_common.cc std::vector<AccumulatedSurfaceState<LayerType> >* LayerType 256 cc/trees/layer_tree_host_common.cc LayerType* render_target = layer->clip_parent() LayerType 274 cc/trees/layer_tree_host_common.cc clip_rect = TranslateRectToTargetSpace<LayerType>( LayerType 286 cc/trees/layer_tree_host_common.cc typedef typename std::vector<AccumulatedSurfaceState<LayerType> > LayerType 306 cc/trees/layer_tree_host_common.cc LayerType* current_target = current_state->render_target; LayerType 325 cc/trees/layer_tree_host_common.cc template <typename LayerType> static inline bool IsRootLayer(LayerType* layer) { LayerType 329 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 330 cc/trees/layer_tree_host_common.cc static inline bool LayerIsInExisting3DRenderingContext(LayerType* layer) { LayerType 335 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 336 cc/trees/layer_tree_host_common.cc static bool IsRootLayerOfNewRenderingContext(LayerType* layer) { LayerType 343 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 344 cc/trees/layer_tree_host_common.cc static bool IsLayerBackFaceVisible(LayerType* layer) { LayerType 358 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 359 cc/trees/layer_tree_host_common.cc static bool IsSurfaceBackFaceVisible(LayerType* layer, LayerType 373 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 374 cc/trees/layer_tree_host_common.cc static inline bool LayerClipsSubtree(LayerType* layer) { LayerType 378 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 380 cc/trees/layer_tree_host_common.cc LayerType* layer, LayerType 430 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 431 cc/trees/layer_tree_host_common.cc static bool LayerShouldBeSkipped(LayerType* layer, bool layer_is_drawn) { LayerType 455 cc/trees/layer_tree_host_common.cc LayerType* backface_test_layer = layer; LayerType 535 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 537 cc/trees/layer_tree_host_common.cc LayerType* layer, LayerType 905 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 906 cc/trees/layer_tree_host_common.cc static inline void CalculateContentsScale(LayerType* layer, LayerType 919 cc/trees/layer_tree_host_common.cc LayerType* mask_layer = layer->mask_layer(); LayerType 931 cc/trees/layer_tree_host_common.cc LayerType* replica_mask_layer = LayerType 1028 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 1030 cc/trees/layer_tree_host_common.cc LayerType* layer_to_remove, LayerType 1031 cc/trees/layer_tree_host_common.cc typename LayerType::RenderSurfaceListType* render_surface_layer_list) { LayerType 1066 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 1068 cc/trees/layer_tree_host_common.cc LayerType* layer, LayerType 1088 cc/trees/layer_tree_host_common.cc LayerType* child_layer = LayerType 1125 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 1131 cc/trees/layer_tree_host_common.cc const LayerType* page_scale_application_layer; LayerType 1136 cc/trees/layer_tree_host_common.cc template<typename LayerType> LayerType 1153 cc/trees/layer_tree_host_common.cc LayerType* fixed_container; LayerType 1169 cc/trees/layer_tree_host_common.cc typename LayerType::RenderSurfaceType* LayerType 1176 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 1177 cc/trees/layer_tree_host_common.cc static LayerType* GetChildContainingLayer(const LayerType& parent, LayerType 1178 cc/trees/layer_tree_host_common.cc LayerType* layer) { LayerType 1179 cc/trees/layer_tree_host_common.cc for (LayerType* ancestor = layer; ancestor; ancestor = ancestor->parent()) { LayerType 1187 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 1188 cc/trees/layer_tree_host_common.cc static void AddScrollParentChain(std::vector<LayerType*>* out, LayerType 1189 cc/trees/layer_tree_host_common.cc const LayerType& parent, LayerType 1190 cc/trees/layer_tree_host_common.cc LayerType* layer) { LayerType 1218 cc/trees/layer_tree_host_common.cc LayerType* child = GetChildContainingLayer(parent, layer); LayerType 1222 cc/trees/layer_tree_host_common.cc if (LayerType* scroll_parent = child->scroll_parent()) LayerType 1229 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 1230 cc/trees/layer_tree_host_common.cc static bool SortChildrenForRecursion(std::vector<LayerType*>* out, LayerType 1231 cc/trees/layer_tree_host_common.cc const LayerType& parent) { LayerType 1235 cc/trees/layer_tree_host_common.cc LayerType* current = LayerType 1250 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 1251 cc/trees/layer_tree_host_common.cc static void GetNewDescendantsStartIndexAndCount(LayerType* layer, LayerType 1258 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 1259 cc/trees/layer_tree_host_common.cc static void GetNewRenderSurfacesStartIndexAndCount(LayerType* layer, LayerType 1267 cc/trees/layer_tree_host_common.cc template <typename LayerType, LayerType 1270 cc/trees/layer_tree_host_common.cc const LayerType& parent, LayerType 1271 cc/trees/layer_tree_host_common.cc typename LayerType::RenderSurfaceListType* unsorted, LayerType 1275 cc/trees/layer_tree_host_common.cc typename LayerType::LayerListType buffer; LayerType 1277 cc/trees/layer_tree_host_common.cc LayerType* child = LayerType 1296 cc/trees/layer_tree_host_common.cc template <typename LayerType> LayerType 1298 cc/trees/layer_tree_host_common.cc LayerType* layer, LayerType 1299 cc/trees/layer_tree_host_common.cc const SubtreeGlobals<LayerType>& globals, LayerType 1300 cc/trees/layer_tree_host_common.cc const DataForRecursion<LayerType>& data_from_ancestor, LayerType 1301 cc/trees/layer_tree_host_common.cc typename LayerType::RenderSurfaceListType* render_surface_layer_list, LayerType 1302 cc/trees/layer_tree_host_common.cc typename LayerType::RenderSurfaceListType* layer_list, LayerType 1303 cc/trees/layer_tree_host_common.cc std::vector<AccumulatedSurfaceState<LayerType> >* LayerType 1425 cc/trees/layer_tree_host_common.cc DataForRecursion<LayerType> data_for_children; LayerType 1426 cc/trees/layer_tree_host_common.cc typename LayerType::RenderSurfaceType* LayerType 1461 cc/trees/layer_tree_host_common.cc UpdateClipRectsForClipChild<LayerType>( LayerType 1468 cc/trees/layer_tree_host_common.cc DrawProperties<LayerType>& layer_draw_properties = layer->draw_properties(); LayerType 1636 cc/trees/layer_tree_host_common.cc typename LayerType::RenderSurfaceType* render_surface = LayerType 1707 cc/trees/layer_tree_host_common.cc DrawProperties<LayerType>& mask_layer_draw_properties = LayerType 1715 cc/trees/layer_tree_host_common.cc DrawProperties<LayerType>& replica_mask_draw_properties = LayerType 1783 cc/trees/layer_tree_host_common.cc AccumulatedSurfaceState<LayerType>(layer)); LayerType 1865 cc/trees/layer_tree_host_common.cc typename LayerType::RenderSurfaceListType& descendants = LayerType 1914 cc/trees/layer_tree_host_common.cc std::vector<LayerType*> sorted_children; LayerType 1924 cc/trees/layer_tree_host_common.cc LayerType* child = LayerType 1934 cc/trees/layer_tree_host_common.cc CalculateDrawPropertiesInternal<LayerType>(child, LayerType 1960 cc/trees/layer_tree_host_common.cc &GetNewRenderSurfacesStartIndexAndCount<LayerType>); LayerType 1966 cc/trees/layer_tree_host_common.cc &GetNewDescendantsStartIndexAndCount<LayerType>); LayerType 2008 cc/trees/layer_tree_host_common.cc typename LayerType::RenderSurfaceType* render_surface = LayerType 2116 cc/trees/layer_tree_host_common.cc UpdateAccumulatedSurfaceState<LayerType>( LayerType 31 cc/trees/layer_tree_host_common.h template <typename LayerType, typename RenderSurfaceLayerListType> LayerType 34 cc/trees/layer_tree_host_common.h CalcDrawPropsInputs(LayerType* root_layer, LayerType 39 cc/trees/layer_tree_host_common.h const LayerType* page_scale_application_layer, LayerType 57 cc/trees/layer_tree_host_common.h LayerType* root_layer; LayerType 62 cc/trees/layer_tree_host_common.h const LayerType* page_scale_application_layer; LayerType 70 cc/trees/layer_tree_host_common.h template <typename LayerType, typename RenderSurfaceLayerListType> LayerType 72 cc/trees/layer_tree_host_common.h : public CalcDrawPropsInputs<LayerType, RenderSurfaceLayerListType> { LayerType 74 cc/trees/layer_tree_host_common.h LayerType* root_layer, LayerType 79 cc/trees/layer_tree_host_common.h LayerType* root_layer, LayerType 111 cc/trees/layer_tree_host_common.h template <typename LayerType> LayerType 112 cc/trees/layer_tree_host_common.h static bool RenderSurfaceContributesToTarget(LayerType*, LayerType 115 cc/trees/layer_tree_host_common.h template <typename LayerType> LayerType 117 cc/trees/layer_tree_host_common.h LayerType* root_layer, LayerType 118 cc/trees/layer_tree_host_common.h const base::Callback<void(LayerType* layer)>& function); LayerType 122 cc/trees/layer_tree_host_common.h template <typename LayerType> LayerType 123 cc/trees/layer_tree_host_common.h static LayerType* FindLayerInSubtree(LayerType* root_layer, int layer_id); LayerType 151 cc/trees/layer_tree_host_common.h template <typename LayerType> LayerType 153 cc/trees/layer_tree_host_common.h LayerType* layer, LayerType 166 cc/trees/layer_tree_host_common.h template <typename LayerType> LayerType 167 cc/trees/layer_tree_host_common.h LayerType* LayerTreeHostCommon::FindLayerInSubtree(LayerType* root_layer, LayerType 183 cc/trees/layer_tree_host_common.h if (LayerType* found = FindLayerInSubtree( LayerType 190 cc/trees/layer_tree_host_common.h template <typename LayerType> LayerType 192 cc/trees/layer_tree_host_common.h LayerType* root_layer, LayerType 193 cc/trees/layer_tree_host_common.h const base::Callback<void(LayerType* layer)>& function) { LayerType 196 cc/trees/layer_tree_host_common.h if (LayerType* mask_layer = root_layer->mask_layer()) LayerType 198 cc/trees/layer_tree_host_common.h if (LayerType* replica_layer = root_layer->replica_layer()) { LayerType 200 cc/trees/layer_tree_host_common.h if (LayerType* mask_layer = replica_layer->mask_layer()) LayerType 210 cc/trees/layer_tree_host_common.h template <typename LayerType, typename RenderSurfaceLayerListType> LayerType 211 cc/trees/layer_tree_host_common.h LayerTreeHostCommon::CalcDrawPropsInputsForTesting<LayerType, LayerType 214 cc/trees/layer_tree_host_common.h LayerType* root_layer, LayerType 218 cc/trees/layer_tree_host_common.h : CalcDrawPropsInputs<LayerType, RenderSurfaceLayerListType>( LayerType 234 cc/trees/layer_tree_host_common.h template <typename LayerType, typename RenderSurfaceLayerListType> LayerType 235 cc/trees/layer_tree_host_common.h LayerTreeHostCommon::CalcDrawPropsInputsForTesting<LayerType, LayerType 238 cc/trees/layer_tree_host_common.h LayerType* root_layer, LayerType 241 cc/trees/layer_tree_host_common.h : CalcDrawPropsInputs<LayerType, RenderSurfaceLayerListType>( LayerType 40 cc/trees/layer_tree_host_common_unittest.cc template <typename LayerType> LayerType 42 cc/trees/layer_tree_host_common_unittest.cc LayerType* layer, LayerType 140 cc/trees/layer_tree_host_common_unittest.cc template <class LayerType> LayerType 141 cc/trees/layer_tree_host_common_unittest.cc void ExecuteCalculateDrawProperties(LayerType* root_layer) { LayerType 142 cc/trees/layer_tree_host_common_unittest.cc LayerType* page_scale_application_layer = NULL; LayerType 147 cc/trees/layer_tree_host_common_unittest.cc template <class LayerType> LayerType 148 cc/trees/layer_tree_host_common_unittest.cc void ExecuteCalculateDrawProperties(LayerType* root_layer, LayerType 150 cc/trees/layer_tree_host_common_unittest.cc LayerType* page_scale_application_layer = NULL; LayerType 158 cc/trees/layer_tree_host_common_unittest.cc template <class LayerType> LayerType 159 cc/trees/layer_tree_host_common_unittest.cc void ExecuteCalculateDrawProperties(LayerType* root_layer, LayerType 162 cc/trees/layer_tree_host_common_unittest.cc LayerType* page_scale_application_layer) { LayerType 19 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 20 cc/trees/occlusion_tracker.cc OcclusionTracker<LayerType>::OcclusionTracker( LayerType 26 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 27 cc/trees/occlusion_tracker.cc OcclusionTracker<LayerType>::~OcclusionTracker() {} LayerType 29 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 30 cc/trees/occlusion_tracker.cc void OcclusionTracker<LayerType>::EnterLayer( LayerType 31 cc/trees/occlusion_tracker.cc const LayerIteratorPosition<LayerType>& layer_iterator) { LayerType 32 cc/trees/occlusion_tracker.cc LayerType* render_target = layer_iterator.target_render_surface_layer; LayerType 40 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 41 cc/trees/occlusion_tracker.cc void OcclusionTracker<LayerType>::LeaveLayer( LayerType 42 cc/trees/occlusion_tracker.cc const LayerIteratorPosition<LayerType>& layer_iterator) { LayerType 43 cc/trees/occlusion_tracker.cc LayerType* render_target = layer_iterator.target_render_surface_layer; LayerType 140 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 141 cc/trees/occlusion_tracker.cc static inline bool LayerIsHidden(const LayerType* layer) { LayerType 146 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 147 cc/trees/occlusion_tracker.cc void OcclusionTracker<LayerType>::EnterRenderTarget( LayerType 148 cc/trees/occlusion_tracker.cc const LayerType* new_target) { LayerType 152 cc/trees/occlusion_tracker.cc const LayerType* old_target = NULL; LayerType 153 cc/trees/occlusion_tracker.cc const typename LayerType::RenderSurfaceType* old_occlusion_immune_ancestor = LayerType 160 cc/trees/occlusion_tracker.cc const typename LayerType::RenderSurfaceType* new_occlusion_immune_ancestor = LayerType 200 cc/trees/occlusion_tracker.cc TransformSurfaceOpaqueRegion<typename LayerType::RenderSurfaceType>( LayerType 206 cc/trees/occlusion_tracker.cc TransformSurfaceOpaqueRegion<typename LayerType::RenderSurfaceType>( LayerType 213 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 214 cc/trees/occlusion_tracker.cc void OcclusionTracker<LayerType>::FinishedRenderTarget( LayerType 215 cc/trees/occlusion_tracker.cc const LayerType* finished_target) { LayerType 219 cc/trees/occlusion_tracker.cc typename LayerType::RenderSurfaceType* surface = LayerType 242 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 243 cc/trees/occlusion_tracker.cc static void ReduceOcclusionBelowSurface(LayerType* contributing_layer, LayerType 246 cc/trees/occlusion_tracker.cc LayerType* render_target, LayerType 297 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 298 cc/trees/occlusion_tracker.cc void OcclusionTracker<LayerType>::LeaveToRenderTarget( LayerType 299 cc/trees/occlusion_tracker.cc const LayerType* new_target) { LayerType 308 cc/trees/occlusion_tracker.cc const LayerType* old_target = stack_[last_index].target; LayerType 309 cc/trees/occlusion_tracker.cc const typename LayerType::RenderSurfaceType* old_surface = LayerType 313 cc/trees/occlusion_tracker.cc TransformSurfaceOpaqueRegion<typename LayerType::RenderSurfaceType>( LayerType 320 cc/trees/occlusion_tracker.cc TransformSurfaceOpaqueRegion<typename LayerType::RenderSurfaceType>( LayerType 328 cc/trees/occlusion_tracker.cc TransformSurfaceOpaqueRegion<typename LayerType::RenderSurfaceType>( LayerType 399 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 400 cc/trees/occlusion_tracker.cc void OcclusionTracker<LayerType>::MarkOccludedBehindLayer( LayerType 401 cc/trees/occlusion_tracker.cc const LayerType* layer) { LayerType 502 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 503 cc/trees/occlusion_tracker.cc bool OcclusionTracker<LayerType>::Occluded( LayerType 504 cc/trees/occlusion_tracker.cc const LayerType* render_target, LayerType 547 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 548 cc/trees/occlusion_tracker.cc gfx::Rect OcclusionTracker<LayerType>::UnoccludedContentRect( LayerType 549 cc/trees/occlusion_tracker.cc const LayerType* render_target, LayerType 593 cc/trees/occlusion_tracker.cc template <typename LayerType> LayerType 594 cc/trees/occlusion_tracker.cc gfx::Rect OcclusionTracker<LayerType>::UnoccludedContributingSurfaceContentRect( LayerType 595 cc/trees/occlusion_tracker.cc const LayerType* layer, LayerType 31 cc/trees/occlusion_tracker.h template <typename LayerType> LayerType 39 cc/trees/occlusion_tracker.h void EnterLayer(const LayerIteratorPosition<LayerType>& layer_iterator); LayerType 42 cc/trees/occlusion_tracker.h void LeaveLayer(const LayerIteratorPosition<LayerType>& layer_iterator); LayerType 48 cc/trees/occlusion_tracker.h bool Occluded(const LayerType* render_target, LayerType 56 cc/trees/occlusion_tracker.h gfx::Rect UnoccludedContentRect(const LayerType* render_target, LayerType 64 cc/trees/occlusion_tracker.h const LayerType* layer, LayerType 92 cc/trees/occlusion_tracker.h explicit StackObject(const LayerType* target) : target(target) {} LayerType 93 cc/trees/occlusion_tracker.h const LayerType* target; LayerType 118 cc/trees/occlusion_tracker.h void EnterRenderTarget(const LayerType* new_target); LayerType 123 cc/trees/occlusion_tracker.h void FinishedRenderTarget(const LayerType* finished_target); LayerType 129 cc/trees/occlusion_tracker.h void LeaveToRenderTarget(const LayerType* new_target); LayerType 132 cc/trees/occlusion_tracker.h void MarkOccludedBehindLayer(const LayerType* layer); LayerType 75 cc/trees/occlusion_tracker_unittest.cc template <typename LayerType> LayerType 76 cc/trees/occlusion_tracker_unittest.cc class TestOcclusionTrackerWithClip : public TestOcclusionTracker<LayerType> { LayerType 79 cc/trees/occlusion_tracker_unittest.cc : TestOcclusionTracker<LayerType>(viewport_rect) {} LayerType 81 cc/trees/occlusion_tracker_unittest.cc bool OccludedLayer(const LayerType* layer, LayerType 90 cc/trees/occlusion_tracker_unittest.cc gfx::Rect UnoccludedLayerContentRect(const LayerType* layer, LayerType 97 cc/trees/occlusion_tracker_unittest.cc gfx::Rect UnoccludedSurfaceContentRect(const LayerType* layer, LayerType 100 cc/trees/occlusion_tracker_unittest.cc typename LayerType::RenderSurfaceType* surface = layer->render_surface(); LayerType 162 cc/trees/occlusion_tracker_unittest.cc return layer->PassAs<LayerType>(); LayerType 203 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* CreateLayer(typename Types::LayerType* parent, LayerType 208 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* layer_ptr = layer.get(); LayerType 214 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* CreateSurface(typename Types::LayerType* parent, LayerType 218 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* layer = LayerType 225 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* parent, LayerType 249 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* CreateReplicaLayer( LayerType 250 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* owning_layer, LayerType 262 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* CreateMaskLayer( LayerType 263 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* owning_layer, LayerType 274 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* parent, LayerType 339 cc/trees/occlusion_tracker_unittest.cc void EnterLayer(typename Types::LayerType* layer, LayerType 346 cc/trees/occlusion_tracker_unittest.cc void LeaveLayer(typename Types::LayerType* layer, LayerType 354 cc/trees/occlusion_tracker_unittest.cc void VisitLayer(typename Types::LayerType* layer, LayerType 361 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* layer, LayerType 373 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* layer, LayerType 382 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* layer, LayerType 399 cc/trees/occlusion_tracker_unittest.cc void SetBaseProperties(typename Types::LayerType* layer, LayerType 451 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* last_layer_visited_; LayerType 539 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 605 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 661 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 731 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 791 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* child = this->CreateSurface( LayerType 802 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 908 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 952 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* child = this->CreateSurface( LayerType 972 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1131 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* child = this->CreateLayer( LayerType 1138 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1207 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1308 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* child1 = this->CreateSurface( LayerType 1310 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* child2 = this->CreateSurface( LayerType 1326 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1424 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* child1 = this->CreateSurface( LayerType 1426 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* child2 = LayerType 1446 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1566 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1627 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* surface = LayerType 1637 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1668 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* surface = LayerType 1678 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1707 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* surface = LayerType 1713 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* replica = this->CreateReplicaLayer( LayerType 1718 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1755 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1791 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1810 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1829 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1863 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* container = this->CreateLayer( LayerType 1873 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1923 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 1954 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* container = this->CreateLayer( LayerType 1969 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2003 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* container = this->CreateLayer( LayerType 2013 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2056 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2097 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2181 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2301 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2422 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2522 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2570 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2594 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* surface = LayerType 2604 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* topmost = LayerType 2612 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2651 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* surface = LayerType 2661 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* topmost = LayerType 2669 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2712 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* surface = LayerType 2722 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* over_surface = this->CreateDrawingLayer( LayerType 2724 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* over_replica = LayerType 2732 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2781 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* surface = LayerType 2787 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* surface_child = LayerType 2793 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* topmost = this->CreateDrawingLayer( LayerType 2797 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 2869 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* filtered_surface = LayerType 2875 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* occluding_layer1 = this->CreateDrawingLayer( LayerType 2877 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* occluding_layer2 = LayerType 2883 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* occluding_layer3 = LayerType 2889 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* occluding_layer4 = LayerType 2908 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3024 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* parent = this->CreateSurface( LayerType 3027 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* filtered_surface1 = this->CreateDrawingLayer( LayerType 3029 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* filtered_surface2 = this->CreateDrawingLayer( LayerType 3031 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* occluding_layer_above = LayerType 3051 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3101 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* behind_surface_layer = LayerType 3107 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* behind_replica_layer = LayerType 3113 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* filtered_surface = LayerType 3131 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3178 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* filtered_surface = LayerType 3184 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* occluding_layer = LayerType 3198 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3252 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* filtered_surface = LayerType 3262 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* above_surface_layer = LayerType 3268 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* above_replica_layer = LayerType 3274 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* beside_surface_layer = LayerType 3280 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* beside_replica_layer = LayerType 3299 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3362 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* large = this->CreateDrawingLayer( LayerType 3364 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* small = LayerType 3372 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3408 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* clip = this->CreateLayer(parent, LayerType 3413 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* scale = this->CreateLayer( LayerType 3415 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* scaled = this->CreateDrawingLayer( LayerType 3419 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3445 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* clip = this->CreateLayer(parent, LayerType 3450 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* surface = this->CreateDrawingSurface( LayerType 3452 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* scale = this->CreateLayer( LayerType 3454 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* scaled = this->CreateDrawingLayer( LayerType 3458 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3485 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* copy = this->CreateLayer(parent, LayerType 3490 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* copy_child = this->CreateDrawingLayer( LayerType 3498 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3532 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* hide = this->CreateLayer( LayerType 3534 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* copy = this->CreateLayer( LayerType 3537 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* copy_child = this->CreateDrawingLayer( LayerType 3546 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 3585 cc/trees/occlusion_tracker_unittest.cc TestOcclusionTrackerWithClip<typename Types::LayerType> occlusion( LayerType 15 cc/trees/quad_culler.h template <typename LayerType> LayerType 50 cc/trees/tree_synchronizer.cc template <typename LayerType> LayerType 52 cc/trees/tree_synchronizer.cc LayerType* layer_root, LayerType 87 cc/trees/tree_synchronizer.cc template <typename LayerType> LayerType 90 cc/trees/tree_synchronizer.cc LayerType* layer, LayerType 101 cc/trees/tree_synchronizer.cc template <typename LayerType> LayerType 105 cc/trees/tree_synchronizer.cc LayerType* layer, LayerType 145 cc/trees/tree_synchronizer.cc template <typename LayerType, typename ScrollbarLayerType> LayerType 148 cc/trees/tree_synchronizer.cc LayerType* layer) { LayerType 154 cc/trees/tree_synchronizer.cc LayerType, ScrollbarLayerType>(new_layers, layer->child_at(i)); LayerType 186 cc/trees/tree_synchronizer.cc template <typename LayerType> LayerType 188 cc/trees/tree_synchronizer.cc LayerType* layer, LayerType 41 cc/trees/tree_synchronizer.h template <typename LayerType> LayerType 43 cc/trees/tree_synchronizer.h LayerType* layer, LayerType 43 ui/aura/window.cc ui::LayerType WindowLayerTypeToUILayerType(WindowLayerType window_layer_type) { LayerType 82 ui/compositor/layer.cc Layer::Layer(LayerType type) LayerType 71 ui/compositor/layer.h explicit Layer(LayerType type); LayerType 117 ui/compositor/layer.h LayerType type() const { return type_; } LayerType 413 ui/compositor/layer.h const LayerType type_; LayerType 109 ui/compositor/layer_unittest.cc Layer* CreateLayer(LayerType type) { LayerType 418 ui/compositor/layer_unittest.cc virtual Layer* CreateLayer(LayerType type) { LayerType 615 ui/compositor/layer_unittest.cc virtual Layer* CreateLayer(LayerType type) OVERRIDE { LayerType 84 ui/v2/public/view.h void CreateLayer(ui::LayerType layer_type); LayerType 284 ui/v2/src/view.cc void View::CreateLayer(ui::LayerType layer_type) {