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

  /external/chromium_org/extensions/browser/api/usb_private/
usb_private_api.h 20 virtual void AsyncWorkStart() OVERRIDE;
37 virtual void AsyncWorkStart() OVERRIDE;
usb_private_api.cc 53 void UsbPrivateGetDevicesFunction::AsyncWorkStart() {
93 void UsbPrivateGetDeviceInfoFunction::AsyncWorkStart() {
  /external/chromium_org/extensions/browser/api/hid/
hid_api.h 54 virtual void AsyncWorkStart() OVERRIDE;
72 virtual void AsyncWorkStart() OVERRIDE;
90 virtual void AsyncWorkStart() OVERRIDE;
108 virtual void AsyncWorkStart() OVERRIDE;
130 virtual void AsyncWorkStart() OVERRIDE;
151 virtual void AsyncWorkStart() OVERRIDE;
173 virtual void AsyncWorkStart() OVERRIDE;
hid_api.cc 108 void HidGetDevicesFunction::AsyncWorkStart() {
139 void HidConnectFunction::AsyncWorkStart() {
176 void HidDisconnectFunction::AsyncWorkStart() {
198 void HidReceiveFunction::AsyncWorkStart() {
240 void HidSendFunction::AsyncWorkStart() {
276 void HidReceiveFeatureReportFunction::AsyncWorkStart() {
314 void HidSendFeatureReportFunction::AsyncWorkStart() {
  /external/chromium_org/extensions/browser/api/usb/
usb_api.h 83 virtual void AsyncWorkStart() OVERRIDE;
100 virtual void AsyncWorkStart() OVERRIDE;
119 virtual void AsyncWorkStart() OVERRIDE;
137 virtual void AsyncWorkStart() OVERRIDE;
157 virtual void AsyncWorkStart() OVERRIDE;
173 virtual void AsyncWorkStart() OVERRIDE;
189 virtual void AsyncWorkStart() OVERRIDE;
205 virtual void AsyncWorkStart() OVERRIDE;
221 virtual void AsyncWorkStart() OVERRIDE;
238 virtual void AsyncWorkStart() OVERRIDE
    [all...]
usb_api.cc 586 void UsbFindDevicesFunction::AsyncWorkStart() {
663 void UsbGetDevicesFunction::AsyncWorkStart() {
714 void UsbRequestAccessFunction::AsyncWorkStart() {
747 void UsbOpenDeviceFunction::AsyncWorkStart() {
779 void UsbGetConfigurationFunction::AsyncWorkStart() {
806 void UsbListInterfacesFunction::AsyncWorkStart() {
838 void UsbCloseDeviceFunction::AsyncWorkStart() {
861 void UsbClaimInterfaceFunction::AsyncWorkStart() {
886 void UsbReleaseInterfaceFunction::AsyncWorkStart() {
912 void UsbSetInterfaceAlternateSettingFunction::AsyncWorkStart() {
    [all...]
  /external/chromium_org/extensions/browser/api/
async_api_function.cc 37 void AsyncApiFunction::AsyncWorkStart() {
63 AsyncWorkStart();
async_api_function.h 33 virtual void AsyncWorkStart();
  /external/chromium_org/chrome/browser/extensions/api/diagnostics/
diagnostics_api.h 18 // Result code for sending packet. Platform specific AsyncWorkStart() will
42 virtual void AsyncWorkStart() OVERRIDE;
diagnostics_api_chromeos.cc 74 void DiagnosticsSendPacketFunction::AsyncWorkStart() {
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_api.h 147 virtual void AsyncWorkStart() OVERRIDE;
187 virtual void AsyncWorkStart() OVERRIDE;
208 virtual void AsyncWorkStart() OVERRIDE;
230 virtual void AsyncWorkStart() OVERRIDE;
cast_channel_api.cc 354 void CastChannelOpenFunction::AsyncWorkStart() {
419 void CastChannelSendFunction::AsyncWorkStart() {
454 void CastChannelCloseFunction::AsyncWorkStart() {
497 void CastChannelGetLogsFunction::AsyncWorkStart() {
  /external/chromium_org/extensions/browser/api/socket/
socket_api.h 195 virtual void AsyncWorkStart() OVERRIDE;
270 virtual void AsyncWorkStart() OVERRIDE;
289 virtual void AsyncWorkStart() OVERRIDE;
307 virtual void AsyncWorkStart() OVERRIDE;
327 virtual void AsyncWorkStart() OVERRIDE;
348 virtual void AsyncWorkStart() OVERRIDE;
528 virtual void AsyncWorkStart() OVERRIDE;
socket_api.cc 198 void SocketConnectFunction::AsyncWorkStart() {
351 void SocketAcceptFunction::AsyncWorkStart() {
384 void SocketReadFunction::AsyncWorkStart() {
427 void SocketWriteFunction::AsyncWorkStart() {
459 void SocketRecvFromFunction::AsyncWorkStart() {
512 void SocketSendToFunction::AsyncWorkStart() {
918 void SocketSecureFunction::AsyncWorkStart() {
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h 55 virtual void AsyncWorkStart();
141 virtual void AsyncWorkStart() OVERRIDE;
221 virtual void AsyncWorkStart() OVERRIDE;
267 virtual void AsyncWorkStart() OVERRIDE;
303 virtual void AsyncWorkStart() OVERRIDE;
bluetooth_socket_api.cc 127 AsyncWorkStart();
154 void BluetoothSocketAsyncApiFunction::AsyncWorkStart() {
274 void BluetoothSocketListenFunction::AsyncWorkStart() {
454 void BluetoothSocketAbstractConnectFunction::AsyncWorkStart() {
549 void BluetoothSocketDisconnectFunction::AsyncWorkStart() {
604 void BluetoothSocketSendFunction::AsyncWorkStart() {
  /external/chromium_org/extensions/browser/api/sockets_tcp/
sockets_tcp_api.h 142 virtual void AsyncWorkStart() OVERRIDE;
183 virtual void AsyncWorkStart() OVERRIDE;
251 virtual void AsyncWorkStart() OVERRIDE;
sockets_tcp_api.cc 263 void SocketsTcpConnectFunction::AsyncWorkStart() {
351 void SocketsTcpSendFunction::AsyncWorkStart() {
469 void SocketsTcpSecureFunction::AsyncWorkStart() {
  /external/chromium_org/extensions/browser/api/serial/
serial_api.h 65 virtual void AsyncWorkStart() OVERRIDE;
181 virtual void AsyncWorkStart() OVERRIDE;
serial_api.cc 130 void SerialConnectFunction::AsyncWorkStart() {
239 void SerialSendFunction::AsyncWorkStart() {
  /external/chromium_org/extensions/browser/api/sockets_udp/
sockets_udp_api.h 123 virtual void AsyncWorkStart() OVERRIDE;
sockets_udp_api.cc 226 void SocketsUdpSendFunction::AsyncWorkStart() {

Completed in 547 milliseconds