/external/chromium_org/third_party/WebKit/Source/web/resources/ |
pickerCommon.css | 33 .rtl { 34 direction: rtl;
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebTextRun.h | 45 , rtl(isRTL) 50 : rtl(false) 56 bool rtl; member in struct:blink::WebTextRun
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebTextRun.cpp | 42 return TextRun(text, 0, 0, TextRun::AllowTrailingExpansion, rtl ? RTL : LTR, directionalOverride);
|
/external/chromium_org/ui/base/resource/ |
resource_bundle_android.cc | 26 gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id, ImageRTL rtl) { 28 DCHECK_EQ(rtl, RTL_DISABLED);
|
resource_bundle_auralinux.cc | 45 gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id, ImageRTL rtl) { 47 DCHECK_EQ(rtl, RTL_DISABLED);
|
resource_bundle_gtk.cc | 7 #include "base/i18n/rtl.h" 73 gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id, ImageRTL rtl) { 75 int key = rtl == RTL_ENABLED ? -resource_id : resource_id; 86 image = delegate_->GetNativeImageNamed(resource_id, rtl); 91 GdkPixbuf* pixbuf = LoadPixbuf(data.get(), rtl == RTL_ENABLED);
|
resource_bundle_win.cc | 73 gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id, ImageRTL rtl) { 75 DCHECK_EQ(rtl, RTL_DISABLED);
|
/external/chromium_org/content/public/common/ |
menu_item.cc | 12 rtl(false), 23 rtl(item.rtl),
|
menu_item.h | 35 bool rtl; member in struct:content::MenuItem
|
/external/chromium/webkit/glue/ |
webmenuitem.cc | 10 rtl(false), 20 rtl(item.textDirection == WebKit::WebTextDirectionRightToLeft), 30 rtl(item.rtl),
|
webmenuitem.h | 32 bool rtl; member in struct:WebMenuItem
|
/ndk/tests/build/issue22336-ICE-emit-rtl/jni/ |
Android.mk | 5 LOCAL_MODULE := issue22336-ICE-emit-rtl 8 LOCAL_SRC_FILES := issue22336-ICE-emit-rtl.cpp
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 66 body.rtl .col1, body.rtl .col2 { 69 body.rtl { 70 direction: rtl; 72 body.rtl .col2 { 75 body.rtl .checkBox, body.rtl .checkBoxTopic { 78 body.rtl table.contentTable { 81 body.rtl #save_div{ 84 body.rtl #countryList [all...] |
feed.css | 89 direction: rtl; 93 body.rtl #feed { 94 direction: rtl; 96 body.rtl .open_box { 99 body.rtl .item_title {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 66 body.rtl .col1, body.rtl .col2 { 69 body.rtl { 70 direction: rtl; 72 body.rtl .col2 { 75 body.rtl .checkBox, body.rtl .checkBoxTopic { 78 body.rtl table.contentTable { 81 body.rtl #save_div{ 84 body.rtl #countryList [all...] |
feed.css | 89 direction: rtl; 93 body.rtl #feed { 94 direction: rtl; 96 body.rtl .open_box { 99 body.rtl .item_title {
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
bubble.css | 37 html[dir=rtl] .bubble-top::before { 42 html[dir=rtl] .bubble-left::before { 57 html[dir=rtl] .bubble-bottom::before { 62 html[dir=rtl] .bubble-right::before { 85 html[dir=rtl] .bubble-top::after { 90 html[dir=rtl] .bubble-left::after { 105 html[dir=rtl] .bubble-bottom::after { 110 html[dir=rtl] .bubble-right::after { 126 html[dir=rtl] .error-message-bubble {
|
header_bar.css | 67 html[dir=rtl] .header-bar-item { 81 html[dir=rtl] #login-header-bar #shutdown-button, 82 html[dir=rtl] #login-header-bar #add-user-button, 83 html[dir=rtl] #login-header-bar #guest-user-button, 84 html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
|
/external/chromium_org/chrome/browser/resources/ |
gesture_config.css | 30 html[dir=rtl] #reset-all-button { 39 html[dir=rtl] .input { 54 html[dir=rtl] .row-label { 68 html[dir=rtl] .row-units {
|
/external/chromium_org/chrome/browser/resources/options/ |
password_manager.css | 16 html[dir=rtl] #password-search-column {
|
language_dictionary_overlay.css | 17 html[dir=rtl] #language-dictionary-overlay-page h1 { 28 html[dir=rtl] #language-dictionary-overlay-search-field {
|
/external/compiler-rt/lib/tsan/ |
Makefile.mk | 11 SubDirs := rtl
|
gen_dynamic_list.sh | 39 collect rtl/tsan_interceptors.cc 45 NM=`nm rtl/libtsan.a`
|
/external/chromium_org/ppapi/cpp/dev/ |
font_dev.cc | 68 pp_text_run_.rtl = PP_FALSE; 73 bool rtl, 77 pp_text_run_.rtl = PP_FromBool(rtl); 83 pp_text_run_.rtl = other.pp_text_run_.rtl;
|
/external/chromium_org/chrome/browser/resources/downloads/ |
downloads.css | 18 html[dir='rtl'] .logo, 19 html[dir='rtl'] .form { 45 html[dir=rtl] #downloads-actions { 85 html[dir=rtl] .date-container { 106 html[dir=rtl] .icon { 119 html[dir=rtl] .download.otr > .safe, 120 html[dir=rtl] .download.otr > .show-dangerous { 141 html[dir=rtl] .progress {
|