Searched refs:show_fake_ (Results 1 – 2 of 2) sorted by relevance
13 show_fake_(false), in PassphraseTextfield()18 show_fake_ = show_fake; in SetShowFake()19 if (show_fake_) in SetShowFake()27 if (show_fake_ && !changed_) in OnFocus()34 if (show_fake_ && text().empty()) in OnBlur()
30 bool show_fake() const { return show_fake_; } in show_fake()36 bool show_fake_; variable