Home
last modified time | relevance | path

Searched refs:ProxyEvent (Results 1 – 6 of 6) sorted by relevance

/external/qemu/proxy/
Dproxy_common.h30 } ProxyEvent; typedef
33 typedef void (*ProxyEventFunc)( void* opaque, int fd, ProxyEvent event );
Dproxy_int.h114 ProxyEvent event );
Dproxy_common.c310 ProxyEvent event ) in proxy_connection_free()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.cc857 proxy_button_->OnMouseEntered(ProxyEvent(event)); in OnMouseEntered()
867 proxy_button_->OnMouseExited(ProxyEvent(event)); in OnMouseExited()
876 return proxy_button_->OnMousePressed(ProxyEvent(event)); in OnMousePressed()
884 proxy_button_->OnMouseReleased(ProxyEvent(event)); in OnMouseReleased()
922 ui::MouseEvent AutofillDialogViews::SectionContainer::ProxyEvent( in ProxyEvent() function in autofill::AutofillDialogViews::SectionContainer
Dautofill_dialog_views.h338 static ui::MouseEvent ProxyEvent(const ui::MouseEvent& event);
/external/qemu/slirp-android/
Dtcp_subr.c364 ProxyEvent event ) in tcp_proxy_event()