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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 112 static inline WTF::Unicode::Direction embedCharFromDirection(TextDirection dir, EUnicodeBidi unicodeBidi)
115 if (unicodeBidi == Embed)
127 EUnicodeBidi unicodeBidi = style->unicodeBidi();
128 if (unicodeBidi == UBNormal) {
134 if (isIsolated(unicodeBidi)) {
144 observer->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM);
153 EUnicodeBidi unicodeBidi = object->style()->unicodeBidi();
154 if (unicodeBidi == UBNormal
    [all...]
RenderBlockLineLayout.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 525 RefPtr<CSSValue> unicodeBidi = m_mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi);
526 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue())
529 CSSValueID unicodeBidiValue = toCSSPrimitiveValue(unicodeBidi.get())->getValueID();
    [all...]
ApplyStyleCommand.cpp 453 int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(n).get(), CSSPropertyUnicodeBidi);
454 if (unicodeBidi && unicodeBidi != CSSValueNormal) {
455 highestAncestorUnicodeBidi = unicodeBidi;
505 int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(element).get(), CSSPropertyUnicodeBidi);
506 if (!unicodeBidi || unicodeBidi == CSSValueNormal)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 46 #include "core/platform/text/UnicodeBidi.h"
519 EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags._unicodeBidi); }
    [all...]

Completed in 96 milliseconds