Home
last modified time | relevance | path

Searched refs:updateLayoutIgnorePendingStylesheets (Results 1 – 25 of 45) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGTextContentElement.cpp74 document()->updateLayoutIgnorePendingStylesheets(); in getNumberOfChars()
80 document()->updateLayoutIgnorePendingStylesheets(); in getComputedTextLength()
86 document()->updateLayoutIgnorePendingStylesheets(); in getSubStringLength()
99 document()->updateLayoutIgnorePendingStylesheets(); in getStartPositionOfChar()
111 document()->updateLayoutIgnorePendingStylesheets(); in getEndPositionOfChar()
123 document()->updateLayoutIgnorePendingStylesheets(); in getExtentOfChar()
135 document()->updateLayoutIgnorePendingStylesheets(); in getRotationOfChar()
147 document()->updateLayoutIgnorePendingStylesheets(); in getCharNumAtPosition()
DSVGLocatable.cpp71 element->document()->updateLayoutIgnorePendingStylesheets(); in getBBox()
84 element->document()->updateLayoutIgnorePendingStylesheets(); in computeCTM()
DSVGElementInstance.cpp113 element->document()->updateLayoutIgnorePendingStylesheets(); in invalidateAllInstancesOfElement()
/external/webkit/Source/WebCore/dom/
DElement.cpp276 document()->updateLayoutIgnorePendingStylesheets(); in scrollIntoView()
289 document()->updateLayoutIgnorePendingStylesheets(); in scrollIntoViewIfNeeded()
301 document()->updateLayoutIgnorePendingStylesheets(); in scrollByUnits()
360 document()->updateLayoutIgnorePendingStylesheets(); in offsetLeft()
368 document()->updateLayoutIgnorePendingStylesheets(); in offsetTop()
376 document()->updateLayoutIgnorePendingStylesheets(); in offsetWidth()
384 document()->updateLayoutIgnorePendingStylesheets(); in offsetHeight()
392 document()->updateLayoutIgnorePendingStylesheets(); in offsetParent()
401 document()->updateLayoutIgnorePendingStylesheets(); in clientLeft()
410 document()->updateLayoutIgnorePendingStylesheets(); in clientTop()
[all …]
DRange.cpp1902 m_ownerDocument->updateLayoutIgnorePendingStylesheets(); in getClientRects()
1982 m_ownerDocument->updateLayoutIgnorePendingStylesheets(); in boundingRect()
/external/webkit/Source/WebCore/html/
DHTMLBodyElement.cpp282 document->updateLayoutIgnorePendingStylesheets(); in scrollLeft()
290 document->updateLayoutIgnorePendingStylesheets(); in setScrollLeft()
304 document->updateLayoutIgnorePendingStylesheets(); in scrollTop()
312 document->updateLayoutIgnorePendingStylesheets(); in setScrollTop()
326 document->updateLayoutIgnorePendingStylesheets(); in scrollHeight()
335 document->updateLayoutIgnorePendingStylesheets(); in scrollWidth()
DHTMLFrameElementBase.cpp243 document()->updateLayoutIgnorePendingStylesheets(); in width()
251 document()->updateLayoutIgnorePendingStylesheets(); in height()
DHTMLDocument.cpp94 updateLayoutIgnorePendingStylesheets(); in width()
101 updateLayoutIgnorePendingStylesheets(); in height()
DHTMLImageElement.cpp275 document()->updateLayoutIgnorePendingStylesheets(); in width()
298 document()->updateLayoutIgnorePendingStylesheets(); in height()
DHTMLEmbedElement.cpp74 document()->updateLayoutIgnorePendingStylesheets(); in renderWidgetForJSBindings()
DHTMLObjectElement.cpp76 document()->updateLayoutIgnorePendingStylesheets(); in renderWidgetForJSBindings()
DHTMLFormControlElement.cpp649 document()->updateLayoutIgnorePendingStylesheets(); in textRendererAfterUpdateLayout()
DHTMLFormElement.cpp231 document()->updateLayoutIgnorePendingStylesheets(); in validateInteractively()
/external/webkit/Source/WebCore/page/
DFocusController.cpp215 document->updateLayoutIgnorePendingStylesheets(); in advanceFocusInDocumentOrder()
554 frameElement->contentFrame()->document()->updateLayoutIgnorePendingStylesheets(); in advanceFocusDirectionallyInContainer()
601 static_cast<Document*>(container)->updateLayoutIgnorePendingStylesheets(); in advanceFocusDirectionally()
622 static_cast<Document*>(container)->updateLayoutIgnorePendingStylesheets(); in advanceFocusDirectionally()
DDOMWindow.cpp1154 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in scrollX()
1172 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in scrollY()
1328 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in webkitConvertPointFromNodeToPage()
1340 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in webkitConvertPointFromPageToNode()
1378 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in scrollBy()
1392 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in scrollTo()
DEventHandler.cpp1079 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in scrollRecursively()
1096 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in logicalScrollRecursively()
2046 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in dispatchMouseEvent()
/external/webkit/Source/WebCore/bindings/objc/
DDOM.mm357 core(self)->document()->updateLayoutIgnorePendingStylesheets();
386 core(self)->document()->updateLayoutIgnorePendingStylesheets();
402 // FIXME: The call to updateLayoutIgnorePendingStylesheets should be moved into WebCore::Range.
403 core(self)->ownerDocument()->updateLayoutIgnorePendingStylesheets();
409 // FIXME: The call to updateLayoutIgnorePendingStylesheets should be moved into WebCore::Range.
411 core(self)->ownerDocument()->updateLayoutIgnorePendingStylesheets();
/external/webkit/Source/WebCore/editing/
DEditCommand.cpp208 document()->updateLayoutIgnorePendingStylesheets(); in updateLayout()
DDeleteButtonController.cpp270 m_frame->document()->updateLayoutIgnorePendingStylesheets(); in show()
DInsertListCommand.cpp380 listElement->document()->updateLayoutIgnorePendingStylesheets(); in listifyParagraph()
DReplaceSelectionCommand.cpp268 m_document->updateLayoutIgnorePendingStylesheets(); in insertFragmentForTestRendering()
497 document()->updateLayoutIgnorePendingStylesheets(); in removeUnrenderedTextNodesAtEnds()
DVisiblePosition.cpp489 position.document()->updateLayoutIgnorePendingStylesheets(); in canonicalPosition()
Dvisible_units.cpp508 node->document()->updateLayoutIgnorePendingStylesheets(); in previousLinePosition()
619 node->document()->updateLayoutIgnorePendingStylesheets(); in nextLinePosition()
/external/webkit/Source/WebCore/rendering/
DRenderTextControl.cpp237 node->document()->updateLayoutIgnorePendingStylesheets(); in setSelectionRange()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp633 m_node->document()->updateLayoutIgnorePendingStylesheets(); in getFontSizeCSSValuePreferringKeyword()
811 node->document()->updateLayoutIgnorePendingStylesheets(); in getPropertyCSSValue()
1912 m_node->document()->updateLayoutIgnorePendingStylesheets(); in cssPropertyMatches()

12