Home | History | Annotate | Download | only in textfield

Lines Matching refs:char_count

1745   const uint32 char_count = 10UL;
1755 gfx::Rect char_rect_in_screen_coord[char_count];
1757 for (uint32 i = 0; i < char_count; ++i) {
1772 for (uint32 i = 0; i < char_count; ++i) {
1780 EXPECT_FALSE(client->GetCompositionCharacterBounds(char_count, &rect));
1781 EXPECT_FALSE(client->GetCompositionCharacterBounds(char_count + 1, &rect));
1782 EXPECT_FALSE(client->GetCompositionCharacterBounds(char_count + 100, &rect));