Searched defs:send_callback (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_impl.cc657 GetDevicePropertiesCallback send_callback,
675 send_callback.Run(service_path, shill_properties_copy.Pass());
680 // modified) |shill_properties| to |send_callback|.
690 send_callback),
696 send_callback));
702 GetDevicePropertiesCallback send_callback,
708 send_callback.Run(service_path, network_properties.Pass());
714 GetDevicePropertiesCallback send_callback,
718 send_callback.Run(service_path, network_properties.Pass());
656 GetPropertiesCallback( GetDevicePropertiesCallback send_callback, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
699 GetDevicePropertiesSuccess( const std::string& service_path, scoped_ptr<base::DictionaryValue> network_properties, GetDevicePropertiesCallback send_callback, const std::string& device_path, const base::DictionaryValue& device_properties) argument
711 GetDevicePropertiesFailure( const std::string& service_path, scoped_ptr<base::DictionaryValue> network_properties, GetDevicePropertiesCallback send_callback, const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h588 int (*send_callback)(struct socket *, uint32_t); member in struct:sctp_inpcb

Completed in 89 milliseconds