Home
last modified time | relevance | path

Searched refs:getPropertiesNotInComputedStyle (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/editing/
DApplyStyleCommand.h118 RefPtr<CSSMutableStyleDeclaration> getPropertiesNotInComputedStyle(CSSStyleDeclaration* style, CSSC…
DApplyStyleCommand.cpp109 …RefPtr<CSSMutableStyleDeclaration> mutableStyle = getPropertiesNotInComputedStyle(style.get(), com… in init()
371 RefPtr<CSSMutableStyleDeclaration> getPropertiesNotInComputedStyle(CSSStyleDeclaration* style, CSSC… in getPropertiesNotInComputedStyle() function
DEditor.cpp786 …RefPtr<CSSMutableStyleDeclaration> diff = getPropertiesNotInComputedStyle(desiredStyle, computedSt… in triStateOfStyleInComputedStyle()
/external/webkit/WebCore/
DChangeLog-2010-01-2940541 This patch modifies getPropertiesNotInComputedStyle so that it compares font-weight
40547 (WebCore::getPropertiesNotInComputedStyle): Removes font-weight property
67370 (WebCore::getPropertiesNotInComputedStyle): Handles text decorations properly.
69035 … Because there is a bug in how text decorations are processes in getPropertiesNotInComputedStyle,
69042 …(WebCore::StyleChange::init): Uses getPropertiesNotInComputedStyle instead of iterating through th…
69046 … (WebCore::getPropertiesNotInComputedStyle): Fixed a bug with how text decorations are treated
75128 …(WebCore::getPropertiesNotInComputedStyle): bug fix, must use copy instead of makeMutable for a mu…
76932 …(WebCore::getPropertiesNotInComputedStyle): Used in triStateOfStyleInComputedStyle but will be use…
76933 * editing/ApplyStyleCommand.h: Added the prototype of getPropertiesNotInComputedStyle