HomeSort by relevance Sort by last modified time
    Searched defs:ChromeFrameActivex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/
chrome_frame_activex.h 23 // ChromeFrameActivex: Implementation of the ActiveX control that is
27 class ATL_NO_VTABLE ChromeFrameActivex
28 : public ChromeFrameActivexBase<ChromeFrameActivex, CLSID_ChromeFrame>,
29 public IObjectSafetyImpl<ChromeFrameActivex,
32 public IObjectWithSiteImpl<ChromeFrameActivex>,
35 typedef ChromeFrameActivexBase<ChromeFrameActivex, CLSID_ChromeFrame> Base;
36 ChromeFrameActivex();
37 ~ChromeFrameActivex();
41 BEGIN_COM_MAP(ChromeFrameActivex)
49 BEGIN_MSG_MAP(ChromeFrameActivex)
    [all...]
chrome_frame_activex.cc 33 // Class used to maintain a mapping from top-level windows to ChromeFrameActivex
147 ChromeFrameActivex::ChromeFrameActivex()
153 HRESULT ChromeFrameActivex::FinalConstruct() {
163 ChromeFrameActivex::~ChromeFrameActivex() {
182 LRESULT ChromeFrameActivex::OnCreate(UINT message, WPARAM wparam, LPARAM lparam,
193 LRESULT ChromeFrameActivex::OnHostMoved(UINT message, WPARAM wparam,
199 HRESULT ChromeFrameActivex::GetContainingDocument(IHTMLDocument2** doc) {
207 HRESULT ChromeFrameActivex::GetDocumentWindow(IHTMLWindow2** window)
    [all...]

Completed in 25 milliseconds