/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
WebPopupMenuWin.cpp | 135 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)
|
/external/webkit/Source/WebCore/rendering/ |
HitTestResult.cpp | 197 dir = LTR; 228 dir = LTR;
|
RenderBlockLineLayout.cpp | 395 // So even if text-align is right, if direction is LTR, wide lines should overflow out of the right 697 bool shouldReorder = trailingSpaceRun != (direction == LTR ? bidiRuns.lastRun() : bidiRuns.firstRun()); 1394 bool ltr = style()->isLeftToRightDirection(); local 2450 bool ltr = style()->isLeftToRightDirection(); local [all...] |
RenderThemeWin.cpp | 759 const int dropDownBoxPaddingRight = style->direction() == LTR ? 4 + dropDownButtonWidth : 4; 761 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth; 793 if (o->style()->direction() == LTR) [all...] |
RenderThemeWinCE.cpp | 439 const int dropDownBoxPaddingRight = style->direction() == LTR ? 4 + dropDownButtonWidth : 4; 441 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth;
|
RenderMenuList.cpp | 98 TextDirection direction = (m_buttonText && m_buttonText->text()->defaultWritingDirection() == WTF::Unicode::RightToLeft) ? RTL : LTR;
|
RenderThemeChromiumSkia.cpp | 535 const int barType = style->direction() == LTR ? RightPadding : LeftPadding;
|
RenderFlexibleBox.cpp | 584 else // END for LTR, START for RTL [all...] |
RenderTextControlSingleLine.cpp | 751 innerBlockStyle->setDirection(LTR); [all...] |
RenderThemeChromiumWin.cpp | 500 buttonX = o->style()->direction() == LTR ? r.maxX() - spacingRight - buttonWidth : r.x() + spacingLeft;
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
BidiTest.java | 945 String LTR = "\u0061\u0062"; 948 String defText = LTR + newLine + RTL + LTR + RTL; [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLElement.cpp | [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutLineBreakingTest.java | 166 ALIGN, TextDirectionHeuristics.LTR, SPACE_MULTI, SPACE_ADD, false /* includePad */,
|
/external/webkit/Source/WebCore/platform/graphics/ |
Font.cpp | 448 if (direction == LTR) {
|
/external/webkit/Source/WebCore/editing/ |
htmlediting.cpp | 340 return LTR; 342 return renderer ? renderer->style()->direction() : LTR; [all...] |
/external/webkit/Source/WebCore/css/ |
CSSPrimitiveValueMappings.h | [all...] |
/external/webkit/Source/WebCore/platform/graphics/mac/ |
ComplexTextController.cpp | 78 unsigned expansionOpportunityCount = Font::expansionOpportunityCount(m_run.characters(), m_end, m_run.ltr() ? LTR : RTL, isAfterExpansion); 97 return m_run.ltr() ? m_end : 0; 101 return m_run.ltr() ? 0 : m_end; 115 if (m_run.ltr()) 123 CFIndex hitIndex = hitGlyphStart + (hitGlyphEnd - hitGlyphStart) * (m_run.ltr() ? x / adjustedAdvance : 1 - x / adjustedAdvance); 162 x -= clusterWidth * (m_run.ltr() ? hitIndex - hitGlyphStart : hitGlyphEnd - hitIndex - 1); 165 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd); 167 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterEnd : clusterStart); 198 if (m_run.ltr()) { 357 bool ltr = m_run.ltr(); local [all...] |
/external/webkit/Source/WebCore/platform/gtk/ |
RenderThemeGtk.cpp | 178 case LTR:
|
RenderThemeGtk3.cpp | 404 if (style->direction() == LTR) [all...] |
/external/webkit/Source/WebCore/dom/ |
Position.cpp | [all...] |
/external/webkit/Source/WebCore/platform/win/ |
PopupMenuWin.cpp | 649 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)
|
/external/webkit/Source/WebKit/chromium/src/ |
FrameLoaderClientImpl.cpp | 748 m_webFrame->client()->didReceiveTitle(m_webFrame, title.string(), title.direction() == LTR ? WebTextDirectionLeftToRight : WebTextDirectionRightToLeft); [all...] |
/external/webkit/Source/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
RenderStyle.h | 494 bool isLeftToRightDirection() const { return direction() == LTR; } [all...] |
/prebuilts/devtools/tools/lib/ |
layoutlib-api.jar | |