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

  /external/chromium_org/third_party/WebKit/public/web/
WebMenuItemInfo.h 53 , textDirection(WebTextDirectionDefault)
64 WebTextDirection textDirection;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PopupMenuStyle.h 32 #include "core/platform/text/TextDirection.h"
40 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor, PopupMenuType menuType = SelectPopup)
47 , m_textDirection(textDirection)
60 TextDirection textDirection() const { return m_textDirection; }
71 TextDirection m_textDirection;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 36 #include "core/platform/text/TextDirection.h"
105 TextDirection textDirection;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 658 TextDirection textDirection = static_cast<const HTMLElement*>(element)->directionalityIfhasDirAutoAttribute(isAuto);
659 return textDirection == RTL ? "rtl" : "ltr";
HTMLElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 459 TextDirection textDirection = toHTMLElement(state.element())->directionalityIfhasDirAutoAttribute(isAuto);
461 collector.matchedResult().addMatchedProperties(textDirection == LTR ? leftToRightDeclaration() : rightToLeftDeclaration());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 520 bool EditingStyle::textDirection(WritingDirection& writingDirection) const
598 RefPtr<EditingStyle> textDirection = EditingStyle::create();
599 textDirection->m_mutableStyle = MutableStylePropertySet::create();
600 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSPropertyUnicodeBidi));
601 textDirection->m_mutableStyle->setProperty(CSSPropertyDirection, m_mutableStyle->getPropertyValue(CSSPropertyDirection),
607 return textDirection;
    [all...]
ApplyStyleCommand.cpp 470 && EditingStyle::create(highestAncestorWithUnicodeBidi, EditingStyle::AllProperties)->textDirection(highestAncestorDirection)
591 WritingDirection textDirection = NaturalWritingDirection;
592 bool hasTextDirection = style->textDirection(textDirection);
597 HTMLElement* startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.deprecatedNode(), true, textDirection);
598 HTMLElement* endUnsplitAncestor = splitAncestorsWithUnicodeBidi(end.deprecatedNode(), false, textDirection);
    [all...]
FrameSelection.cpp 439 TextDirection FrameSelection::directionOfEnclosingBlock()
444 TextDirection FrameSelection::directionOfSelection()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 133 TextDirection textDirection = style->direction();
137 // is horizontal, then we use TextDirection to choose between those options. If the WritingMode
140 if ((isHorizontalWritingMode && textDirection == LTR) || writingMode == LeftToRightWritingMode)
147 // is vertical, then we use TextDirection to choose between those options.
148 if (writingMode == TopToBottomWritingMode || (!isHorizontalWritingMode && textDirection == RTL))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 610 entry.textDirection = View.TEXT_DIRECTION_LTR;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 2286 milliseconds