OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WrapStringWithRTLFormatting
(Results
1 - 9
of
9
) sorted by null
/external/chromium/base/i18n/
rtl.h
120
void
WrapStringWithRTLFormatting
(string16* text);
122
void
WrapStringWithRTLFormatting
(std::wstring* text);
rtl.cc
177
WrapStringWithRTLFormatting
(text);
215
WrapStringWithRTLFormatting
(text);
219
WrapStringWithRTLFormatting
(text);
296
void
WrapStringWithRTLFormatting
(string16* text) {
308
void
WrapStringWithRTLFormatting
(std::wstring* text) {
/external/chromium_org/chrome/renderer/
validation_message_agent.cc
36
base::i18n::
WrapStringWithRTLFormatting
(&wrapped_main_text);
38
base::i18n::
WrapStringWithRTLFormatting
(&wrapped_sub_text);
/external/chromium_org/base/i18n/
rtl.h
124
BASE_I18N_EXPORT void
WrapStringWithRTLFormatting
(string16* text);
rtl.cc
204
WrapStringWithRTLFormatting
(text);
250
WrapStringWithRTLFormatting
(text);
254
WrapStringWithRTLFormatting
(text);
326
void
WrapStringWithRTLFormatting
(string16* text) {
rtl_unittest.cc
259
WrapStringWithRTLFormatting
(&empty);
271
WrapStringWithRTLFormatting
(&rtl_wrap);
/external/chromium_org/ui/gfx/
canvas_skia.cc
38
base::i18n::
WrapStringWithRTLFormatting
(text);
45
base::i18n::
WrapStringWithRTLFormatting
(text);
/external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc
507
base::i18n::
WrapStringWithRTLFormatting
(&title_to_set);
/external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc
[
all
...]
Completed in 125 milliseconds