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

  /external/chromium_org/chrome_frame/
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_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...]

Completed in 43 milliseconds