/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Note.cpp | 152 void CPWL_Note_Edit::OnNotify(CPWL_Wnd* pWnd, in OnNotify() function in CPWL_Note_Edit 165 pParent->OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0); in OnNotify() 177 CPWL_Edit::OnNotify(pWnd, msg, wParam, lParam); in OnNotify() 189 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0); in OnNotify() 378 OnNotify(m_pEdit, PNM_NOTEEDITCHANGED, 0, 0); in SetText() 407 OnNotify(pNoteItem, PNM_NOTEEDITCHANGED, 0, 0); in CreateSubItem() 447 OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0); in DeleteSubItem() 466 void CPWL_Note_Contents::OnNotify(CPWL_Wnd* pWnd, in OnNotify() function in CPWL_Note_Contents 482 pChild->OnNotify(this, PNM_NOTERESET, 0, 0); in OnNotify() 486 pParent->OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0); in OnNotify() [all …]
|
D | PWL_IconList.cpp | 163 pParent->OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&sInfo); in CreateChildWnd() 256 pParent->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in ScrollToItem() 377 void CPWL_IconList::OnNotify(CPWL_Wnd* pWnd, in OnNotify() function in CPWL_IconList 381 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify() 404 pScrollBar->OnNotify(pWnd, PNM_SETSCROLLINFO, wParam, lParam); in OnNotify() 417 pScrollBar->OnNotify(pWnd, PNM_SETSCROLLPOS, wParam, lParam); in OnNotify() 492 pScrollBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, in OnMouseWheel()
|
D | PWL_EditCtrl.cpp | 74 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, in OnNotify() function in CPWL_EditCtrl 78 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify() 85 pChild->OnNotify(pWnd, PNM_SETSCROLLINFO, wParam, lParam); in OnNotify() 94 pChild->OnNotify(pWnd, PNM_SETSCROLLPOS, wParam, lParam); in OnNotify() 558 OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY() 569 OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY() 581 OnNotify(this, PNM_SETCARETINFO, (intptr_t)&cInfo, (intptr_t)NULL); in IOnSetCaret()
|
D | PWL_ListBox.cpp | 41 m_pList->OnNotify(m_pList, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY() 60 m_pList->OnNotify(m_pList, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY() 317 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, in OnNotify() function in CPWL_ListBox 321 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify() 330 pChild->OnNotify(pWnd, PNM_SETSCROLLINFO, wParam, lParam); in OnNotify() 339 pChild->OnNotify(pWnd, PNM_SETSCROLLPOS, wParam, lParam); in OnNotify()
|
D | PWL_ComboBox.cpp | 32 pParent->OnNotify(this, PNM_LBUTTONUP, 0, in OnLButtonUp() 184 pParent->OnNotify(this, PNM_LBUTTONDOWN, 0, in OnLButtonDown() 601 void CPWL_ComboBox::OnNotify(CPWL_Wnd* pWnd, in OnNotify() function in CPWL_ComboBox 624 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
|
D | PWL_ScrollBar.cpp | 538 pParent->OnNotify(this, PNM_LBUTTONDOWN, 0, (intptr_t)&point); in OnLButtonDown() 550 pParent->OnNotify(this, PNM_LBUTTONUP, 0, (intptr_t)&point); in OnLButtonUp() 562 pParent->OnNotify(this, PNM_MOUSEMOVE, 0, (intptr_t)&point); in OnMouseMove() 758 void CPWL_ScrollBar::OnNotify(CPWL_Wnd* pWnd, in OnNotify() function in CPWL_ScrollBar 762 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify() 1069 pParent->OnNotify(this, PNM_SCROLLWINDOW, (intptr_t)m_sbType, in NotifyScrollWindow()
|
D | PWL_Wnd.cpp | 215 m_sPrivateParam.pParentWnd->OnNotify(this, PNM_ADDCHILD); in Create() 265 m_sPrivateParam.pParentWnd->OnNotify(this, PNM_REMOVECHILD); in Destroy() 503 void CPWL_Wnd::OnNotify(CPWL_Wnd* pWnd, in OnNotify() function in CPWL_Wnd
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Note.h | 148 void OnNotify(CPWL_Wnd* pWnd, 205 void OnNotify(CPWL_Wnd* pWnd, 261 void OnNotify(CPWL_Wnd* pWnd, 326 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_ComboBox.h | 59 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_ListBox.h | 72 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_IconList.h | 119 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_ScrollBar.h | 106 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_EditCtrl.h | 111 void OnNotify(CPWL_Wnd* pWnd,
|
D | PWL_Wnd.h | 320 virtual void OnNotify(CPWL_Wnd* pWnd,
|
/external/lzma/CPP/Windows/Control/ |
D | PropertyPage.h | 23 virtual bool OnNotify(UINT controlID, LPNMHDR lParam);
|
D | Window2.h | 34 …virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */, LRESULT & /* result */) { return… in OnNotify() function
|
D | PropertyPage.cpp | 33 bool CPropertyPage::OnNotify(UINT /* controlID */, LPNMHDR lParam) in OnNotify() function in NWindows::NControl::CPropertyPage
|
D | Window2.cpp | 147 if (OnNotify((UINT)wParam, (LPNMHDR) lParam, result)) in OnMessage()
|
D | Dialog.h | 108 virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */) { return false; } in OnNotify() function
|
D | Dialog.cpp | 39 case WM_NOTIFY: return OnNotify((UINT)wParam, (LPNMHDR) lParam); in OnMessage()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 182 property OnNotify: TCollectionNotifyEvent<T> read GetOnNotify write SetOnNotify; property 485 Result := inherited OnNotify; 534 inherited OnNotify := Value;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 104 virtual bool OnNotify(UINT controlID, LPNMHDR header); 363 bool CBrowseDialog::OnNotify(UINT /* controlID */, LPNMHDR header) in OnNotify() function in CBrowseDialog
|