HomeSort by relevance Sort by last modified time
    Searched refs:currentLayer (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManager.cpp 88 Canvas2DLayerBridge* currentLayer = layer;
92 currentLayer->limitPendingFrames();
134 Canvas2DLayerBridge* currentLayer = layer;
136 currentLayer->freeMemoryIfPossible(m_bytesAllocated - m_targetBytesAllocated);
137 ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources());
143 Canvas2DLayerBridge* currentLayer = layer;
145 currentLayer->flush();
146 currentLayer->freeMemoryIfPossible(m_bytesAllocated - m_targetBytesAllocated);
147 ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingRequirementsUpdater.h 61 void updateRecursive(RenderLayer* ancestorLayer, RenderLayer* currentLayer, OverlapMap&, RecursionData&, bool& descendantHas3DTransform, Vector<RenderLayer*>& unclippedDescendants, IntRect& absoluteDecendantBoundingBox);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h 190 GlyphMapLayer* currentLayer = &m_rootLayer;
196 node = currentLayer->get(character);
199 currentLayer->set(character, node);
201 currentLayer = &node->children;
211 const GlyphMapLayer* currentLayer = &m_rootLayer;
217 node = currentLayer->get(character);
220 currentLayer = &node->children;
230 GlyphMapLayer* currentLayer = &m_rootLayer;
235 RefPtr<GlyphMapNode> node = currentLayer->get(character);
239 currentLayer = &node->children
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp 176 void RenderLayerModelObject::addLayerHitTestRects(LayerHitTestRects& rects, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const
190 RenderObject::addLayerHitTestRects(rects, currentLayer, layerOffset, containerRect);
RenderText.h 160 virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
RenderObject.cpp     [all...]
RenderTableCell.cpp 166 void RenderTableCell::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const
173 RenderBox::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect);
    [all...]
RenderObject.h     [all...]
RenderLayer.cpp     [all...]
RenderText.cpp     [all...]
RenderBox.cpp 603 void RenderBox::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const
606 RenderBoxModelObject::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGModelObject.cpp 97 void RenderSVGModelObject::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const

Completed in 705 milliseconds