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

  /external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp 30 FWL_ERR CFWL_ListBox::AddDIBitmap(CFX_DIBitmap* pDIB, FWL_HLISTITEM hItem) {
31 reinterpret_cast<CFWL_ListItem*>(hItem)->m_pDIB = pDIB;
43 FX_BOOL CFWL_ListBox::DeleteString(FWL_HLISTITEM hItem) {
44 int32_t nIndex = m_ListBoxDP.GetItemIndex(GetWidget(), hItem);
92 FWL_ERR CFWL_ListBox::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect) {
95 return static_cast<IFWL_ListBox*>(m_pIface)->SetSelItem(hItem, bSelect);
97 FWL_ERR CFWL_ListBox::GetItemText(FWL_HLISTITEM hItem, CFX_WideString& wsText) {
100 return static_cast<IFWL_ListBox*>(m_pIface)->GetItemText(hItem, wsText);
113 CFWL_ListItem* hItem =
115 if (hItem->m_dwStates & FWL_ITEMSTATE_LTB_Focused) {
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp 46 FWL_ERR IFWL_ListBox::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect) {
47 return static_cast<CFWL_ListBoxImp*>(GetImpl())->SetSelItem(hItem, bSelect);
49 FWL_ERR IFWL_ListBox::GetItemText(FWL_HLISTITEM hItem, CFX_WideString& wsText) {
50 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetItemText(hItem, wsText);
211 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i);
212 if (!hItem) {
215 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hItem);
230 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i);
231 if (!hItem) {
234 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hItem);
    [all...]
fwl_comboboximp.cpp 221 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i);
223 pData->GetItemText(m_pInterface, hItem, wsText);
236 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, iSel);
247 if (hItem) {
266 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, nIndex);
267 pData->GetItemRect(m_pInterface, hItem, rtItem);
354 FWL_HLISTITEM hItem = m_pOwner->GetItemAtPoint(pMsg->m_fx, pMsg->m_fy);
355 if (hItem) {
360 int32_t iSel = pData->GetItemIndex(m_pOwner->m_pInterface, hItem);
399 FWL_HLISTITEM hItem = m_pOwner->GetItemAtPoint(pMsg->m_fx, pMsg->m_fy);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h 548 HSCOPEITEM hItem;
    [all...]
commctrl.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 221 milliseconds