Home
last modified time | relevance | path

Searched refs:currentLayer (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerManager.cpp86 Canvas2DLayerBridge* currentLayer = layer; in didProcessTask() local
90 currentLayer->limitPendingFrames(); in didProcessTask()
132 Canvas2DLayerBridge* currentLayer = layer; in freeMemoryIfNecessary() local
134 currentLayer->freeMemoryIfPossible(m_bytesAllocated - m_targetBytesAllocated); in freeMemoryIfNecessary()
135 ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources()); in freeMemoryIfNecessary()
141 Canvas2DLayerBridge* currentLayer = layer; in freeMemoryIfNecessary() local
143 currentLayer->flush(); in freeMemoryIfNecessary()
144 currentLayer->freeMemoryIfPossible(m_bytesAllocated - m_targetBytesAllocated); in freeMemoryIfNecessary()
145 ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources()); in freeMemoryIfNecessary()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGlyphMap.h190 GlyphMapLayer* currentLayer = &m_rootLayer; in findOrCreateNode() local
196 node = currentLayer->get(character); in findOrCreateNode()
199 currentLayer->set(character, node); in findOrCreateNode()
201 currentLayer = &node->children; in findOrCreateNode()
211 const GlyphMapLayer* currentLayer = &m_rootLayer; in findNode() local
217 node = currentLayer->get(character); in findNode()
220 currentLayer = &node->children; in findNode()
230 GlyphMapLayer* currentLayer = &m_rootLayer; in collectGlyphsForIterator() local
235 RefPtr<GlyphMapNode> node = currentLayer->get(character); in collectGlyphsForIterator()
239 currentLayer = &node->children; in collectGlyphsForIterator()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.cpp157 …ct::addLayerHitTestRects(LayerHitTestRects& rects, const RenderLayer* currentLayer, const LayoutPo… in addLayerHitTestRects() argument
171 RenderObject::addLayerHitTestRects(rects, currentLayer, layerOffset, containerRect); in addLayerHitTestRects()
DRenderObject.cpp2171 const RenderLayer* currentLayer = 0; in computeLayerHitTestRects() local
2175 currentLayer = container->enclosingLayer(); in computeLayerHitTestRects()
2176 if (container && currentLayer->renderer() != container) { in computeLayerHitTestRects()
2177 layerOffset.move(container->offsetFromAncestorContainer(currentLayer->renderer())); in computeLayerHitTestRects()
2181 if (currentLayer->renderer()->hasOverflowClip()) in computeLayerHitTestRects()
2182 layerOffset.move(currentLayer->renderBox()->scrolledContentOffset()); in computeLayerHitTestRects()
2186 this->addLayerHitTestRects(layerRects, currentLayer, layerOffset, LayoutRect()); in computeLayerHitTestRects()
2189 …ddLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer, const LayoutPo… in addLayerHitTestRects() argument
2191 ASSERT(currentLayer); in addLayerHitTestRects()
2192 ASSERT(currentLayer == this->enclosingLayer()); in addLayerHitTestRects()
[all …]
DRenderText.h157 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const Layou…
DRenderTableCell.cpp166 …ddLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer, const LayoutPo… in addLayerHitTestRects() argument
173 RenderBox::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect); in addLayerHitTestRects()
DRenderObject.h1112 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const Layou…
DRenderText.cpp1331 void RenderText::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const La… in addLayerHitTestRects() argument
DRenderBox.cpp582 void RenderBox::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer in addLayerHitTestRects() argument
585 …RenderBoxModelObject::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containe… in addLayerHitTestRects()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingRequirementsUpdater.h60 …void updateRecursive(RenderLayer* ancestorLayer, RenderLayer* currentLayer, OverlapMap&, Recursion…
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGModelObject.cpp98 void RenderSVGModelObject::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer in addLayerHitTestRects() argument