Lines Matching refs:delegate_
81 if (delegate_ && orig_val != val_) in CreatePropImpl()
82 delegate_->BoolWasWritten(this); in CreatePropImpl()
104 if (delegate_) in HandleGesturesPropWritten()
105 delegate_->BoolWasWritten(this); in HandleGesturesPropWritten()
118 if (delegate_ && memcmp(orig_vals.get(), vals_, in CreatePropImpl()
120 delegate_->BoolArrayWasWritten(this); in CreatePropImpl()
145 if (delegate_) in HandleGesturesPropWritten()
146 delegate_->BoolArrayWasWritten(this); in HandleGesturesPropWritten()
157 if (delegate_ && orig_val != val_) in CreatePropImpl()
158 delegate_->DoubleWasWritten(this); in CreatePropImpl()
182 if (delegate_) in HandleGesturesPropWritten()
183 delegate_->DoubleWasWritten(this); in HandleGesturesPropWritten()
196 if (delegate_ && memcmp(orig_vals.get(), vals_, count_ * sizeof(float))) in CreatePropImpl()
197 delegate_->DoubleArrayWasWritten(this); in CreatePropImpl()
227 if (delegate_) in HandleGesturesPropWritten()
228 delegate_->DoubleArrayWasWritten(this); in HandleGesturesPropWritten()
239 if (delegate_ && orig_val != val_) in CreatePropImpl()
240 delegate_->IntWasWritten(this); in CreatePropImpl()
264 if (delegate_) in HandleGesturesPropWritten()
265 delegate_->IntWasWritten(this); in HandleGesturesPropWritten()
278 if (delegate_ && memcmp(orig_vals.get(), vals_, count_ * sizeof(int))) in CreatePropImpl()
279 delegate_->IntArrayWasWritten(this); in CreatePropImpl()
305 if (delegate_) in HandleGesturesPropWritten()
306 delegate_->IntArrayWasWritten(this); in HandleGesturesPropWritten()
316 if (delegate_ && strcmp(orig_val, val_) != 0) in CreatePropImpl()
317 delegate_->StringWasWritten(this); in CreatePropImpl()
334 if (delegate_) in HandleGesturesPropWritten()
335 delegate_->StringWasWritten(this); in HandleGesturesPropWritten()