Searched refs:MainFrameBase (Results 1 – 7 of 7) sorted by relevance
41 struct MainFrameBase : public PreTranslateWindow struct45 MainFrameBase(HWND hwnd); argument46 ~MainFrameBase();94 struct MDIMainFrame : public MainFrameBase96 typedef MainFrameBase super;138 ShellBrowserChildT<MainFrameBase>142 ShellBrowserChildT<MainFrameBase>
40 HWND MainFrameBase::Create(const ExplorerCmd& cmd) in Create()150 MainFrameBase::MainFrameBase(HWND hwnd) in MainFrameBase() function in MainFrameBase289 MainFrameBase::~MainFrameBase() in ~MainFrameBase()379 BOOL MainFrameBase::TranslateMsg(MSG* pmsg) in TranslateMsg()388 int MainFrameBase::Command(int id, int code) in Command()457 int MainFrameBase::Notify(int id, NMHDR* pnmh) in Notify()551 void MainFrameBase::resize_frame_client() in resize_frame_client()586 BOOL MainFrameBase::toggle_fullscreen() in toggle_fullscreen()616 void MainFrameBase::fullscreen_move() in fullscreen_move()651 void MainFrameBase::FillBookmarks() in FillBookmarks()[all …]
104 struct MainFrameBase* get_frame();
515 if (MainFrameBase::OpenShellFolders(pida, _hwndFrame)) in OnDefaultCommand()700 MainFrameBase::Create(ExplorerCmd(_url, false)); in WndProc()
990 MainFrameBase* Pane::get_frame() in get_frame()994 return (MainFrameBase*)owner; in get_frame()
512 if (MainFrameBase::OpenShellFolders(pida, 0)) in OnDefaultCommand()
730 MainFrameBase::Create(cmd); in explorer_show_frame()