Home
last modified time | relevance | path

Searched defs:layoutPending (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/page/
DFrameView.cpp1088 bool FrameView::layoutPending() const in layoutPending() function in WebCore::FrameView
/external/webkit/WebCore/dom/
DDocument.cpp1247 bool layoutPending = view()->layoutPending() || renderer()->needsLayout(); in recalcStyle() local