Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 44) sorted by relevance

12

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dwebchild.h416 virtual void NewWindow2(IDispatch** ppDisp, VARIANT_BOOL& cancel) in NewWindow2()
436 const Variant& headers, VARIANT_BOOL& cancel) in BeforeNavigate2()
472 virtual void WindowClosing(VARIANT_BOOL IsChildWindow, VARIANT_BOOL& cancel) in WindowClosing()
493 virtual void FileDownload(Variant& cancel) in FileDownload()
496 …* pDisp, const Variant& url, const Variant& Frame, const Variant& StatusCode, VARIANT_BOOL& cancel) in NavigateError()
855 const Variant& headers, VARIANT_BOOL& cancel) in BeforeNavigate2()
903 void NewWindow2(IDispatch** ppDisp, VARIANT_BOOL& cancel) in NewWindow2()
918 …g flags, const BStr& targetFrameName, VARIANT* postData, const BStr& headers, VARIANT_BOOL& cancel) in FrameBeforeNavigate()
970 void WindowClosing(VARIANT_BOOL IsChildWindow, VARIANT_BOOL& cancel) in WindowClosing()
998 void FileDownload(Variant& cancel) in FileDownload()
[all …]
/reactos/dll/win32/ieframe/
H A Dnavigate.c320 VARIANT_BOOL cancel = VARIANT_FALSE; in handle_navigation_error() local
328 V_BOOLREF(params) = &cancel; in handle_navigation_error()
356 if(!cancel) in handle_navigation_error()
592 V_BOOLREF(params) = cancel; in on_before_navigate2()
802 VARIANT_BOOL cancel = VARIANT_FALSE; in doc_navigate_proc() local
804 if(cancel) { in doc_navigate_proc()
855 VARIANT_BOOL cancel = VARIANT_FALSE; in async_doc_navigate() local
858 if(cancel) { in async_doc_navigate()
873 VARIANT_BOOL cancel = VARIANT_FALSE; in navigate_bsc() local
885 on_before_navigate2(This, bsc->url, post_data, bsc->headers, &cancel); in navigate_bsc()
[all …]
H A Dshellbrowser.c658 VARIANT_BOOL cancel = VARIANT_FALSE; in DocObjectService_FireBeforeNavigate2() local
677 V_BOOLREF(params) = &cancel; in DocObjectService_FireBeforeNavigate2()
731 *pfCancel = !!cancel; in DocObjectService_FireBeforeNavigate2()
/reactos/dll/win32/wbemprox/
H A Dservices.c143 HANDLE cancel; member
156 CloseHandle( async->cancel ); in free_async()
165 if (!(async->cancel = CreateEventW( NULL, FALSE, FALSE, NULL ))) in init_async()
183 WaitForSingleObject( async->cancel, INFINITE ); in async_proc()
225 if (ws->async) SetEvent( ws->async->cancel ); in wbem_services_Release()
308 SetEvent( async->cancel ); in wbem_services_CancelAsyncCall()
/reactos/base/services/nfsd/
H A Dupcall.c193 if (op && op->cancel) in upcall_cancel()
194 op->cancel(upcall); in upcall_cancel()
H A Dupcall.h222 upcall_cancel_proc cancel; member
/reactos/dll/win32/urlmon/
H A Daxinstall.c49 BOOL cancel; member
518 ctx->cancel = FALSE; in warning_proc()
554 ctx->cancel = TRUE; in install_warning()
556 return !ctx->cancel; in install_warning()
H A Dbindprot.c1010 VARIANT_BOOL cancel = VARIANT_FALSE; in handle_redirect() local
1011 IBindCallbackRedirect_Redirect(This->redirect_callback, url, &cancel); in handle_redirect()
1012 if(cancel) in handle_redirect()
/reactos/media/doc/
H A Dnotes50 periodically (e.g. from a timer DPC every ten seconds) and cancel all
511 This dovetails with a standard cancel routine:
537 or IoStartNextPacket. Each of them will grab the cancel spin lock and
539 should sneak in on another CPU and cancel this very same IRP, your
540 cancel routine will immediately release the spin lock and call
542 may succeed in getting the cancel spin lock, whereupon it will nullify
548 Meanwhile, your original instance of StartIo gets the cancel spin lock
552 The second way this could play out is that StartIo gets the cancel lock
556 CPU that's running your cancel routine is spinning inside
562 you can avoid bottlenecking the system on the global cancel spin lock.
H A Dtodo15 Io cancelation support (see io/cancel, et al)
/reactos/dll/win32/qmgr/
H A Dqmgr.h67 HANDLE cancel; member
H A Djob.c277 CloseHandle(This->cancel); in BackgroundCopyJob_Release()
409 SetEvent(This->cancel); in BackgroundCopyJob_Cancel()
1255 This->cancel = CreateEventW(NULL, FALSE, FALSE, NULL); in BackgroundCopyJobConstructor()
H A Dfile.c296 HANDLE handles[2] = {job->wait, job->cancel}; in wait_for_completion()
/reactos/dll/win32/rpcrt4/
H A Drpcrt4_ros.diff205 +#ifdef __REACTOS__ /* FIXME: We should also cancel I/O for other threads */
230 +#ifdef __REACTOS__ /* FIXME: We should also cancel I/O for other threads */
/reactos/dll/win32/mshtml/
H A Dnavigate.c2193 …link_frame_navigate(HTMLDocument *doc, LPCWSTR url, nsChannel *nschannel, DWORD hlnf, BOOL *cancel) in hlink_frame_navigate() argument
2202 *cancel = FALSE; in hlink_frame_navigate()
2238 *cancel = hres == S_OK; in hlink_frame_navigate()
2263 BOOL cancel = FALSE; in navigate_uri() local
2272 … frame_name, post_data, post_data_len ? post_data_len+1 : 0, headers, TRUE, &cancel); in navigate_uri()
2274 if(SUCCEEDED(hres) && cancel) { in navigate_uri()
2285 BOOL cancel; in navigate_uri() local
2287 …es = hlink_frame_navigate(&window->base.inner_window->doc->basedoc, display_uri, NULL, 0, &cancel); in navigate_uri()
2291 if(cancel) { in navigate_uri()
H A Dnsio.c222 static nsresult before_async_open(nsChannel *channel, NSContainer *container, BOOL *cancel) in before_async_open() argument
229 *cancel = TRUE; in before_async_open()
239 *cancel = FALSE; in before_async_open()
243 hres = hlink_frame_navigate(&doc->basedoc, display_uri, channel, 0, cancel); in before_async_open()
246 *cancel = TRUE; in before_async_open()
1047 BOOL cancel = FALSE; in nsChannel_AsyncOpen() local
1117 cancel = TRUE; in nsChannel_AsyncOpen()
1119 nsres = before_async_open(This, window->doc_obj->nscontainer, &cancel); in nsChannel_AsyncOpen()
1120 if(NS_SUCCEEDED(nsres) && cancel) { in nsChannel_AsyncOpen()
1127 if(!cancel) in nsChannel_AsyncOpen()
H A Dhtmlwindow.c771 VARIANT_BOOL cancel = VARIANT_FALSE; in notify_webbrowser_close() local
798 while(!cancel) { in notify_webbrowser_close()
812 V_BOOLREF(args) = &cancel; in notify_webbrowser_close()
818 cancel = VARIANT_FALSE; in notify_webbrowser_close()
822 return !cancel; in notify_webbrowser_close()
/reactos/base/applications/cmdutils/at/lang/
H A Den-US.rc17 /YES Used with cancel all jobs command when no further\n\
/reactos/dll/win32/inseng/
H A Dicif.c509 char *cancel, DWORD cancel_size) in component_GetProgressKeys() argument
514 … TRACE("(%p)->(%p, %u, %p, %u): semi-stub\n", This, progress, progress_size, cancel, cancel_size); in component_GetProgressKeys()
519 if (cancel_size > 0 && cancel) in component_GetProgressKeys()
520 *cancel = 0; in component_GetProgressKeys()
/reactos/dll/win32/winhttp/
H A Dwinhttp_ros.diff108 CloseHandle( request->cancel );
H A Drequest.c3192 HANDLE cancel; member
3230 SetEvent( request->cancel ); in cancel_request()
3242 SetEvent( request->cancel ); in cancel_request()
3266 CloseHandle( request->cancel ); in free_request()
3592 request->cancel = CreateEventW( NULL, FALSE, FALSE, NULL ); in initialize_request()
3894 HANDLE handles[2] = { request->wait, request->cancel }; in wait_for_completion()
/reactos/dll/win32/tapiui/lang/
H A Den-US.rc409cancel without providing this information, this program may not function correctly when dialing. I…
H A Dhe-IL.rc409cancel without providing this information, this program may not function correctly when dialing. I…
H A Des-ES.rc409cancel without providing this information, this program may not function correctly when dialing. I…
/reactos/base/applications/calc/
H A Dwhatsnew.txt113 * Fixed ":q" command from clipboard to the 'cancel' button.

12