Home
last modified time | relevance | path

Searched refs:SetRTLForTesting (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/i18n/
Drtl_unittest.cc306 SetRTLForTesting(!IsRTL()); in TEST_F()
354 SetRTLForTesting(!IsRTL()); in TEST_F()
441 SetRTLForTesting(!IsRTL()); in TEST_F()
492 SetRTLForTesting(!IsRTL()); in TEST_F()
Drtl.h58 BASE_I18N_EXPORT void SetRTLForTesting(bool rtl);
Drtl.cc157 void SetRTLForTesting(bool rtl) { in SetRTLForTesting() function