/external/webkit/Source/WebCore/rendering/ |
D | InlineIterator.h | 105 … 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()
|
D | RenderMenuList.cpp | 101 …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()
|
D | RenderFileUploadControl.cpp | 232 …n::AllowTrailingExpansion, !style()->isLeftToRightDirection(), style()->unicodeBidi() == Override); in paintObject()
|
D | RenderTextControl.cpp | 650 …pansion, !placeholderStyle->isLeftToRightDirection(), placeholderStyle->unicodeBidi() == Override); in paintPlaceholder()
|
D | RenderListBox.cpp | 392 …llowTrailingExpansion, !itemStyle->isLeftToRightDirection(), itemStyle->unicodeBidi() == Override); in paintItemForeground()
|
D | RenderTextControlSingleLine.cpp | 945 …isplay() == NONE, style()->textIndent(), style()->direction(), style()->unicodeBidi() == Override); in menuStyle()
|
D | RenderBlockLineLayout.cpp | 1399 …resolver.setContext(BidiContext::create(ltr ? 0 : 1, direction, style()->unicodeBidi() == Override… in determineStartPosition()
|
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.cpp | 388 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()
|
D | ApplyStyleCommand.cpp | 442 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()
|
D | Editor.cpp | 588 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/ |
D | SVGTextMetrics.cpp | 87 , style->unicodeBidi() == Override /* directionalOverride */); in constructTextRun()
|
D | SVGTextLayoutAttributesBuilder.cpp | 239 …iDi properties: unicode-bidi=%i, block direction=%i\n", text->style()->unicodeBidi(), text->style(… in propagateLayoutAttributes()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.h | 278 - (NSString *)unicodeBidi; 279 - (void)setUnicodeBidi:(NSString *)unicodeBidi;
|
D | DOMCSS.mm | 1257 - (NSString *)unicodeBidi 1262 - (void)setUnicodeBidi:(NSString *)unicodeBidi 1264 [self setProperty:@"unicode-bidi" value:unicodeBidi priority:@""];
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AutoFillPopupMenuClient.cpp | 296 …eld->renderer()->style()->direction(), textField->renderer()->style()->unicodeBidi() == Override)); in initialize()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1852 bool override = computedStyle ? computedStyle->unicodeBidi() == Override : false; in drawTextInternal()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.h | 472 …EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags._unicodeBid… in unicodeBidi() function
|
/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 1378 return primitiveValueCache->createValue(style->unicodeBidi()); in getPropertyCSSValue()
|
D | CSSStyleSelector.cpp | 3797 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(unicodeBidi, UnicodeBidi) in applyProperty()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 15998 (khtml::RenderStyle::unicodeBidi):
|