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 34 NoLayer,
RenderScrollbarPart.h 44 virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
RenderPart.cpp 52 if (type != NoLayer)
RenderTableCol.h 98 virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
RenderTableRow.h 117 return NoLayer;
RenderLayerModelObject.cpp 115 if (type != NoLayer) {
RenderInline.h 141 virtual LayerType layerTypeRequired() const OVERRIDE { return isRelPositioned() || createsGroup() || hasClipPath() || style()->shouldCompositeForCurrentAnimations() ? NormalLayer : NoLayer; }
RenderBox.h 83 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 123 milliseconds