OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChromeActiveDocument
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome_frame/
chrome_active_document.cc
5
// Implementation of
ChromeActiveDocument
55
ChromeActiveDocument
::
ChromeActiveDocument
()
67
HRESULT
ChromeActiveDocument
::FinalConstruct() {
106
ChromeActiveDocument
::~
ChromeActiveDocument
() {
117
STDMETHODIMP
ChromeActiveDocument
::DoVerb(LONG verb,
146
return IOleObjectImpl<
ChromeActiveDocument
>::DoVerb(verb,
155
STDMETHODIMP
ChromeActiveDocument
::OnDocWindowActivate(BOOL activate) {
160
STDMETHODIMP
ChromeActiveDocument
::TranslateAccelerator(MSG* msg)
[
all
...]
chrome_active_document.h
34
class
ChromeActiveDocument
;
194
//
ChromeActiveDocument
: Implementation of the Active Document object that is
198
class ATL_NO_VTABLE
ChromeActiveDocument
199
: public ChromeFrameActivexBase<
ChromeActiveDocument
,
201
public IOleDocumentImpl<
ChromeActiveDocument
>,
202
public IOleDocumentViewImpl<
ChromeActiveDocument
>,
205
public InPlaceMenu<
ChromeActiveDocument
>,
212
typedef ChromeFrameActivexBase<
ChromeActiveDocument
,
215
ChromeActiveDocument
();
216
~
ChromeActiveDocument
();
[
all
...]
chrome_tab.cc
586
L"ChromeTab.
ChromeActiveDocument
",
587
L"ChromeTab.
ChromeActiveDocument
.1",
690
return
ChromeActiveDocument
::UpdateRegistry(reg);
[
all
...]
Completed in 162 milliseconds