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

  /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.
  /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...]
  /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 77 milliseconds