Home
last modified time | relevance | path

Searched refs:IntArrayWasWritten (Results 1 – 3 of 3) sorted by relevance

/external/libchrome-gestures/src/
Dprop_registry_unittest.cc31 virtual void IntArrayWasWritten(IntArrayProperty* prop) { call_cnt_++; }; in IntArrayWasWritten() function in gestures::PropRegistryTestDelegate
318 delegate.IntArrayWasWritten(&my_int_array_w_delegate); in TEST()
338 pd.IntArrayWasWritten(&my_int_array); in TEST()
Dprop_registry.cc279 delegate_->IntArrayWasWritten(this); in CreatePropImpl()
306 delegate_->IntArrayWasWritten(this); in HandleGesturesPropWritten()
/external/libchrome-gestures/include/
Dprop_registry.h211 virtual void IntArrayWasWritten(IntArrayProperty* prop) {}; in IntArrayWasWritten() function