Searched defs:BoolWasWritten (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libchrome-gestures/src/ | ||
H A D | logging_filter_interpreter.cc | 50 void LoggingFilterInterpreter::BoolWasWritten(BoolProperty* prop) { in BoolWasWritten() function in gestures::LoggingFilterInterpreter |
H A D | prop_registry_unittest.cc | 24 virtual void BoolWasWritten(BoolProperty* prop) { call_cnt_++; }; in BoolWasWritten() function in gestures::PropRegistryTestDelegate |
/aosp_15_r20/external/libchrome-gestures/include/ | ||
H A D | prop_registry.h | 206 virtual void BoolWasWritten(BoolProperty* prop) {}; in BoolWasWritten() function |