OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:was_rtl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/i18n/
rtl_unittest.cc
250
const bool
was_rtl
= IsRTL();
local
278
EXPECT_EQ(
was_rtl
, IsRTL());
297
const bool
was_rtl
= IsRTL();
local
313
EXPECT_EQ(
was_rtl
, IsRTL());
361
const bool
was_rtl
= IsRTL();
local
381
EXPECT_EQ(
was_rtl
, IsRTL());
/external/chromium_org/ui/gfx/
render_text_unittest.cc
527
const bool
was_rtl
= base::i18n::IsRTL();
local
549
EXPECT_EQ(
was_rtl
, base::i18n::IsRTL());
883
const bool
was_rtl
= base::i18n::IsRTL();
local
1285
const bool
was_rtl
= base::i18n::IsRTL();
local
1338
const bool
was_rtl
= base::i18n::IsRTL();
local
1572
const bool
was_rtl
= base::i18n::IsRTL();
local
[
all
...]
Completed in 265 milliseconds