OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chromeframeactivex
(Results
1 - 5
of
5
) 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
...]
chrome_tab.idl
106
//
ChromeFrameActiveX
instance.
chrome_tab.cc
650
return
ChromeFrameActivex
::UpdateRegistry(reg);
[
all
...]
chrome_frame_activex_base.h
558
// The
ChromeFrameActivex
control initiates navigation to this URL
[
all
...]
Completed in 71 milliseconds