OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requiresLayer
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplica.h
44
virtual bool
requiresLayer
() const { return true; }
RenderHTMLCanvas.h
40
virtual bool
requiresLayer
() const;
RenderIFrame.h
54
virtual bool
requiresLayer
() const OVERRIDE;
RenderPart.h
47
virtual bool
requiresLayer
() const;
RenderHTMLCanvas.cpp
47
bool RenderHTMLCanvas::
requiresLayer
() const
49
if (RenderReplaced::
requiresLayer
())
RenderIFrame.cpp
85
bool RenderIFrame::
requiresLayer
() const
87
return RenderPart::
requiresLayer
() || style()->resize() != RESIZE_NONE;
RenderLayerModelObject.h
51
virtual bool
requiresLayer
() const = 0;
RenderVideo.h
61
virtual bool
requiresLayer
() const { return true; }
RenderPart.cpp
68
bool RenderPart::
requiresLayer
() const
70
if (RenderWidget::
requiresLayer
())
RenderEmbeddedObject.h
70
virtual bool
requiresLayer
() const OVERRIDE FINAL;
RenderScrollbarPart.h
44
virtual bool
requiresLayer
() const { return false; }
RenderTableCol.h
93
virtual bool
requiresLayer
() const { return false; }
RenderTableRow.h
106
virtual bool
requiresLayer
() const OVERRIDE { return hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup(); }
RenderEmbeddedObject.cpp
67
bool RenderEmbeddedObject::
requiresLayer
() const
69
if (RenderPart::
requiresLayer
())
RenderLayerModelObject.cpp
144
if (
requiresLayer
()) {
RenderFlowThread.h
66
virtual bool
requiresLayer
() const OVERRIDE FINAL { return true; }
RenderInline.h
138
virtual bool
requiresLayer
() const { return isInFlowPositioned() || createsGroup() || hasClipPath(); }
RenderView.h
57
virtual bool
requiresLayer
() const OVERRIDE { return true; }
RenderBoxModelObject.h
89
virtual bool
requiresLayer
() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns(); }
RenderBox.h
57
virtual bool
requiresLayer
() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex(); }
[
all
...]
RenderObject.cpp
343
// -
requiresLayer
() would return true for the <body>, creating a new RenderLayer
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.h
42
virtual bool
requiresLayer
() const { return false; }
RenderSVGInline.h
33
virtual bool
requiresLayer
() const OVERRIDE FINAL { return false; }
RenderSVGText.h
68
virtual bool
requiresLayer
() const { return false; }
Completed in 1044 milliseconds