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/
BidiRunForLine.cpp 41 if (isIsolated(current->style()->unicodeBidi())
62 && !isIsolated(current->style()->unicodeBidi()))
90 isOverride(root->style()->unicodeBidi())));
168 EUnicodeBidi unicodeBidi = isolatedInline->style()->unicodeBidi();
170 if (unicodeBidi == Plaintext) {
174 ASSERT(unicodeBidi == Isolate || unicodeBidi == IsolateOverride);
178 isOverride(unicodeBidi)));
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...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 471 int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(n).get(), CSSPropertyUnicodeBidi);
472 if (unicodeBidi && unicodeBidi != CSSValueNormal) {
473 highestAncestorUnicodeBidi = unicodeBidi;
521 int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(element).get(), CSSPropertyUnicodeBidi);
522 if (!unicodeBidi || unicodeBidi == CSSValueNormal)
    [all...]
EditingStyle.cpp 547 RefPtrWillBeRawPtr<CSSValue> unicodeBidi = m_mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi);
548 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue())
551 CSSValueID unicodeBidiValue = toCSSPrimitiveValue(unicodeBidi.get())->getValueID();
    [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 73 #include "platform/text/UnicodeBidi.h"
227 && unicodeBidi == other.unicodeBidi
247 unsigned unicodeBidi : 3; // EUnicodeBidi
310 noninherited_flags.unicodeBidi = initialUnicodeBidi();
545 EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags.unicodeBidi); }
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 741 milliseconds