Home
last modified time | relevance | path

Searched refs:directionality (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_options_handler.cc104 std::string directionality = has_rtl_chars ? "rtl" : "ltr"; in GetLanguageList() local
109 dictionary->SetString("textDirection", directionality); in GetLanguageList()
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_cell.mm287 // Prefix may not have any characters with strong directionality, and may take
288 // the UI directionality. But prefix needs to appear in continuation of the
289 // contents so we force the directionality.
386 // left edge of the string, irrespective of the directionality of UI or text.
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp683 return directionality(); in directionalityIfhasDirAutoAttribute()
686 TextDirection HTMLElement::directionality(Node** strongDirectionalityTextNode) const in directionality() function in blink::HTMLElement
746 TextDirection textDirection = directionality(&strongDirectionalityTextNode); in adjustDirectionalityIfNeededAfterChildAttributeChanged()
762 TextDirection textDirection = directionality(&strongDirectionalityTextNode); in calculateAndAdjustDirectionality()
DHTMLElement.h133 TextDirection directionality(Node** strongDirectionalityTextNode= 0) const;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dl10n_util.cc262 const std::string directionality = has_rtl_chars ? "rtl" : "ltr"; in GetLanguageList() local
268 dictionary->SetString("textDirection", directionality); in GetLanguageList()
/external/chromium_org/ppapi/api/dev/
Dppb_font_dev.idl129 * directionality of the surrounding environment. This means that Hebrew
141 * Set to PP_TRUE to force the directionality of the text regardless of
/external/chromium_org/ppapi/api/trusted/
Dppb_browser_font_trusted.idl131 * Set to PP_TRUE to force the directionality of the text regardless of
/external/chromium_org/chrome/browser/ui/cocoa/
Djavascript_app_modal_dialog_cocoa.mm310 // directionality of the first strongly-directional character.