Searched refs:_control (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | webchild.cpp | 201 _navigator.attach(_control); in WebChildWindow() 203 …_connector = auto_ptr<EventConnector>(new EventConnector(_control, DIID_DWebBrowserEvents2, this)); in WebChildWindow() 205 _control->Navigate(BStr(info._path), &vtMissing, &vtMissing, &vtMissing, &vtMissing); in WebChildWindow() 215 if (!_control) { in WndProc() 230 if (!_control) in WndProc() 237 hr = _control->GoBack(); in WndProc() 241 hr = _control->GoForward(); in WndProc() 249 hr = _control->GoHome(); in WndProc() 253 hr = _control->GoSearch(); in WndProc() 257 hr = _control->Refresh(); in WndProc() [all …]
|
H A D | webchild.h | 338 HRESULT hr = _control.CreateInstance(clsid, riid); in create_control() 344 …hr = _client_side.attach_control(SIfacePtr<IOleObject>(_control, IID_IOleObject)/*, OLEIVERB_INPLA… in create_control() 350 …return _control.QueryInterface(IID_IOleInPlaceObject, &_in_place_object); // _in_place_object = _c… in create_control() 365 if (_control) { in WndProc() 366 _client_side.detach(SIfacePtr<IOleObject>(_control, IID_IOleObject), OLECLOSE_NOSAVE); in WndProc() 367 _control = NULL; in WndProc() 375 SMARTPTR _control; member 892 _control->GetProperty(Property, &value); in PropertyChange()
|