OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needslayout
(Results
1 - 25
of
78
) sorted by null
1
2
3
4
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp
163
static inline void removeFromCacheAndInvalidateDependencies(RenderObject* object, bool
needsLayout
)
185
RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer,
needsLayout
);
189
void RenderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool
needsLayout
)
194
if (
needsLayout
&& !object->documentBeingDestroyed())
197
removeFromCacheAndInvalidateDependencies(object,
needsLayout
);
202
removeFromCacheAndInvalidateDependencies(current,
needsLayout
);
RenderSVGHiddenContainer.cpp
35
ASSERT(
needsLayout
());
RenderSVGResourceContainer.cpp
61
ASSERT(
needsLayout
());
112
bool
needsLayout
= mode == LayoutAndBoundariesInvalidation;
126
RenderSVGResource::markForLayoutAndParentResourceInvalidation(client,
needsLayout
);
SVGRenderSupport.cpp
175
ASSERT(!start->
needsLayout
());
216
bool
needsLayout
= selfNeedsLayout;
223
needsLayout
= true;
238
needsLayout
= true;
248
if (
needsLayout
&& !child->isSVGResourceContainer())
253
if (child->
needsLayout
()) {
RenderSVGResource.h
82
static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool
needsLayout
= true);
RenderSVGContainer.cpp
52
ASSERT(
needsLayout
());
72
if (everHadLayout() &&
needsLayout
())
RenderSVGForeignObject.cpp
123
ASSERT(
needsLayout
());
155
ASSERT(!
needsLayout
());
RenderSVGResourceMasker.cpp
65
ASSERT_WITH_SECURITY_IMPLICATION(!
needsLayout
());
86
ASSERT_WITH_SECURITY_IMPLICATION(!
needsLayout
());
RenderSVGRoot.cpp
196
ASSERT(
needsLayout
());
203
bool
needsLayout
= selfNeedsLayout();
204
LayoutRepainter repainter(*this, checkForRepaintDuringLayout() &&
needsLayout
);
215
m_isLayoutSizeChanged =
needsLayout
|| (svg->hasRelativeLengths() && oldSize != size());
216
SVGRenderSupport::layoutChildren(this,
needsLayout
|| SVGRenderSupport::filtersForceContainerLayout(this));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
SubtreeLayoutScope.cpp
49
ASSERT(m_root->
needsLayout
());
53
RELEASE_ASSERT(!m_root->
needsLayout
());
RenderImageResource.cpp
89
if (!m_renderer->
needsLayout
())
RenderTableRow.cpp
83
if (table && oldStyle && diff == StyleDifferenceLayout &&
needsLayout
() && table->collapseBorders() && borderWidthChanged(oldStyle, style())) {
161
ASSERT(
needsLayout
());
174
if (!cell->
needsLayout
() && paginated && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(cell, cell->logicalTop()) != cell->pageLogicalOffset())
177
if (child->
needsLayout
()) {
RenderIFrame.cpp
120
ASSERT_UNUSED(childRoot, !childRoot || !childRoot->
needsLayout
());
125
ASSERT(
needsLayout
());
RenderWidget.cpp
192
if (!
needsLayout
())
211
ASSERT(
needsLayout
());
338
if ((boundsChanged || frameView->
needsLayout
()) && frameView->frame().page())
RenderMedia.cpp
63
bool controlsNeedLayout = controlsRenderer->
needsLayout
();
RenderNamedFlowFragment.cpp
77
if (parent() && parent()->
needsLayout
())
RenderEmbeddedObject.cpp
195
ASSERT(
needsLayout
());
230
if (newSize == oldSize && !childBox->
needsLayout
())
RenderFrameSet.cpp
364
if (
needsLayout
())
442
ASSERT(
needsLayout
());
550
if (
needsLayout
())
566
if (
needsLayout
())
627
if (
needsLayout
())
644
if (
needsLayout
())
FlowThreadController.cpp
172
if (flowRenderer->
needsLayout
() && flowRenderer->hasAutoLogicalHeightRegions())
/external/chromium_org/third_party/WebKit/ManualTests/
bugzilla-14899.html
14
<p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=14899">Bugzilla bug 14899</a> !d->m_view->
needsLayout
() in Frame::paint() (Causes assert)</p>
/frameworks/base/core/jni/android/graphics/
TextLayout.h
77
static bool
needsLayout
(const jchar* text, jint len, jint bidiFlags);
TextLayout.cpp
35
bool TextLayout::
needsLayout
(const jchar* text, jint len, jint bidiFlags) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInsideInfo.h
95
bool
needsLayout
() { return m_needsLayout; }
/external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm
62
if (frame->view()->
needsLayout
())
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
709
if (m_doingPreLayoutStyleUpdate || layoutPending() || renderView->
needsLayout
())
718
if (!
needsLayout
())
833
if (svgRoot->everHadLayout() && !svgRoot->
needsLayout
())
[
all
...]
Completed in 4858 milliseconds
1
2
3
4