OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needsLayout
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.cpp
202
ASSERT(!start->
needsLayout
());
216
bool
needsLayout
= selfNeedsLayout;
226
needsLayout
= true;
231
if (
needsLayout
) {
235
if (child->
needsLayout
())
241
ASSERT(!child->
needsLayout
());
RenderSVGRoot.cpp
103
ASSERT(
needsLayout
());
108
bool
needsLayout
= selfNeedsLayout();
109
LayoutRepainter repainter(*this, checkForRepaintDuringLayout() &&
needsLayout
);
119
SVGRenderSupport::layoutChildren(this,
needsLayout
);
/frameworks/base/core/jni/android/graphics/
TextLayout.cpp
33
bool TextLayout::
needsLayout
(const jchar* text, jint len, jint bidiFlags) {
159
if (
needsLayout
(text, len, bidiFlags)) {
303
if (!
needsLayout
(text, count, bidiFlags)) {
/external/webkit/Source/WebCore/rendering/
RenderTreeAsText.cpp
438
bool
needsLayout
= o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.normalChildNeedsLayout();
439
if (
needsLayout
)
468
if (
needsLayout
)
RenderObject.h
417
bool
needsLayout
() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayout || m_needsSimplifiedNormalFlowLayout || m_needsPositionedMovementLayout; }
522
void layoutIfNeeded() { if (
needsLayout
()) layout(); }
[
all
...]
/external/webkit/Source/WebCore/page/
FrameView.cpp
637
if (
needsLayout
())
724
if (!
needsLayout
())
[
all
...]
Completed in 892 milliseconds