HomeSort by relevance Sort by last modified time
    Searched refs:obscured (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/skia/tools/
reformat-json.py 13 (only the actual checksum differences will show up as diffs, not obscured
  /external/skia/tools/
reformat-json.py 13 (only the actual checksum differences will show up as diffs, not obscured
  /external/chromium_org/ui/views/controls/
label.h 84 // 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.
label.cc 157 void Label::SetObscured(bool obscured) {
158 if (obscured != obscured_) {
159 obscured_ = obscured;
537 return !obscured() && (text_size.width() > size.width() ||
label_unittest.cc 114 EXPECT_FALSE(label.obscured());
119 EXPECT_TRUE(label.obscured());
129 EXPECT_FALSE(label.obscured());
183 // Make the label obscured and there is no tooltip.
    [all...]
  /external/chromium_org/ui/gfx/
render_text.h 234 // 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 and/or truncated text that will be displayed
    [all...]
render_text_harfbuzz.cc 702 if (obscured())
808 ptrdiff_t i = obscured() ? UTF16IndexToOffset(text(), 0, index) : index;
815 if (!obscured())
    [all...]
render_text_win.cc 638 if (obscured())
737 ptrdiff_t i = obscured() ? UTF16IndexToOffset(text(), 0, index) : index;
744 if (!obscured())
    [all...]
render_text.cc 467 void RenderText::SetObscured(bool obscured) {
468 if (obscured != obscured_) {
469 obscured_ = obscured;
690 // in the case of obscured (password) textfields.
    [all...]
render_text_pango.cc 207 if (obscured())
render_text_unittest.cc 259 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.
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 486 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/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 369 milliseconds