Searched refs:obscured (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler.cc303 std::string obscured; local
305 obscured += "*";
308 return obscured;
/external/chromium_org/ui/gfx/
H A Drender_text.h208 // In an obscured (password) field, all text is drawn as asterisks or bullets.
209 bool obscured() const { return obscured_; } function in class:gfx::RenderText
210 void SetObscured(bool obscured);
212 // Makes a char in obscured text at |index| to be revealed. |index| should be
478 // which differ when the text is obscured. Regardless of whether or not the
479 // text is obscured, the character (code point) offsets always match.
492 // Returns the text used for layout, which may be obscured or truncated.
556 // Updates |layout_text_| if the text is obscured or truncated.
625 // The index at which the char should be revealed in the obscured text.
631 // The obscured an
[all...]
H A Drender_text.cc408 void RenderText::SetObscured(bool obscured) { argument
409 if (obscured != obscured_) {
410 obscured_ = obscured;
643 // in the case of obscured (password) textfields.
H A Drender_text_win.cc620 if (obscured())
718 ptrdiff_t i = obscured() ? gfx::UTF16IndexToOffset(text(), 0, index) : index;
725 if (!obscured())
H A Drender_text_pango.cc188 if (obscured())
H A Drender_text_unittest.cc244 ASSERT_TRUE(render_text->obscured());
274 // GetLayoutText() returns asterisks when the obscured bit is set.
319 // Cursoring is independent of underlying characters when text is obscured.
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc141 void Textfield::SetObscured(bool obscured) { argument
142 if (obscured) {
H A Dtextfield.h75 void SetObscured(bool obscured);
77 // Gets/sets the duration to reveal the last typed char when the obscured bit
343 // The duration to reveal the last typed char for obscured textfields.
H A Dtextfield_views_model.cc512 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
530 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 182 milliseconds