Home | History | Annotate | Download | only in gfx

Lines Matching refs:obscured

178   // In an obscured (password) field, all text is drawn as asterisks or bullets.
179 bool obscured() const { return obscured_; }
180 void SetObscured(bool obscured);
182 // Makes a char in obscured text at |index| to be revealed. |index| should be
397 // which differ when the text is obscured. Regardless of whether or not the
398 // text is obscured, the character (code point) offsets always match.
415 // Returns the text used for layout, which may be obscured or truncated.
468 // Updates |layout_text_| if the text is obscured or truncated.
541 // The index at which the char should be revealed in the obscured text.
547 // The obscured and/or truncated text that will be displayed.