Lines Matching refs:updateStyleIfNeeded
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.
75390 …(WebCore::command): Call updateStyleIfNeeded() to ensure that subsequent calls to isContentEditabl…
75405 (WebCore::HTMLElement::isContentEditable): Don't call updateStyleIfNeeded() here.
75421 setAttribute() for the style attribute. To avoid updateStyleIfNeeded() during painting,
103904 updateStyleIfNeeded before clearing the selection in the RenderView. Otherwise,
103906 This fixes the crash because updateStyleIfNeeded clears the selection before