Home
last modified time | relevance | path

Searched refs:ChromeFrameActivex (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome_frame/
Dchrome_frame_activex.h27 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)
Dchrome_frame_activex.cc147 ChromeFrameActivex::ChromeFrameActivex() in ChromeFrameActivex() function in ChromeFrameActivex
153 HRESULT ChromeFrameActivex::FinalConstruct() { in FinalConstruct()
163 ChromeFrameActivex::~ChromeFrameActivex() { in ~ChromeFrameActivex()
182 LRESULT ChromeFrameActivex::OnCreate(UINT message, WPARAM wparam, LPARAM lparam, in OnCreate()
193 LRESULT ChromeFrameActivex::OnHostMoved(UINT message, WPARAM wparam, in OnHostMoved()
199 HRESULT ChromeFrameActivex::GetContainingDocument(IHTMLDocument2** doc) { in GetContainingDocument()
207 HRESULT ChromeFrameActivex::GetDocumentWindow(IHTMLWindow2** window) { in GetDocumentWindow()
215 void ChromeFrameActivex::OnLoad(const GURL& gurl) { in OnLoad()
225 void ChromeFrameActivex::OnLoadFailed(int error_code, const std::string& url) { in OnLoadFailed()
234 void ChromeFrameActivex::OnMessageFromChromeFrame(const std::string& message, in OnMessageFromChromeFrame()
[all …]
Dchrome_tab.cc697 return ChromeFrameActivex::UpdateRegistry(reg); in RegisterActiveX()
1035 OBJECT_ENTRY_AUTO(__uuidof(ChromeFrame), ChromeFrameActivex)