HomeSort by relevance Sort by last modified time
    Searched defs:unicodeBidi (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 122 static inline WTF::Unicode::Direction embedCharFromDirection(TextDirection dir, EUnicodeBidi unicodeBidi)
125 if (unicodeBidi == Embed)
137 EUnicodeBidi unicodeBidi = style->unicodeBidi();
138 if (unicodeBidi == UBNormal) {
144 if (isIsolated(unicodeBidi)) {
154 observer->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM);
163 EUnicodeBidi unicodeBidi = object->style()->unicodeBidi();
164 if (unicodeBidi == UBNormal
    [all...]
RenderBlockLineLayout.cpp 57 if (isIsolated(current->style()->unicodeBidi())
76 if (!isIteratorTarget(current) && !isIsolated(current->style()->unicodeBidi()))
101 observer.setStatus(BidiStatus(root->style()->direction(), isOverride(root->style()->unicodeBidi())));
538 if (rootInlineBox && rootInlineBox->renderer().style()->unicodeBidi() == Plaintext)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 541 RefPtrWillBeRawPtr<CSSValue> unicodeBidi = m_mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi);
542 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue())
545 CSSValueID unicodeBidiValue = toCSSPrimitiveValue(unicodeBidi.get())->getValueID();
    [all...]
ApplyStyleCommand.cpp 469 int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(n).get(), CSSPropertyUnicodeBidi);
470 if (unicodeBidi && unicodeBidi != CSSValueNormal) {
471 highestAncestorUnicodeBidi = unicodeBidi;
519 int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(element).get(), CSSPropertyUnicodeBidi);
520 if (!unicodeBidi || unicodeBidi == CSSValueNormal)
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 628 Property unicodeBidi = new Property(
630 builder.put("unicode-bidi", unicodeBidi);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 74 #include "platform/text/UnicodeBidi.h"
561 EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags._unicodeBidi); }
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 245 milliseconds