Searched defs:currentLayer (Results 1 - 8 of 8) sorted by relevance

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

Completed in 264 milliseconds