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

  /external/chromium_org/content/browser/geolocation/
location_provider_base.cc 15 void LocationProviderBase::NotifyCallback(const Geoposition& position) {
location_provider_base.h 20 void NotifyCallback(const Geoposition& position);
location_provider_android.cc 24 NotifyCallback(last_position_);
mock_location_provider.cc 41 NotifyCallback(position_);
network_location_provider.cc 182 NotifyCallback(position_);
250 NotifyCallback(position_);
  /external/chromium_org/mojo/public/utility/
bindings_support_impl.cc 37 NotifyCallback(MOJO_RESULT_OK);
42 NotifyCallback(result);
46 void NotifyCallback(MojoResult result) {
  /external/chromium/chrome/browser/download/
download_request_limiter.h 230 // Invoked on the UI thread. Schedules a call to NotifyCallback on the io
235 void NotifyCallback(Callback* callback, bool allow);
download_request_limiter.cc 307 this, &DownloadRequestLimiter::NotifyCallback, callback, allow));
310 void DownloadRequestLimiter::NotifyCallback(Callback* callback, bool allow) {

Completed in 57 milliseconds