Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dtext_constants.h51 NUM_TEXT_STYLES, enumerator
Drender_text.cc321 for (size_t i = 0; i < NUM_TEXT_STYLES; ++i) in GetRange()
328 for (size_t i = 0; i < NUM_TEXT_STYLES; ++i) in UpdatePosition()
354 for (size_t style = 0; style < NUM_TEXT_STYLES; ++style) in SetText()
828 styles_(NUM_TEXT_STYLES), in RenderText()
Drender_text_unittest.cc100 for (size_t style = 0; style < NUM_TEXT_STYLES; ++style) in TEST_F()