isRTL 2221 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool isRTL = direction == RTL; isRTL 2235 Source/core/html/canvas/CanvasRenderingContext2D.cpp align = isRTL ? RightTextAlign : LeftTextAlign; isRTL 2237 Source/core/html/canvas/CanvasRenderingContext2D.cpp align = isRTL ? LeftTextAlign : RightTextAlign; isRTL 317 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp TextDirection contentDirection = element().locale().isRTL() ? RTL : LTR; isRTL 406 Source/core/html/shadow/DateTimeEditElement.cpp if (m_parameters.locale.isRTL() && text.length()) { isRTL 87 Source/core/html/shadow/DateTimeFieldElement.cpp if (!localeForOwner().isRTL() && m_fieldOwner->focusOnPreviousField(*this)) isRTL 97 Source/core/html/shadow/DateTimeFieldElement.cpp if (!localeForOwner().isRTL() && m_fieldOwner->focusOnNextField(*this)) isRTL 67 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (localeForOwner().isRTL()) { isRTL 996 Source/platform/graphics/GraphicsContext.cpp bool isRTL = bidiRun->level() % 2; isRTL 997 Source/platform/graphics/GraphicsContext.cpp subrun.setDirection(isRTL ? RTL : LTR); isRTL 54 Source/platform/text/LocaleICU.h virtual bool isRTL() OVERRIDE; isRTL 56 Source/platform/text/LocaleMac.h virtual bool isRTL() OVERRIDE; isRTL 51 Source/platform/text/LocaleWin.h virtual bool isRTL() OVERRIDE; isRTL 131 Source/platform/text/PlatformLocale.h virtual bool isRTL() = 0; isRTL 141 Source/web/DateTimeChooserImpl.cpp addProperty("isLocaleRTL", m_locale->isRTL(), data); isRTL 107 Source/web/PopupContainer.cpp IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView) isRTL 114 Source/web/PopupContainer.cpp inverseWidgetRectInScreen.setX(inverseWidgetRectInScreen.x() + (isRTL ? -rtlOffset : rtlOffset)); isRTL 115 Source/web/PopupContainer.cpp inverseWidgetRectInScreen.setY(inverseWidgetRectInScreen.y() + (isRTL ? -verticalOffset : verticalOffset)); isRTL 171 Source/web/PopupContainer.cpp bool isRTL = this->isRTL(); isRTL 180 Source/web/PopupContainer.cpp int rightOffset = isRTL ? rtlOffset : 0; isRTL 185 Source/web/PopupContainer.cpp int verticalForRTLOffset = isRTL ? verticalOffset : 0; isRTL 207 Source/web/PopupContainer.cpp widgetRectInScreen = layoutAndCalculateWidgetRectInternal(widgetRectInScreen, targetControlHeight, windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffset, m_listBox.get(), needToResizeView); isRTL 87 Source/web/PopupContainer.h bool isRTL() const; isRTL 112 Source/web/PopupContainer.h static WebCore::IntRect layoutAndCalculateWidgetRectInternal(WebCore::IntRect widgetRectInScreen, int targetControlHeight, const WebCore::FloatRect& windowRect, const WebCore::FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const WebCore::IntSize& transformOffset, PopupContent*, bool& needToResizeView); isRTL 135 Source/web/tests/LocaleICUTest.cpp return locale->isRTL(); isRTL 146 Source/web/tests/LocaleICUTest.cpp TEST_F(LocaleICUTest, isRTL) isRTL 148 Source/web/tests/LocaleICUTest.cpp EXPECT_TRUE(isRTL("ar-EG")); isRTL 149 Source/web/tests/LocaleICUTest.cpp EXPECT_FALSE(isRTL("en-us")); isRTL 150 Source/web/tests/LocaleICUTest.cpp EXPECT_FALSE(isRTL("ja-jp")); isRTL 151 Source/web/tests/LocaleICUTest.cpp EXPECT_FALSE(isRTL("**invalid**")); isRTL 123 Source/web/tests/LocaleMacTest.cpp return locale->isRTL(); isRTL 259 Source/web/tests/LocaleMacTest.cpp TEST_F(LocaleMacTest, isRTL) isRTL 261 Source/web/tests/LocaleMacTest.cpp EXPECT_TRUE(isRTL("ar-eg")); isRTL 262 Source/web/tests/LocaleMacTest.cpp EXPECT_FALSE(isRTL("en-us")); isRTL 263 Source/web/tests/LocaleMacTest.cpp EXPECT_FALSE(isRTL("ja-jp")); isRTL 264 Source/web/tests/LocaleMacTest.cpp EXPECT_FALSE(isRTL("**invalid**")); isRTL 114 Source/web/tests/LocaleWinTest.cpp return locale->isRTL(); isRTL 200 Source/web/tests/LocaleWinTest.cpp TEST_F(LocaleWinTest, isRTL) isRTL 202 Source/web/tests/LocaleWinTest.cpp EXPECT_TRUE(isRTL(ArabicEG)); isRTL 203 Source/web/tests/LocaleWinTest.cpp EXPECT_FALSE(isRTL(EnglishUS)); isRTL 78 Source/web/tests/PopupContainerTest.cpp const bool isRTL = true; isRTL 84 Source/web/tests/PopupContainerTest.cpp return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, verticalOffset, transformOffset, content, needToResizeView); isRTL 87 Source/web/tests/PopupContainerTest.cpp static IntRect calculatePosition(const IntRect& initialRect, PopupContent* content, FloatRect windowRect = FloatRect(0, 0, 512, 512), bool isRTL = true) isRTL 91 Source/web/tests/PopupContainerTest.cpp int rtlOffset = (targetControlWidth - initialRect.width()) * (isRTL ? 1 : -1); isRTL 93 Source/web/tests/PopupContainerTest.cpp return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, 0, IntSize(), content, needToResizeView); isRTL 43 public/web/WebTextRun.h WebTextRun(const WebString& t, bool isRTL, bool hasDirectionalOverride) isRTL 45 public/web/WebTextRun.h , rtl(isRTL)