/external/chromium_org/ui/gfx/ |
pango_util.cc | 144 base::i18n::TextDirection text_direction, 169 // Set Pango's base text direction explicitly from |text_direction|. 172 (text_direction == base::i18n::RIGHT_TO_LEFT ? 193 } else if (text_direction == base::i18n::RIGHT_TO_LEFT) { 245 base::i18n::TextDirection text_direction, 247 SetupPangoLayoutWithoutFont(layout, text, width, text_direction, flags); 258 base::i18n::TextDirection text_direction, 260 SetupPangoLayoutWithoutFont(layout, text, width, text_direction, flags);
|
pango_util.h | 60 // |text_direction|, alignment, ellipsis, word wrapping, resolution, etc. 66 base::i18n::TextDirection text_direction,
|
render_text_unittest.cc | 517 const base::i18n::TextDirection text_direction; member in struct:gfx::__anon17646 545 EXPECT_EQ(render_text->GetTextDirection(), cases[j].text_direction); [all...] |
/external/chromium_org/components/autofill/core/common/ |
form_field_data.cc | 69 text_direction(base::i18n::UNKNOWN_DIRECTION) { 110 pickle->WriteInt(field_data.text_direction); 136 !ReadTextDirection(iter, &field_data->text_direction) || 176 << field.text_direction;
|
form_field_data_unittest.cc | 27 data.text_direction = base::i18n::RIGHT_TO_LEFT;
|
form_data_unittest.cc | 33 field_data.text_direction = base::i18n::RIGHT_TO_LEFT;
|
form_field_data.h | 43 base::i18n::TextDirection text_direction; member in struct:autofill::FormFieldData
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_manager_delegate.h | 80 base::i18n::TextDirection text_direction,
|
test_autofill_manager_delegate.cc | 41 base::i18n::TextDirection text_direction,
|
test_autofill_manager_delegate.h | 37 base::i18n::TextDirection text_direction,
|
autofill_external_delegate.cc | 107 autofill_query_field_.text_direction, 134 autofill_query_field_.text_direction,
|
autofill_external_delegate_unittest.cc | 60 base::i18n::TextDirection text_direction,
|
/external/chromium_org/chrome/browser/ui/autofill/ |
tab_autofill_manager_delegate.cc | 113 base::i18n::TextDirection text_direction, 132 text_direction);
|
tab_autofill_manager_delegate.h | 55 base::i18n::TextDirection text_direction,
|
autofill_popup_controller_impl.h | 52 base::i18n::TextDirection text_direction); 86 base::i18n::TextDirection text_direction);
|
autofill_popup_controller_impl.cc | 75 base::i18n::TextDirection text_direction) { 91 text_direction); 100 base::i18n::TextDirection text_direction) 106 text_direction_(text_direction),
|
/external/chromium_org/android_webview/native/ |
aw_autofill_manager_delegate.h | 76 base::i18n::TextDirection text_direction,
|
aw_autofill_manager_delegate.cc | 86 base::i18n::TextDirection text_direction,
|
/external/chromium_org/chrome/browser/autofill/ |
autofill_driver_impl_browsertest.cc | 43 base::i18n::TextDirection text_direction,
|
/external/chromium_org/components/autofill/content/common/ |
autofill_messages.h | 53 IPC_STRUCT_TRAITS_MEMBER(text_direction)
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 881 base::i18n::TextDirection text_direction = local [all...] |
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility.cc | 224 int text_direction = child->GetIntAttribute( local 234 switch (text_direction) {
|
/external/chromium_org/components/autofill/content/renderer/ |
form_autofill_util.cc | 779 field->text_direction = input_element->directionForFormData() == "rtl" ? [all...] |