Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineIterator.h105 … inline WTF::Unicode::Direction embedCharFromDirection(TextDirection dir, EUnicodeBidi unicodeBidi) in embedCharFromDirection() argument
108 if (unicodeBidi == Embed) in embedCharFromDirection()
119 EUnicodeBidi unicodeBidi = style->unicodeBidi(); in notifyResolverEnteredObject() local
120 if (unicodeBidi == UBNormal) in notifyResolverEnteredObject()
122 resolver->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM); in notifyResolverEnteredObject()
129 if (object->style()->unicodeBidi() == UBNormal) in notifyResolverWillExitObject()
DRenderMenuList.cpp101 …irection() != innerStyle->direction() || m_optionStyle->unicodeBidi() != innerStyle->unicodeBidi()… in adjustInnerStyle()
105 innerStyle->setUnicodeBidi(m_optionStyle->unicodeBidi()); in adjustInnerStyle()
431 …le->display() == NONE, style->textIndent(), style->direction(), style->unicodeBidi() == Override) … in itemStyle()
461 …, s->display() == NONE, s->textIndent(), style()->direction(), style()->unicodeBidi() == Override); in menuStyle()
DRenderFileUploadControl.cpp232 …n::AllowTrailingExpansion, !style()->isLeftToRightDirection(), style()->unicodeBidi() == Override); in paintObject()
DRenderTextControl.cpp650 …pansion, !placeholderStyle->isLeftToRightDirection(), placeholderStyle->unicodeBidi() == Override); in paintPlaceholder()
DRenderListBox.cpp392 …llowTrailingExpansion, !itemStyle->isLeftToRightDirection(), itemStyle->unicodeBidi() == Override); in paintItemForeground()
DRenderTextControlSingleLine.cpp945 …isplay() == NONE, style()->textIndent(), style()->direction(), style()->unicodeBidi() == Override); in menuStyle()
DRenderBlockLineLayout.cpp1399 …resolver.setContext(BidiContext::create(ltr ? 0 : 1, direction, style()->unicodeBidi() == Override… in determineStartPosition()
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp388 RefPtr<CSSValue> unicodeBidi = m_mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirection() local
389 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue()) in textDirection()
392 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirection()
700 RefPtr<CSSValue> unicodeBidi; in prepareToApplyAt() local
703 unicodeBidi = m_mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi); in prepareToApplyAt()
717 if (unicodeBidi && unicodeBidi->isPrimitiveValue()) { in prepareToApplyAt()
718 …e->setProperty(CSSPropertyUnicodeBidi, static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIden… in prepareToApplyAt()
DApplyStyleCommand.cpp442 int unicodeBidi = getIdentifierValue(computedStyle(n).get(), CSSPropertyUnicodeBidi); in splitAncestorsWithUnicodeBidi() local
443 if (unicodeBidi && unicodeBidi != CSSValueNormal) { in splitAncestorsWithUnicodeBidi()
444 highestAncestorUnicodeBidi = unicodeBidi; in splitAncestorsWithUnicodeBidi()
494 int unicodeBidi = getIdentifierValue(computedStyle(element).get(), CSSPropertyUnicodeBidi); in removeEmbeddingUpToEnclosingBlock() local
495 if (!unicodeBidi || unicodeBidi == CSSValueNormal) in removeEmbeddingUpToEnclosingBlock()
DEditor.cpp588 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() local
589 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue()) in textDirectionForSelection()
592 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirectionForSelection()
618 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() local
619 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue()) in textDirectionForSelection()
622 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirectionForSelection()
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextMetrics.cpp87 , style->unicodeBidi() == Override /* directionalOverride */); in constructTextRun()
DSVGTextLayoutAttributesBuilder.cpp239 …iDi properties: unicode-bidi=%i, block direction=%i\n", text->style()->unicodeBidi(), text->style(… in propagateLayoutAttributes()
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h278 - (NSString *)unicodeBidi;
279 - (void)setUnicodeBidi:(NSString *)unicodeBidi;
DDOMCSS.mm1257 - (NSString *)unicodeBidi
1262 - (void)setUnicodeBidi:(NSString *)unicodeBidi
1264 [self setProperty:@"unicode-bidi" value:unicodeBidi priority:@""];
/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp296 …eld->renderer()->style()->direction(), textField->renderer()->style()->unicodeBidi() == Override)); in initialize()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1852 bool override = computedStyle ? computedStyle->unicodeBidi() == Override : false; in drawTextInternal()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h472 …EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags._unicodeBid… in unicodeBidi() function
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1378 return primitiveValueCache->createValue(style->unicodeBidi()); in getPropertyCSSValue()
DCSSStyleSelector.cpp3797 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(unicodeBidi, UnicodeBidi) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1015998 (khtml::RenderStyle::unicodeBidi):