/external/chromium_org/cc/trees/ |
D | layer_tree_host_common.h | 31 template <typename LayerType, typename RenderSurfaceLayerListType> 34 CalcDrawPropsInputs(LayerType* root_layer, in CalcDrawPropsInputs() 39 const LayerType* page_scale_application_layer, in CalcDrawPropsInputs() 57 LayerType* root_layer; 62 const LayerType* page_scale_application_layer; 70 template <typename LayerType, typename RenderSurfaceLayerListType> 72 : public CalcDrawPropsInputs<LayerType, RenderSurfaceLayerListType> { 74 LayerType* root_layer, 79 LayerType* root_layer, 110 template <typename LayerType> [all …]
|
D | layer_tree_host_common.cc | 43 template <typename LayerType> 44 static gfx::Vector2dF GetEffectiveScrollDelta(LayerType* layer) { in GetEffectiveScrollDelta() 55 template <typename LayerType> 56 static gfx::Vector2dF GetEffectiveTotalScrollOffset(LayerType* layer) { in GetEffectiveTotalScrollOffset() 116 template <typename LayerType> 117 static LayerType* NextTargetSurface(LayerType* layer) { in NextTargetSurface() 126 template <typename LayerType> 128 const LayerType& ancestor_layer, in ComputeChangeOfBasisTranslation() 129 const LayerType& descendant_layer) { in ComputeChangeOfBasisTranslation() 131 const LayerType* descendant_target = descendant_layer.render_target(); in ComputeChangeOfBasisTranslation() [all …]
|
D | occlusion_tracker.cc | 20 template <typename LayerType, typename RenderSurfaceType> 21 OcclusionTrackerBase<LayerType, RenderSurfaceType>::OcclusionTrackerBase( in OcclusionTrackerBase() 28 template <typename LayerType, typename RenderSurfaceType> 29 OcclusionTrackerBase<LayerType, RenderSurfaceType>::~OcclusionTrackerBase() {} in ~OcclusionTrackerBase() 31 template <typename LayerType, typename RenderSurfaceType> 32 void OcclusionTrackerBase<LayerType, RenderSurfaceType>::EnterLayer( in EnterLayer() 33 const LayerIteratorPosition<LayerType>& layer_iterator) { in EnterLayer() 34 LayerType* render_target = layer_iterator.target_render_surface_layer; in EnterLayer() 42 template <typename LayerType, typename RenderSurfaceType> 43 void OcclusionTrackerBase<LayerType, RenderSurfaceType>::LeaveLayer( in LeaveLayer() [all …]
|
D | occlusion_tracker.h | 32 template <typename LayerType, typename RenderSurfaceType> 41 void EnterLayer(const LayerIteratorPosition<LayerType>& layer_iterator); 44 void LeaveLayer(const LayerIteratorPosition<LayerType>& layer_iterator); 50 bool Occluded(const LayerType* render_target, 60 const LayerType* render_target, 69 const LayerType* layer, 102 explicit StackObject(const LayerType* target) : target(target) {} in StackObject() 103 const LayerType* target; 128 void EnterRenderTarget(const LayerType* new_target); 133 void FinishedRenderTarget(const LayerType* finished_target); [all …]
|
D | occlusion_tracker_unittest.cc | 83 template <typename LayerType, typename RenderSurfaceType> 85 : public TestOcclusionTrackerBase<LayerType, RenderSurfaceType> { 89 : TestOcclusionTrackerBase<LayerType, RenderSurfaceType>( in TestOcclusionTrackerWithClip() 93 : TestOcclusionTrackerBase<LayerType, RenderSurfaceType>(viewport_rect, in TestOcclusionTrackerWithClip() 96 bool OccludedLayer(const LayerType* layer, in OccludedLayer() 107 gfx::Rect UnoccludedLayerContentRect(const LayerType* layer, in UnoccludedLayerContentRect() 119 typedef Layer LayerType; typedef 152 typedef LayerImpl LayerType; typedef 177 return layer->PassAs<LayerType>(); in PassLayerPtr() 218 typename Types::LayerType* CreateLayer(typename Types::LayerType* parent, in CreateLayer() [all …]
|
D | tree_synchronizer.cc | 41 template <typename LayerType> 43 LayerType* layer_root, in SynchronizeTreesInternal() 78 template <typename LayerType> 81 LayerType* layer, in ReuseOrCreateLayerImpl() 92 template <typename LayerType> 96 LayerType* layer, in SynchronizeTreesRecursiveInternal() 141 template <typename LayerType, typename ScrollbarLayerType> 144 LayerType* layer) { in UpdateScrollbarLayerPointersRecursiveInternal() 150 LayerType, ScrollbarLayerType>(new_layers, layer->child_at(i)); in UpdateScrollbarLayerPointersRecursiveInternal() 201 template <typename LayerType> [all …]
|
D | tree_synchronizer.h | 44 template <typename LayerType> 46 LayerType* layer,
|
D | quad_culler.h | 15 template <typename LayerType, typename SurfaceType> class OcclusionTrackerBase;
|
D | layer_tree_host_common_unittest.cc | 40 template <typename LayerType> 42 LayerType* layer, in SetLayerPropertiesForTestingInternal() 140 template <class LayerType> 141 void ExecuteCalculateDrawProperties(LayerType* root_layer) { in ExecuteCalculateDrawProperties() 142 LayerType* page_scale_application_layer = NULL; in ExecuteCalculateDrawProperties() 147 template <class LayerType> 148 void ExecuteCalculateDrawProperties(LayerType* root_layer, in ExecuteCalculateDrawProperties() 150 LayerType* page_scale_application_layer = NULL; in ExecuteCalculateDrawProperties() 158 template <class LayerType> 159 void ExecuteCalculateDrawProperties(LayerType* root_layer, in ExecuteCalculateDrawProperties() [all …]
|
/external/chromium_org/cc/layers/ |
D | layer_iterator.h | 98 template <typename LayerType> struct LayerIteratorPosition { 102 LayerType* target_render_surface_layer; 103 LayerType* current_layer; 108 template <typename LayerType, 113 typedef LayerIterator<LayerType, 141 LayerType* operator->() const { return current_layer(); } 142 LayerType* operator*() const { return current_layer(); } 156 LayerType* target_render_surface_layer() const { in target_render_surface_layer() 160 operator const LayerIteratorPosition<LayerType>() const { 161 LayerIteratorPosition<LayerType> position; [all …]
|
D | layer_iterator.cc | 16 template <typename LayerType, 21 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in Begin() argument 27 template <typename LayerType, 32 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in End() argument 38 template <typename LayerType, 43 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in Next() argument 74 template <typename LayerType, 79 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in GoToHighestInSubtree() argument 91 for (LayerType* layer = it->current_layer(); in GoToHighestInSubtree()
|
D | draw_properties.h | 16 template <typename LayerType> 69 LayerType* render_target; 72 scoped_ptr<typename LayerType::RenderSurfaceType> render_surface;
|
/external/chromium_org/cc/test/ |
D | occlusion_tracker_test_common.h | 15 template <typename LayerType, typename RenderSurfaceType> 17 : public OcclusionTrackerBase<LayerType, RenderSurfaceType> { 21 : OcclusionTrackerBase<LayerType, RenderSurfaceType>( in TestOcclusionTrackerBase() 26 return OcclusionTrackerBase<LayerType, RenderSurfaceType>::stack_.back(). in occlusion_from_inside_target() 30 return OcclusionTrackerBase<LayerType, RenderSurfaceType>::stack_.back(). in occlusion_from_outside_target() 35 OcclusionTrackerBase<LayerType, RenderSurfaceType>::stack_.back(). in set_occlusion_from_outside_target() 39 OcclusionTrackerBase<LayerType, RenderSurfaceType>::stack_.back(). in set_occlusion_from_inside_target()
|
/external/apache-http/src/org/apache/http/conn/routing/ |
D | HttpRoute.java | 69 private final LayerType layered; 98 TunnelType tunnelled, LayerType layered) { in HttpRoute() 112 layered = LayerType.PLAIN; in HttpRoute() 137 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute() 160 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute() 176 this(local, target, null, secure, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute() 186 this(null, target, null, false, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute() 207 secure ? LayerType.LAYERED : LayerType.PLAIN); in HttpRoute() 315 public final LayerType getLayerType() { in getLayerType() 322 return (this.layered == LayerType.LAYERED); in isLayered() [all …]
|
D | RouteTracker.java | 74 private LayerType layered; 95 this.layered = LayerType.PLAIN; in RouteTracker() 208 this.layered = LayerType.LAYERED; in layerProtocol() 286 public final LayerType getLayerType() { in getLayerType() 293 return (this.layered == LayerType.LAYERED); in isLayered() 414 if (this.layered == LayerType.LAYERED) in toString()
|
D | RouteInfo.java | 75 public enum LayerType { PLAIN, LAYERED } enum 168 LayerType getLayerType() in getLayerType()
|
/external/chromium_org/ui/compositor/ |
D | layer_type.h | 10 enum LayerType { enum
|
D | layer.h | 70 explicit Layer(LayerType type); 112 LayerType type() const { return type_; } in type() 416 const LayerType type_;
|
D | layer_unittest.cc | 106 Layer* CreateLayer(LayerType type) { in CreateLayer() 369 virtual Layer* CreateLayer(LayerType type) { in CreateLayer() 566 virtual Layer* CreateLayer(LayerType type) OVERRIDE { in CreateLayer()
|
D | layer.cc | 70 Layer::Layer(LayerType type) in Layer()
|
/external/chromium_org/ui/v2/public/ |
D | view.h | 84 void CreateLayer(ui::LayerType layer_type);
|
/external/chromium_org/ui/v2/src/ |
D | view.cc | 284 void View::CreateLayer(ui::LayerType layer_type) { in CreateLayer()
|
/external/chromium_org/ui/aura/ |
D | window.h | 83 void Init(ui::LayerType layer_type);
|
D | window.cc | 44 WindowLayerType UILayerTypeToWindowLayerType(ui::LayerType layer_type) { in UILayerTypeToWindowLayerType() 57 ui::LayerType WindowLayerTypeToUILayerType(WindowLayerType window_layer_type) { in WindowLayerTypeToUILayerType() 297 void Window::Init(ui::LayerType layer_type) { in Init()
|
/external/chromium_org/ui/views/widget/ |
D | widget.h | 223 ui::LayerType layer_type;
|