Searched defs:isRTL (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebTextRun.h41 WebTextRun(const WebString& t, bool isRTL, bool hasDirectionalOverride) argument
43 , rtl(isRTL)
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainerTest.cpp77 const bool isRTL = true; local
83 return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, verticalOffset, transformOffset, content, needToResizeView);
86 static IntRect calculatePosition(const IntRect& initialRect, PopupContent* content, FloatRect windowRect = FloatRect(0, 0, 512, 512), bool isRTL = true)
90 int rtlOffset = (targetControlWidth - initialRect.width()) * (isRTL ? 1 : -1);
92 return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, 0, IntSize(), content, needToResizeView);
H A DPopupContainer.cpp105 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) argument
112 inverseWidgetRectInScreen.setX(inverseWidgetRectInScreen.x() + (isRTL ? -rtlOffset : rtlOffset));
113 inverseWidgetRectInScreen.setY(inverseWidgetRectInScreen.y() + (isRTL ? -verticalOffset : verticalOffset));
169 bool isRTL = this->isRTL(); local
178 int rightOffset = isRTL ? rtlOffset : 0;
183 int verticalForRTLOffset = isRTL ? verticalOffset : 0;
205 widgetRectInScreen = layoutAndCalculateWidgetRectInternal(widgetRectInScreen, targetControlHeight, windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffset, m_listBox.get(), needToResizeView);
444 inline bool PopupContainer::isRTL() const function in class:blink::PopupContainer
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleICUTest.cpp132 bool isRTL(const char* localeString) function in class:LocaleICUTest
135 return locale->isRTL();
146 TEST_F(LocaleICUTest, isRTL)
148 EXPECT_TRUE(isRTL("ar-EG"));
149 EXPECT_FALSE(isRTL("en-us"));
150 EXPECT_FALSE(isRTL("ja-jp"));
151 EXPECT_FALSE(isRTL("**invalid**"));
H A DLocaleMacTest.cpp120 bool isRTL(const String& localeString) function in class:LocaleMacTest
123 return locale->isRTL();
259 TEST_F(LocaleMacTest, isRTL)
261 EXPECT_TRUE(isRTL("ar-eg"));
262 EXPECT_FALSE(isRTL("en-us"));
263 EXPECT_FALSE(isRTL("ja-jp"));
264 EXPECT_FALSE(isRTL("**invalid**"));
H A DLocaleWinTest.cpp111 bool isRTL(LCID lcid) function in class:LocaleWinTest
114 return locale->isRTL();
200 TEST_F(LocaleWinTest, isRTL)
202 EXPECT_TRUE(isRTL(ArabicEG));
203 EXPECT_FALSE(isRTL(EnglishUS));
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp257 bool LocaleICU::isRTL() function in class:blink::LocaleICU
H A DLocaleWin.cpp404 bool LocaleWin::isRTL() function in class:blink::LocaleWin
/external/chromium_org/third_party/readability/js/
H A Dreadability.js274 function isRTL() { function
283 return isRTL() ? "rtl" : "ltr";
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp2172 bool isRTL = direction == RTL; local
2185 align = isRTL ? RightTextAlign : LeftTextAlign;
2187 align = isRTL ? LeftTextAlign : RightTextAlign;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1043 bool isRTL = bidiRun->level() % 2; local
1044 subrun.setDirection(isRTL ? RTL : LTR);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3953 milliseconds