ReactOS
0.4.15-dev-4574-g434cf85
|
#include "ieframe.h"
#include "exdispid.h"
#include "mshtml.h"
#include "perhist.h"
#include "initguid.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | ready_state_task_t |
Macros | |
#define | DOCHOST_DOCCANNAVIGATE 0 |
#define | CMDID_EXPLORER_UPDATEHISTORY 38 |
Variables | |
static ATOM | doc_view_atom = 0 |
static const IOleCommandTargetVtbl | OleCommandTargetVtbl |
static const IDocHostUIHandler2Vtbl | DocHostUIHandler2Vtbl |
static const IPropertyNotifySinkVtbl | PropertyNotifySinkVtbl |
void abort_dochost_tasks | ( | DocHost * | This, |
task_proc_t | proc | ||
) |
Definition at line 70 of file dochost.c.
Referenced by async_doc_navigate(), and DocHost_Release().
Definition at line 209 of file dochost.c.
Referenced by deactivate_document(), dochost_object_available(), and PropertyNotifySink_OnChanged().
|
static |
Definition at line 641 of file dochost.c.
|
static |
Definition at line 667 of file dochost.c.
|
static |
Definition at line 634 of file dochost.c.
|
static |
Definition at line 653 of file dochost.c.
|
static |
Definition at line 647 of file dochost.c.
Definition at line 479 of file dochost.c.
Referenced by create_frame_hwnd(), and navigate_bsc_proc().
Definition at line 510 of file dochost.c.
Referenced by InternetExplorer_Release(), navigate_bsc(), OleObject_SetClientSite(), and release_extern_ref().
DEFINE_OLEGUID | ( | CGID_DocHostCmdPriv | , |
0x000214D4L | , | ||
0 | , | ||
0 | |||
) |
Definition at line 364 of file dochost.c.
Referenced by create_doc_view_hwnd().
void DocHost_Init | ( | DocHost * | This, |
IWebBrowser2 * | wb, | ||
const IDocHostContainerVtbl * | container | ||
) |
Definition at line 1106 of file dochost.c.
Referenced by create_ie(), and create_webbrowser().
Definition at line 304 of file dochost.c.
Referenced by BindStatusCallback_OnObjectAvailable().
Definition at line 1128 of file dochost.c.
Referenced by InternetExplorer_Release(), and WebBrowser_Release().
|
static |
Definition at line 802 of file dochost.c.
|
static |
Definition at line 882 of file dochost.c.
|
static |
Definition at line 985 of file dochost.c.
|
static |
Definition at line 940 of file dochost.c.
|
static |
Definition at line 948 of file dochost.c.
|
static |
Definition at line 833 of file dochost.c.
|
static |
Definition at line 927 of file dochost.c.
|
static |
Definition at line 993 of file dochost.c.
|
static |
Definition at line 863 of file dochost.c.
|
static |
Definition at line 890 of file dochost.c.
|
static |
Definition at line 898 of file dochost.c.
|
static |
Definition at line 795 of file dochost.c.
|
static |
Definition at line 808 of file dochost.c.
|
static |
Definition at line 906 of file dochost.c.
|
static |
Definition at line 814 of file dochost.c.
|
static |
Definition at line 853 of file dochost.c.
|
static |
Definition at line 914 of file dochost.c.
|
static |
Definition at line 971 of file dochost.c.
|
static |
Definition at line 870 of file dochost.c.
Definition at line 414 of file dochost.c.
Referenced by update_travellog().
|
static |
Definition at line 179 of file dochost.c.
Referenced by dochost_object_available(), and PropertyNotifySink_OnChanged().
Definition at line 392 of file dochost.c.
Referenced by update_travellog().
|
inlinestatic |
Definition at line 790 of file dochost.c.
Referenced by DocHostUIHandler_AddRef(), DocHostUIHandler_EnableModeless(), DocHostUIHandler_FilterDataObject(), DocHostUIHandler_GetDropTarget(), DocHostUIHandler_GetExternal(), DocHostUIHandler_GetHostInfo(), DocHostUIHandler_GetOptionKeyPath(), DocHostUIHandler_GetOverrideKeyPath(), DocHostUIHandler_HideUI(), DocHostUIHandler_OnDocWindowActivate(), DocHostUIHandler_OnFrameWindowActivate(), DocHostUIHandler_QueryInterface(), DocHostUIHandler_Release(), DocHostUIHandler_ResizeBorder(), DocHostUIHandler_ShowContextMenu(), DocHostUIHandler_ShowUI(), DocHostUIHandler_TranslateAccelerator(), DocHostUIHandler_TranslateUrl(), and DocHostUIHandler_UpdateUI().
|
inlinestatic |
Definition at line 629 of file dochost.c.
Referenced by ClOleCommandTarget_AddRef(), ClOleCommandTarget_Exec(), ClOleCommandTarget_QueryInterface(), ClOleCommandTarget_QueryStatus(), and ClOleCommandTarget_Release().
|
inlinestatic |
Definition at line 1038 of file dochost.c.
Referenced by PropertyNotifySink_AddRef(), PropertyNotifySink_OnChanged(), PropertyNotifySink_OnRequestEdit(), PropertyNotifySink_QueryInterface(), and PropertyNotifySink_Release().
Definition at line 114 of file dochost.c.
Referenced by update_ready_state().
Definition at line 141 of file dochost.c.
Referenced by object_available_proc().
|
static |
|
static |
Definition at line 294 of file dochost.c.
Referenced by dochost_object_available().
Definition at line 83 of file dochost.c.
Referenced by navigate_bsc(), OleObject_SetClientSite(), and update_navigation_commands().
Definition at line 55 of file dochost.c.
Referenced by ie_window_proc(), and shell_embedding_proc().
|
static |
Definition at line 1050 of file dochost.c.
|
static |
Definition at line 1062 of file dochost.c.
|
static |
Definition at line 1091 of file dochost.c.
|
static |
Definition at line 1043 of file dochost.c.
|
static |
Definition at line 1056 of file dochost.c.
void push_dochost_task | ( | DocHost * | This, |
task_header_t * | task, | ||
task_proc_t | proc, | ||
task_destr_t | destr, | ||
BOOL | send | ||
) |
Definition at line 39 of file dochost.c.
Referenced by async_doc_navigate(), dochost_object_available(), navigate_url(), and push_ready_state_task().
Definition at line 283 of file dochost.c.
Referenced by dochost_object_available().
|
static |
Definition at line 275 of file dochost.c.
Referenced by push_ready_state_task().
|
static |
Definition at line 267 of file dochost.c.
Referenced by push_ready_state_task().
Definition at line 572 of file dochost.c.
Referenced by InternetExplorer_Refresh(), InternetExplorer_Refresh2(), WebBrowser_Refresh(), and WebBrowser_Refresh2().
Definition at line 601 of file dochost.c.
Referenced by DocHost_Release(), and release_client_site().
Definition at line 234 of file dochost.c.
Referenced by html_window_navigate(), navigate_bsc(), navigate_url(), and update_ready_state().
Definition at line 106 of file dochost.c.
Referenced by ClOleCommandTarget_Exec(), DocObjectService_FireNavigateComplete2(), and navigate_history().
Definition at line 241 of file dochost.c.
Referenced by PropertyNotifySink_OnChanged(), and ready_state_proc().
Definition at line 424 of file dochost.c.
Referenced by ClOleCommandTarget_Exec().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ieframe | ) |
|
static |
Definition at line 37 of file dochost.c.
Referenced by create_doc_view_hwnd().
|
static |
Definition at line 1016 of file dochost.c.
Referenced by DocHost_Init().
|
static |
Definition at line 782 of file dochost.c.
Referenced by DocHost_Init().
|
static |
Definition at line 1098 of file dochost.c.
Referenced by DocHost_Init().