Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp284 …const bool shouldOverrideStyleAttr = shouldAnnotateOrForceInline || shouldApplyWrappingStyle(eleme… in appendElement() local
288 if (attribute->name() == styleAttr && shouldOverrideStyleAttr) in appendElement()
293 if (shouldOverrideStyleAttr) { in appendElement()