Searched refs:text_direction (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dpango_util.h68 // the |width| in PANGO_SCALE for RTL locale, the base |text_direction|,
74 base::i18n::TextDirection text_direction,
84 base::i18n::TextDirection text_direction,
95 base::i18n::TextDirection text_direction,
H A Dpango_util.cc154 base::i18n::TextDirection text_direction = local
159 layout, text, font, bounds.width(), text_direction, flags);
174 text_color, text_direction, flags);
185 base::i18n::TextDirection text_direction,
210 // Set Pango's base text direction explicitly from |text_direction|.
213 (text_direction == base::i18n::RIGHT_TO_LEFT ?
234 } else if (text_direction == base::i18n::RIGHT_TO_LEFT) {
285 base::i18n::TextDirection text_direction,
287 SetupPangoLayoutWithoutFont(layout, text, width, text_direction, flags);
298 base::i18n::TextDirection text_direction,
181 SetupPangoLayoutWithoutFont( PangoLayout* layout, const base::string16& text, int width, base::i18n::TextDirection text_direction, int flags) argument
281 SetupPangoLayout(PangoLayout* layout, const base::string16& text, const Font& font, int width, base::i18n::TextDirection text_direction, int flags) argument
293 SetupPangoLayoutWithFontDescription( PangoLayout* layout, const base::string16& text, const std::string& font_description, int width, base::i18n::TextDirection text_direction, int flags) argument
307 DrawPangoLayout(cairo_t* cr, PangoLayout* layout, const Font& font, const gfx::Rect& bounds, const gfx::Rect& text_rect, SkColor text_color, base::i18n::TextDirection text_direction, int flags) argument
[all...]
H A Drender_text_unittest.cc511 const base::i18n::TextDirection text_direction; member in struct:gfx::__anon14344
539 EXPECT_EQ(render_text->GetTextDirection(), cases[j].text_direction);
/external/chromium_org/components/autofill/core/common/
H A Dform_field_data.cc19 text_direction(base::i18n::UNKNOWN_DIRECTION) {
70 << field.text_direction;
H A Dform_field_data.h40 base::i18n::TextDirection text_direction; member in struct:autofill::FormFieldData
H A Dautofill_messages.h55 IPC_STRUCT_TRAITS_MEMBER(text_direction)
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_manager_delegate.cc56 base::i18n::TextDirection text_direction,
54 ShowAutofillPopup( const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction, const std::vector<base::string16>& values, const std::vector<base::string16>& labels, const std::vector<base::string16>& icons, const std::vector<int>& identifiers, base::WeakPtr<AutofillPopupDelegate> delegate) argument
H A Dautofill_manager_delegate.h122 base::i18n::TextDirection text_direction,
H A Dtest_autofill_manager_delegate.h48 base::i18n::TextDirection text_direction,
H A Dautofill_external_delegate.cc118 autofill_query_field_.text_direction,
145 autofill_query_field_.text_direction,
H A Dautofill_external_delegate_unittest.cc59 base::i18n::TextDirection text_direction,
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_driver_impl_browsertest.cc45 base::i18n::TextDirection text_direction,
/external/chromium_org/chrome/browser/ui/autofill/
H A Dtab_autofill_manager_delegate.h69 base::i18n::TextDirection text_direction,
H A Dautofill_popup_controller_impl.h45 base::i18n::TextDirection text_direction);
77 base::i18n::TextDirection text_direction);
H A Dtab_autofill_manager_delegate.cc170 base::i18n::TextDirection text_direction,
188 text_direction);
168 ShowAutofillPopup( const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction, const std::vector<string16>& values, const std::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& identifiers, base::WeakPtr<AutofillPopupDelegate> delegate) argument
H A Dautofill_popup_controller_impl.cc75 base::i18n::TextDirection text_direction) {
89 delegate, container_view, element_bounds, text_direction);
97 base::i18n::TextDirection text_direction)
102 text_direction_(text_direction),
70 GetOrCreate( WeakPtr<AutofillPopupControllerImpl> previous, WeakPtr<AutofillPopupDelegate> delegate, gfx::NativeView container_view, const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction) argument
93 AutofillPopupControllerImpl( base::WeakPtr<AutofillPopupDelegate> delegate, gfx::NativeView container_view, const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction) argument
/external/chromium_org/android_webview/native/
H A Daw_autofill_manager_delegate.h90 base::i18n::TextDirection text_direction,
H A Daw_autofill_manager_delegate.cc81 base::i18n::TextDirection text_direction,
79 ShowAutofillPopup( const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction, const std::vector<string16>& values, const std::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& identifiers, base::WeakPtr<autofill::AutofillPopupDelegate> delegate) argument
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc851 base::i18n::TextDirection text_direction = local
853 if (text_direction !=
855 text_direction = base::i18n::UNKNOWN_DIRECTION;
860 text_direction == base::i18n::UNKNOWN_DIRECTION) {
882 if (text_direction == (base::i18n::IsRTL() ?
/external/chromium_org/components/autofill/content/renderer/
H A Dform_autofill_util.cc732 field->text_direction = input_element->directionForFormData() == "rtl" ?

Completed in 267 milliseconds