Searched defs:directionality (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_options_handler.cc104 std::string directionality = has_rtl_chars ? "rtl" : "ltr"; local
109 dictionary->SetString("textDirection", directionality);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dl10n_util.cc248 // Sets the directionality of the display language name.
262 const std::string directionality = has_rtl_chars ? "rtl" : "ltr"; local
268 dictionary->SetString("textDirection", directionality);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLElement.cpp683 return directionality();
686 TextDirection HTMLElement::directionality(Node** strongDirectionalityTextNode) const function in class:blink::HTMLElement
746 TextDirection textDirection = directionality(&strongDirectionalityTextNode);
762 TextDirection textDirection = directionality(&strongDirectionalityTextNode);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 144 milliseconds