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

  /external/chromium_org/chromeos/dbus/
fake_nfc_tag_client.cc 52 tag_visible_(false),
78 if (tag_visible_ &&
86 if (!tag_visible_)
98 if (!tag_visible_ || object_path.value() != kTagPath) {
121 DCHECK(!tag_visible_);
140 if (!tag_visible_)
157 tag_visible_ = false;
171 if (!tag_visible_) {
194 tag_visible_ = true;
fake_nfc_tag_client.h 87 bool tag_visible() const { return tag_visible_; }
112 bool tag_visible_; member in class:chromeos::FakeNfcTagClient

Completed in 40 milliseconds