HomeSort by relevance Sort by last modified time
    Searched refs:DispatchCallback (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/
pepper_broker_infobar_delegate.h 53 void DispatchCallback(bool result);
pepper_broker_infobar_delegate.cc 120 DispatchCallback(true);
125 DispatchCallback(false);
144 void PepperBrokerInfoBarDelegate::DispatchCallback(bool result) {
  /external/chromium_org/media/audio/cras/
cras_unified.h 67 uint32 DispatchCallback(size_t frames,
cras_unified.cc 263 return me->DispatchCallback(frames,
281 uint32 CrasUnifiedStream::DispatchCallback(size_t frames,
  /external/chromium_org/extensions/browser/
content_hash_fetcher.cc 123 void DispatchCallback();
309 DispatchCallback();
336 base::Bind(&ContentHashFetcherJob::DispatchCallback, this));
411 void ContentHashFetcherJob::DispatchCallback() {
  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_evdev_unittest.cc 57 void DispatchCallback(Event* event) {
79 base::Bind(&MockTouchEventConverterEvdev::DispatchCallback,

Completed in 74 milliseconds