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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.h 36 NoLayer,
RenderScrollbarPart.h 44 virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
RenderTableCol.h 97 virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
RenderPart.cpp 54 if (type != NoLayer)
RenderTableRow.h 117 return NoLayer;
RenderLayerModelObject.cpp 129 if (type != NoLayer) {
RenderInline.h 141 virtual LayerType layerTypeRequired() const OVERRIDE { return isInFlowPositioned() || createsGroup() || hasClipPath() || style()->shouldCompositeForCurrentAnimations() ? NormalLayer : NoLayer; }
RenderBox.h 81 return NoLayer;
    [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.h 43 virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NoLayer; }
RenderSVGInline.h 33 virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NoLayer; }

Completed in 1580 milliseconds