/external/webkit/Source/WebKit/chromium/public/ |
D | WebTextRun.h | 56 bool rtl; member
|
/external/chromium/webkit/glue/ |
D | webmenuitem.h | 32 bool rtl; member
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | ComplexTextControllerLinux.h | 89 bool rtl() const { return m_run.rtl(); } in rtl() function
|
D | ComplexTextControllerLinux.cpp | 326 void ComplexTextController::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* des… in normalizeSpacesAndMirrorChars()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | WidthIterator.cpp | 85 bool rtl = m_run.rtl(); in advance() local
|
D | TextRun.h | 103 bool rtl() const { return m_rtl; } in rtl() function
|
/external/chromium/chrome/browser/chromeos/offline/ |
D | offline_load_page.cc | 94 bool rtl = base::i18n::IsRTL(); in GetHTMLContents() local
|
/external/dhcpcd/ |
D | configure.c | 590 struct rt *rtp, *rtl, *rtn; in add_router_host_route() local 640 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; in build_routes() local
|
/external/webkit/Source/WebCore/wml/ |
D | WMLTableElement.cpp | 231 bool rtl = false; in alignCells() local
|
/external/webkit/Source/WebCore/page/ |
D | ContextMenuController.cpp | 556 …ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagRightToLeft, contextMenuItemTagRightToL… in createAndAppendWritingDirectionSubMenu() local 571 …ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagTextDirectionRightToLeft, contextMenuIt… in createAndAppendTextDirectionSubMenu() local
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | ComplexTextControllerATSUI.cpp | 159 Boolean rtl = !ltr; in ComplexTextRun() local
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontWinCE.cpp | 294 static float cursorToX(const Font* font, const TextRunComponents& components, int width, bool rtl, … in cursorToX()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | FontAndroid.cpp | 398 bool rtl() const { return m_run.rtl(); } in rtl() function in WebCore::TextRunWalker 835 void TextRunWalker::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, in normalizeSpacesAndMirrorChars()
|
/external/icu4c/test/cintltst/ |
D | custrtrn.c | 1385 int32_t rtl; in Test_widestrs() local
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFont.cpp | 111 …atic Vector<SVGGlyphIdentifier::ArabicForm> charactersWithArabicForm(const String& input, bool rtl) in charactersWithArabicForm()
|
/external/chromium/chrome/browser/ |
D | external_tab_container_win.cc | 632 bool rtl = base::i18n::IsRTL(); in HandleContextMenu() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTableCell.cpp | 256 bool rtl = !table()->style()->isLeftToRightDirection(); in clippedOverflowRectForRepaint() local
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 962 bool rtl = style.textDirection() == RTL; in paintRow() local
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1851 bool rtl = computedStyle ? !computedStyle->isLeftToRightDirection() : false; in drawTextInternal() local
|