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

/external/chromium_org/ui/views/controls/
H A Dlabel.h84 // Get or set if the label text should be obscured before rendering (e.g.
86 bool obscured() const { return obscured_; } function in class:views::Label
87 void SetObscured(bool obscured);
113 // Get the text as displayed to the user, respecting the obscured flag.
156 // the label's 'obscured' status into account.
H A Dlabel.cc157 void Label::SetObscured(bool obscured) { argument
158 if (obscured != obscured_) {
159 obscured_ = obscured;
537 return !obscured() && (text_size.width() > size.width() ||
H A Dlabel_unittest.cc114 EXPECT_FALSE(label.obscured());
119 EXPECT_TRUE(label.obscured());
129 EXPECT_FALSE(label.obscured());
183 // Make the label obscured and there is no tooltip.
/external/chromium_org/ui/gfx/
H A Drender_text.h234 // In an obscured (password) field, all text is drawn as asterisks or bullets.
235 bool obscured() const { return obscured_; } function in class:gfx::RenderText
236 void SetObscured(bool obscured);
238 // Makes a char in obscured text at |index| to be revealed. |index| should be
503 // which differ when the text is obscured. Regardless of whether or not the
504 // text is obscured, the character (code point) offsets always match.
517 // Returns the text used for layout, which may be obscured or truncated.
595 // Updates |layout_text_| if the text is obscured or truncated.
672 // The index at which the char should be revealed in the obscured text.
681 // The obscured an
[all...]
H A Drender_text_harfbuzz.cc702 if (obscured())
808 ptrdiff_t i = obscured() ? UTF16IndexToOffset(text(), 0, index) : index;
815 if (!obscured())
H A Drender_text_win.cc638 if (obscured())
737 ptrdiff_t i = obscured() ? UTF16IndexToOffset(text(), 0, index) : index;
744 if (!obscured())
H A Drender_text.cc467 void RenderText::SetObscured(bool obscured) { argument
468 if (obscured != obscured_) {
469 obscured_ = obscured;
690 // in the case of obscured (password) textfields.
H A Drender_text_pango.cc207 if (obscured())
H A Drender_text_unittest.cc259 ASSERT_TRUE(render_text->obscured());
289 // GetLayoutText() returns asterisks when the obscured bit is set.
334 // Cursoring is independent of underlying characters when text is obscured.
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc486 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
503 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 424 milliseconds