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

  /external/skia/tools/
reformat-json.py 13 (only the actual checksum differences will show up as diffs, not obscured
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 303 std::string obscured; local
305 obscured += "*";
308 return obscured;
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 75 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.
textfield.cc 141 void Textfield::SetObscured(bool obscured) {
142 if (obscured) {
textfield_views_model.cc 512 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
530 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
  /external/chromium_org/ui/gfx/
render_text.h 208 // 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 and/or truncated text that will be displayed
    [all...]
render_text.cc 408 void RenderText::SetObscured(bool obscured) {
409 if (obscured != obscured_) {
410 obscured_ = obscured;
643 // in the case of obscured (password) textfields.
    [all...]
render_text_win.cc 620 if (obscured())
718 ptrdiff_t i = obscured() ? gfx::UTF16IndexToOffset(text(), 0, index) : index;
725 if (!obscured())
    [all...]
render_text_pango.cc 188 if (obscured())
render_text_unittest.cc 244 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.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
audio_player.js 284 // oldBox is already completely obscured by newBox.
  /external/chromium/chrome/browser/resources/
new_new_tab.js 925 attribution.classList.add('obscured');
930 attribution.classList.remove('obscured');
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
slide_mode.js 986 // select call below (while being obscured by the Editor toolbar,
    [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 464 milliseconds