Searched refs:detection_enabled_ (Results 1 – 3 of 3) sorted by relevance
25 EXPECT_FALSE(ts.detection_enabled_); in TEST()27 EXPECT_TRUE(ts.detection_enabled_); in TEST()32 EXPECT_TRUE(ts.detection_enabled_); in TEST()35 EXPECT_FALSE(ts.detection_enabled_); in TEST()42 EXPECT_TRUE(ts.detection_enabled_); in TEST()46 EXPECT_TRUE(ts.detection_enabled_); in TEST()63 EXPECT_TRUE(ts.detection_enabled_); in TEST()67 EXPECT_TRUE(ts.detection_enabled_); in TEST()75 EXPECT_TRUE(ts.detection_enabled_); in TEST()80 EXPECT_FALSE(ts.detection_enabled_); in TEST()
60 detection_enabled_(false), in TransientSuppressorImpl()152 detection_enabled_ = false; in Initialize()180 if (detection_enabled_) { in Suppress()284 detection_enabled_ = true; in UpdateKeypress()296 if (detection_enabled_ && ++chunks_since_keypress_ > kChunksUntilNotTyping) { in UpdateKeypress()300 detection_enabled_ = false; in UpdateKeypress()339 if (detection_enabled_) { in UpdateBuffers()
110 bool detection_enabled_; variable