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

  /external/webkit/WebCore/platform/
PopupMenuStyle.h 32 #include "TextDirection.h"
38 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, Length textIndent, TextDirection textDirection)
44 , m_textDirection(textDirection)
53 TextDirection textDirection() const { return m_textDirection; }
61 TextDirection m_textDirection;
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.cpp 528 void ChromeClientImpl::setToolTip(const String& tooltipText, TextDirection dir)
532 WebTextDirection textDirection = (dir == RTL) ?
536 tooltipText, textDirection);
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 60 GtkTextDirection textDirection = gtk_widget_get_default_direction();
62 if (textDirection == GTK_TEXT_DIR_RTL)
64 else if (textDirection == GTK_TEXT_DIR_LTR)
238 static GtkTextDirection gtkTextDirection(TextDirection direction)
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 834 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
852 rtl = style.textDirection() == RTL;
    [all...]
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 645 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)

Completed in 675 milliseconds