Home
last modified time | relevance | path

Searched refs:on_progress (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/urlmon/
H A Ddownload.c140 static HRESULT on_progress(DownloadBSC *This, ULONG progress, ULONG progress_max, ULONG status_code… in on_progress() function
174 hres = on_progress(This, ulProgress, ulProgressMax, ulStatusCode, szStatusText); in DownloadBSC_OnProgress()
178 hres = on_progress(This, ulProgress, ulProgressMax, ulStatusCode, szStatusText); in DownloadBSC_OnProgress()
H A Dbinding.c1018 static void on_progress(Binding *This, ULONG progress, ULONG progress_max, in on_progress() function
1034 on_progress(This, 0, 0, BINDSTATUS_FINDINGRESOURCE, szStatusText); in InternetProtocolSink_ReportProgress()
1037 on_progress(This, 0, 0, BINDSTATUS_CONNECTING, szStatusText); in InternetProtocolSink_ReportProgress()
1042 on_progress(This, 0, 0, BINDSTATUS_REDIRECTING, szStatusText); in InternetProtocolSink_ReportProgress()
1047 on_progress(This, 0, 0, BINDSTATUS_SENDINGREQUEST, szStatusText); in InternetProtocolSink_ReportProgress()
1063 on_progress(This, 0, 0, BINDSTATUS_LOADINGMIMEHANDLER, szStatusText); in InternetProtocolSink_ReportProgress()
/reactos/dll/win32/mshtml/
H A Dbinding.h116 HRESULT (*on_progress)(BSCallback*,ULONG,LPCWSTR); member
H A Dnavigate.c309 return This->vtbl->on_progress(This, ulStatusCode, szStatusText); in BindStatusCallback_OnProgress()