/external/webkit/Source/WebCore/dom/ |
D | ScriptedAnimationController.cpp | 105 m_document->updateStyleIfNeeded(); in serviceScriptedAnimations()
|
D | MouseRelatedEvent.cpp | 182 targetNode->document()->updateStyleIfNeeded(); in computeRelativePosition()
|
D | XMLDocumentParser.cpp | 336 document->updateStyleIfNeeded(); in insertErrorMessageBlock()
|
D | Document.cpp | 1434 updateStyleIfNeeded(); in styleRecalcTimerFired() 1538 void Document::updateStyleIfNeeded() in updateStyleIfNeeded() function in WebCore::Document 1566 doc->updateStyleIfNeeded(); in updateStyleForAllDocuments() 1576 updateStyleIfNeeded(); in updateLayout() 2156 updateStyleIfNeeded(); in implicitClose() 2768 updateStyleIfNeeded(); in prepareMouseEvent() 3339 updateStyleIfNeeded(); in setFocusedNode() 4045 document->updateStyleIfNeeded(); in command() 4287 updateStyleIfNeeded(); in finishedParsing()
|
D | Document.h | 524 virtual void updateStyleIfNeeded();
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebAccessibilityObject.cpp | 514 document->updateStyleIfNeeded(); in hasComputedStyle() 527 document->updateStyleIfNeeded(); in computedStyleDisplay()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLPlugInImageElement.cpp | 163 document()->updateStyleIfNeeded(); in updateWidgetIfNecessary()
|
D | HTMLMediaElement.cpp | 2512 document()->updateStyleIfNeeded(); in finishParsingChildren()
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationController.cpp | 113 m_frame->document()->updateStyleIfNeeded(); in updateAnimationTimer() 166 m_frame->document()->updateStyleIfNeeded(); in fireEventsAndUpdateStyle()
|
/external/webkit/Source/WebCore/editing/ |
D | DeleteButtonController.cpp | 330 m_frame->document()->updateStyleIfNeeded(); in enable()
|
D | SelectionController.cpp | 271 document->updateStyleIfNeeded(); in respondToNodeModification() 1044 m_selection.start().anchorNode()->document()->updateStyleIfNeeded(); in updateCaretRect() 1589 m_frame->document()->updateStyleIfNeeded(); in updateAppearance() 1662 m_frame->document()->updateStyleIfNeeded(); in notifyRendererOfSelectionChange()
|
D | Editor.cpp | 1467 frame()->document()->updateStyleIfNeeded(); in setBaseWritingDirection() 1561 m_frame->document()->updateStyleIfNeeded(); in setComposition()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptControllerMac.mm | 159 frame->document()->updateStyleIfNeeded();
|
/external/webkit/Source/WebCore/wml/ |
D | WMLInputElement.cpp | 151 document()->updateStyleIfNeeded(); in setValue()
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.cpp | 978 m_frame->document()->updateStyleIfNeeded(); in alert() 992 m_frame->document()->updateStyleIfNeeded(); in confirm() 1006 m_frame->document()->updateStyleIfNeeded(); in prompt()
|
D | FrameView.cpp | 854 document->updateStyleIfNeeded(); in layout() 1476 m_frame->document()->updateStyleIfNeeded(); in maintainScrollPositionAtAnchor() 2497 m_frame->document()->updateStyleIfNeeded(); in updateLayoutAndStyleIfNeededRecursive()
|
D | EventHandler.cpp | 2292 doc->updateStyleIfNeeded(); in sendContextMenuEventForKey() 2408 m_frame->document()->updateStyleIfNeeded(); in hoverTimerFired()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderView.cpp | 352 document()->updateStyleIfNeeded(); in selectionBounds()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1964 canvas()->document()->updateStyleIfNeeded(); in accessFont()
|
/external/webkit/Source/WebCore/loader/ |
D | FrameLoader.cpp | 402 m_frame->document()->updateStyleIfNeeded(); in stopLoading()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 17362 (WebCore::Document::updateStyleIfNeeded): Added ASSERT(isMainThread()). 25453 Calls updateStyleIfNeeded() before setting selection for the composition to 25460 (WebCore::Editor::setComposition): calls updateStyleIfNeeded() before setting selection. 69060 (WebCore::Document::updateStyleIfNeeded): 70343 (WebCore::Document::updateStyleIfNeeded): 75370 …HTMLElement::isContentEditable() can cause an updateStyleIfNeeded() to happen in the middle of lay… 75374 If we're in the middle of layout, or painting, and something causes updateStyleIfNeeded() to 75381 … 1. Add an assertion in Document::updateStyleIfNeeded() that we are not laying out or painting. 75382 2. Remove calls to updateStyleIfNeeded() in editing and caret painting code 75389 … (WebCore::Document::updateStyleIfNeeded): New assertion that we are not mid-layout or painting. [all …]
|
D | ChangeLog-2010-05-24 | 2145 This adds a call to document::updateStyleIfNeeded() to 26512 (WebCore::Document::finishedParsing): Added updateStyleIfNeeded() 28200 Removed call to updateStyleIfNeeded(), which does rendering synchronously, 28203 ordering dangers introduced by updateStyleIfNeeded().
|
D | ChangeLog-2009-06-16 | 21201 Use Document::updateStyleForAllDocuments() instead of document->updateStyleIfNeeded() 21513 (WebCore::ScheduledAction::execute): updateRendering() -> updateStyleIfNeeded() 22308 (WebCore::Document::updateStyleIfNeeded):
|
D | ChangeLog-2011-02-16 | 35453 Document::updateStyleIfNeeded(). This ensures that any pending style recalc will take place
|