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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainerTest.cpp 77 const bool isRTL = true;
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);
PopupContainer.cpp 105 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)
112 inverseWidgetRectInScreen.setX(inverseWidgetRectInScreen.x() + (isRTL ? -rtlOffset : rtlOffset));
113 inverseWidgetRectInScreen.setY(inverseWidgetRectInScreen.y() + (isRTL ? -verticalOffset : verticalOffset));
169 bool isRTL = this->isRTL();
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
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleICUTest.cpp 132 bool isRTL(const char* localeString)
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**"));
LocaleMacTest.cpp 120 bool isRTL(const String& localeString)
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**"));
LocaleWinTest.cpp 111 bool isRTL(LCID lcid)
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/
LocaleICU.cpp 257 bool LocaleICU::isRTL()
LocaleWin.cpp 404 bool LocaleWin::isRTL()
  /external/chromium_org/third_party/readability/js/
readability.js 274 function isRTL() {
283 return isRTL() ? "rtl" : "ltr";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 810 return isRTL() ? View.SCROLLBAR_POSITION_LEFT : View.SCROLLBAR_POSITION_RIGHT;
813 private boolean isRTL() {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 212 milliseconds