Home
last modified time | relevance | path

Searched refs:updateStyleIfNeeded (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/dom/
DScriptedAnimationController.cpp105 m_document->updateStyleIfNeeded(); in serviceScriptedAnimations()
DMouseRelatedEvent.cpp182 targetNode->document()->updateStyleIfNeeded(); in computeRelativePosition()
DXMLDocumentParser.cpp336 document->updateStyleIfNeeded(); in insertErrorMessageBlock()
DDocument.cpp1434 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()
DDocument.h524 virtual void updateStyleIfNeeded();
/external/webkit/Source/WebKit/chromium/src/
DWebAccessibilityObject.cpp514 document->updateStyleIfNeeded(); in hasComputedStyle()
527 document->updateStyleIfNeeded(); in computedStyleDisplay()
/external/webkit/Source/WebCore/html/
DHTMLPlugInImageElement.cpp163 document()->updateStyleIfNeeded(); in updateWidgetIfNecessary()
DHTMLMediaElement.cpp2512 document()->updateStyleIfNeeded(); in finishParsingChildren()
/external/webkit/Source/WebCore/page/animation/
DAnimationController.cpp113 m_frame->document()->updateStyleIfNeeded(); in updateAnimationTimer()
166 m_frame->document()->updateStyleIfNeeded(); in fireEventsAndUpdateStyle()
/external/webkit/Source/WebCore/editing/
DDeleteButtonController.cpp330 m_frame->document()->updateStyleIfNeeded(); in enable()
DSelectionController.cpp271 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()
DEditor.cpp1467 frame()->document()->updateStyleIfNeeded(); in setBaseWritingDirection()
1561 m_frame->document()->updateStyleIfNeeded(); in setComposition()
/external/webkit/Source/WebCore/bindings/js/
DScriptControllerMac.mm159 frame->document()->updateStyleIfNeeded();
/external/webkit/Source/WebCore/wml/
DWMLInputElement.cpp151 document()->updateStyleIfNeeded(); in setValue()
/external/webkit/Source/WebCore/page/
DDOMWindow.cpp978 m_frame->document()->updateStyleIfNeeded(); in alert()
992 m_frame->document()->updateStyleIfNeeded(); in confirm()
1006 m_frame->document()->updateStyleIfNeeded(); in prompt()
DFrameView.cpp854 document->updateStyleIfNeeded(); in layout()
1476 m_frame->document()->updateStyleIfNeeded(); in maintainScrollPositionAtAnchor()
2497 m_frame->document()->updateStyleIfNeeded(); in updateLayoutAndStyleIfNeededRecursive()
DEventHandler.cpp2292 doc->updateStyleIfNeeded(); in sendContextMenuEventForKey()
2408 m_frame->document()->updateStyleIfNeeded(); in hoverTimerFired()
/external/webkit/Source/WebCore/rendering/
DRenderView.cpp352 document()->updateStyleIfNeeded(); in selectionBounds()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1964 canvas()->document()->updateStyleIfNeeded(); in accessFont()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp402 m_frame->document()->updateStyleIfNeeded(); in stopLoading()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0617362 (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 …]
DChangeLog-2010-05-242145 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().
DChangeLog-2009-06-1621201 Use Document::updateStyleForAllDocuments() instead of document->updateStyleIfNeeded()
21513 (WebCore::ScheduledAction::execute): updateRendering() -> updateStyleIfNeeded()
22308 (WebCore::Document::updateStyleIfNeeded):
DChangeLog-2011-02-1635453 Document::updateStyleIfNeeded(). This ensures that any pending style recalc will take place