|
static HTMLFrameElement * | impl_from_IHTMLFrameElement3 (IHTMLFrameElement3 *iface) |
|
static HRESULT WINAPI | HTMLFrameElement3_QueryInterface (IHTMLFrameElement3 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLFrameElement3_AddRef (IHTMLFrameElement3 *iface) |
|
static ULONG WINAPI | HTMLFrameElement3_Release (IHTMLFrameElement3 *iface) |
|
static HRESULT WINAPI | HTMLFrameElement3_GetTypeInfoCount (IHTMLFrameElement3 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLFrameElement3_GetTypeInfo (IHTMLFrameElement3 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLFrameElement3_GetIDsOfNames (IHTMLFrameElement3 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLFrameElement3_Invoke (IHTMLFrameElement3 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLFrameElement3_get_contentDocument (IHTMLFrameElement3 *iface, IDispatch **p) |
|
static HRESULT WINAPI | HTMLFrameElement3_put_src (IHTMLFrameElement3 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLFrameElement3_get_src (IHTMLFrameElement3 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLFrameElement3_put_longDesc (IHTMLFrameElement3 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLFrameElement3_get_longDesc (IHTMLFrameElement3 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLFrameElement3_put_frameBorder (IHTMLFrameElement3 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLFrameElement3_get_frameBorder (IHTMLFrameElement3 *iface, BSTR *p) |
|
static HTMLFrameElement * | impl_from_HTMLDOMNode (HTMLDOMNode *iface) |
|
static HRESULT | HTMLFrameElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
|
static void | HTMLFrameElement_destructor (HTMLDOMNode *iface) |
|
static HRESULT | HTMLFrameElement_get_document (HTMLDOMNode *iface, IDispatch **p) |
|
static HRESULT | HTMLFrameElement_get_readystate (HTMLDOMNode *iface, BSTR *p) |
|
static HRESULT | HTMLFrameElement_get_dispid (HTMLDOMNode *iface, BSTR name, DWORD grfdex, DISPID *pid) |
|
static HRESULT | HTMLFrameElement_invoke (HTMLDOMNode *iface, DISPID id, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller) |
|
static HRESULT | HTMLFrameElement_bind_to_tree (HTMLDOMNode *iface) |
|
static void | HTMLFrameElement_traverse (HTMLDOMNode *iface, nsCycleCollectionTraversalCallback *cb) |
|
static void | HTMLFrameElement_unlink (HTMLDOMNode *iface) |
|
HRESULT | HTMLFrameElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem, HTMLElement **elem) |
|