Home
last modified time | relevance | path

Searched refs:nState (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp100 pItem->nState = 1; in Add()
120 pItem->nState = -1; in Sub()
165 return pItem->nState; in GetState()
173 pItem->nState = -1; in DeselectAll()
181 if (pItem->nState == -1) { in Done()
185 pItem->nState = 0; in Done()
473 int32_t nState = m_aSelItems.GetState(i); in SelectItems() local
475 switch (nState) { in SelectItems()
Dfxet_list.h189 nState = other_nState; in CPLST_Select_Item()
193 int32_t nState; // 0:normal select -1:to deselect 1: to select member
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.h113 afx_msg void OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized);
DChooserDialog.cpp442 void ChooserDialog::OnActivate( UINT nState, CWnd* pWndOther, BOOL bMinimized ) in OnActivate() argument
449 CDialog::OnActivate(nState, pWndOther, bMinimized); in OnActivate()
/external/svox/pico/lib/
Dpicopam.c436 picoos_uint16 *lf0Index, picoos_uint8 nState, picoos_single *phonF0);