Searched defs:CPWL_Wnd (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Wnd.cpp104 friend class CPWL_Wnd;
107 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) {
121 bool IsWndCreated(const CPWL_Wnd* pWnd) const {
125 bool IsMainCaptureMouse(const CPWL_Wnd* pWnd) const {
129 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const {
133 bool IsMainCaptureKeyboard(const CPWL_Wnd* pWnd) const {
137 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const {
141 void SetFocus(CPWL_Wnd* pWnd) {
145 CPWL_Wnd* pParent = pWnd;
156 if (CPWL_Wnd* pWn
188 CPWL_Wnd::CPWL_Wnd() function in class:CPWL_Wnd
[all...]
H A DPWL_Wnd.h24 class CPWL_Wnd;
163 virtual void OnSetFocus(CPWL_Wnd* pWnd) = 0;
210 CPWL_Wnd* pParentWnd; // ignore
245 class CPWL_Wnd : public CPWL_TimerHandler { class in inherits:CPWL_TimerHandler
247 CPWL_Wnd();
248 ~CPWL_Wnd() override;
264 virtual void OnNotify(CPWL_Wnd* pWnd,
314 CPWL_Wnd* GetParentWindow() const;
323 const CPWL_Wnd* GetFocused() const;
370 bool IsWndCaptureMouse(const CPWL_Wnd* pWn
[all...]

Completed in 70 milliseconds