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
56
) sorted by null
1
2
3
/external/webkit/WebCore/rendering/
RenderPartObject.cpp
55
ASSERT(
needsLayout
());
101
} while (view->layoutPending() || root->
needsLayout
());
122
ASSERT(!root->
needsLayout
());
126
ASSERT(!c->
needsLayout
());
173
} while (view->layoutPending() || root->
needsLayout
());
199
} while (view->layoutPending() || root->
needsLayout
());
RenderSelectionInfo.h
64
, m_rect(o->
needsLayout
() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent))
85
, m_rects(b->
needsLayout
() ? GapRects() : block()->selectionGapRectsForRepaint(m_repaintContainer))
RenderSVGHiddenContainer.cpp
40
ASSERT(
needsLayout
());
SVGRenderSupport.cpp
247
bool
needsLayout
= selfNeedsLayout;
248
if (!
needsLayout
) {
251
needsLayout
= static_cast<SVGStyledElement*>(element)->hasRelativeValues();
255
if (
needsLayout
)
259
ASSERT(!child->
needsLayout
());
RenderFrame.cpp
142
ASSERT(!childRoot->
needsLayout
());
143
ASSERT(!childRoot->firstChild() || !childRoot->firstChild()->firstChild() || !childRoot->firstChild()->firstChild()->
needsLayout
());
RenderTableRow.cpp
115
ASSERT(
needsLayout
());
123
if (child->
needsLayout
()) {
RenderWidget.cpp
180
if (!
needsLayout
())
193
ASSERT(
needsLayout
());
324
if (boundsChanged || frameView->
needsLayout
())
RenderApplet.cpp
80
ASSERT(
needsLayout
());
RenderForeignObject.cpp
100
ASSERT(
needsLayout
());
RenderFrameSet.cpp
456
ASSERT(
needsLayout
());
768
if (
needsLayout
())
787
if (
needsLayout
())
848
if (
needsLayout
())
865
if (
needsLayout
())
RenderReplaced.cpp
70
ASSERT(
needsLayout
());
259
ASSERT(!
needsLayout
());
RenderTableSection.cpp
330
ASSERT(!
needsLayout
());
424
ASSERT(!
needsLayout
());
433
ASSERT(
needsLayout
());
439
ASSERT(!child->
needsLayout
());
452
ASSERT(!
needsLayout
());
723
ASSERT(!
needsLayout
());
[
all
...]
RenderSVGContainer.cpp
55
ASSERT(
needsLayout
());
RenderSVGImage.cpp
53
ASSERT(
needsLayout
());
RenderSVGInlineText.cpp
81
ASSERT(!
needsLayout
());
RenderSVGText.cpp
72
ASSERT(
needsLayout
());
RenderObject.h
387
bool
needsLayout
() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayout || m_needsPositionedMovementLayout; }
511
void layoutIfNeeded() { if (
needsLayout
()) layout(); }
[
all
...]
/external/webkit/WebCore/manual-tests/
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>
/external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm
136
BOOL
needsLayout
= NO;
165
needsLayout
= YES;
172
needsLayout
= YES;
175
if (
needsLayout
&& inUpdateScrollersLayoutPass < cMaxUpdateScrollbarsPass &&
/external/webkit/WebCore/page/
FrameView.cpp
742
ASSERT(!root->
needsLayout
());
754
if (!m_postLayoutTasksTimer.isActive() &&
needsLayout
()) {
942
if (m_frame->contentRenderer() && m_frame->contentRenderer()->
needsLayout
())
[
all
...]
FrameView.h
93
bool
needsLayout
() const;
/packages/apps/Gallery3D/src/com/cooliris/media/
TimeBar.java
116
public void setFeed(MediaFeed feed, int state, boolean
needsLayout
) {
120
if (
needsLayout
) {
491
public void onFeedChanged(MediaFeed feed, boolean
needsLayout
) {
MediaFeed.java
75
public abstract void onFeedChanged(MediaFeed feed, boolean
needsLayout
);
314
public void updateListener(boolean
needsLayout
) {
316
mListenerNeedsLayout =
needsLayout
;
[
all
...]
/external/webkit/WebCore/svg/graphics/
SVGImage.cpp
194
if (view->
needsLayout
())
/external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp
261
while (frame->view()->
needsLayout
())
Completed in 419 milliseconds
1
2
3