Home
last modified time | relevance | path

Searched defs:BoolWasWritten (Results 1 – 3 of 3) sorted by relevance

/external/libchrome-gestures/src/
Dlogging_filter_interpreter.cc42 void LoggingFilterInterpreter::BoolWasWritten(BoolProperty* prop) { in BoolWasWritten() function in gestures::LoggingFilterInterpreter
Dprop_registry_unittest.cc24 virtual void BoolWasWritten(BoolProperty* prop) { call_cnt_++; }; in BoolWasWritten() function in gestures::PropRegistryTestDelegate
/external/libchrome-gestures/include/
Dprop_registry.h206 virtual void BoolWasWritten(BoolProperty* prop) {}; in BoolWasWritten() function