/external/pdfium/core/fpdfapi/page/ |
D | cpdf_contentmark.cpp | 30 const CPDF_ContentMarkItem& CPDF_ContentMark::GetItem(int i) const { in GetItem() function in CPDF_ContentMark 31 return m_Ref.GetObject()->GetItem(i); in GetItem() 57 if (pData->GetItem(i).GetName() == mark) in HasMark() 70 const CPDF_ContentMarkItem& item = pData->GetItem(i); in LookupMark() 90 CPDF_ContentMarkItem& CPDF_ContentMark::MarkData::GetItem(int index) { in GetItem() function in CPDF_ContentMark::MarkData 94 const CPDF_ContentMarkItem& CPDF_ContentMark::MarkData::GetItem( in GetItem() function in CPDF_ContentMark::MarkData
|
D | cpdf_contentmark.h | 29 const CPDF_ContentMarkItem& GetItem(int i) const; 48 CPDF_ContentMarkItem& GetItem(int index); 49 const CPDF_ContentMarkItem& GetItem(int index) const;
|
/external/pdfium/xfa/fwl/ |
D | cfwl_combolist.cpp | 34 CFWL_ListItem* hItem = GetItem(this, i); in MatchItem() 44 CFWL_ListItem* hItem = GetItem(this, iSel); in ChangeSelected() 52 if (CFWL_ListItem* hOldItem = GetItem(this, iOld)) in ChangeSelected() 57 if (CFWL_ListItem* hOldItem = GetItem(this, iSel)) in ChangeSelected() 59 CFWL_ListItem* hSel = GetItem(this, iSel); in ChangeSelected() 226 CFWL_ListItem* hItem = GetItem(this, pOuter->GetCurrentSelection()); in OnDropListKeyDown()
|
D | cfwl_listbox.cpp | 131 CFWL_ListItem* pItem = GetItem(this, i); in CountSelItems() 144 return GetItem(this, idx); in GetSelItem() 151 CFWL_ListItem* pItem = GetItem(this, i); in GetSelIndex() 200 hRet = GetItem(this, iDstItem); in GetListItem() 222 CFWL_ListItem* pItem = GetItem(this, i); in SetSelection() 227 CFWL_ListItem* pItem = GetItem(this, iStart); in SetSelection() 254 CFWL_ListItem* pItem = GetItem(this, i); in ClearSelection() 273 CFWL_ListItem* pItemStart = GetItem(this, 0); in SelectAll() 274 CFWL_ListItem* pItemEnd = GetItem(this, iCount - 1); in SelectAll() 281 CFWL_ListItem* pItem = GetItem(this, i); in GetFocusedItem() [all …]
|
D | cfwl_combobox.cpp | 169 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in DrawWidget() 213 m_pListBox->GetItem(m_pListBox.get(), iIndex)); in GetTextByIndex() 224 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iSel); in SetCurSel() 262 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in GetEditText() 364 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iListItem); in SyncEditText() 390 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in Layout() 472 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in ProcessSelChanged() 691 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in DisForm_Layout() 867 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iCurSel); in DoSubCtrlKey()
|
D | cfwl_listbox.h | 53 CFWL_ListItem* GetItem(const CFWL_Widget* pWidget, int32_t nIndex) const;
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 17 HWND GetItem(int itemID) const in GetItem() function 21 { return BOOLToBool(::EnableWindow(GetItem(itemID), BoolToBOOL(enable))); } in EnableItem() 24 { return BOOLToBool(::ShowWindow(GetItem(itemID), cmdShow)); } in ShowItem() 37 CWindow window(GetItem(itemID)); in SetItemText() 159 Attach(parentDialog.GetItem(id)); in Init()
|
D | Dialog.cpp | 134 if (!::GetWindowRect(GetItem(id), &rect)) in GetItemSizes() 143 ::GetWindowRect(GetItem(id), &rect); in GetClientRectOfItem() 149 return BOOLToBool(::MoveWindow(GetItem(id), x, y, width, height, BoolToBOOL(repaint))); in MoveItem()
|
D | ListView.cpp | 29 bool aResult = GetItem(&item); in GetItemParam()
|
D | ListView.h | 63 bool GetItem(LVITEM* item) const { return BOOLToBool(ListView_GetItem(_window, item)); } in GetItem() function
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 156 _passwordControl.Attach(GetItem(IDE_EXTRACT_PASSWORD)); in OnInit() 159 _pathName.Attach(GetItem(IDE_EXTRACT_NAME)); in OnInit() 188 _path.Attach(GetItem(IDC_EXTRACT_PATH)); in OnInit() 225 _pathMode.Attach(GetItem(IDC_EXTRACT_PATH_MODE)); in OnInit() 226 _overwriteMode.Attach(GetItem(IDC_EXTRACT_OVERWRITE_MODE)); in OnInit()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Collections.pas | 104 function GetItem(const Key: TKey): TValue; in GetItem() function 121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default; 232 function THashList<TKey, TValue>.GetItem(const Key: TKey): TValue; in GetItem() function 316 Result := GetItem(GetCount - 1); 324 Result := GetItem(I);
|
D | Antlr.Runtime.Tools.pas | 135 function GetItem(Index: Integer): T; in GetItem() function 181 property Items[Index: Integer]: T read GetItem write SetItem; default; 189 function GetItem(const Key: TKey): TValue; in GetItem() function 205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default; 224 function GetItem(Index: Integer): T; in GetItem() function 292 function GetItem(const Key: TKey): TValue; in GetItem() function 478 function TList<T>.GetItem(Index: Integer): T; in GetItem() function 495 Result.Add(GetItem(I)); 641 function TDictionary<TKey,TValue>.GetItem(const Key: TKey): TValue; in GetItem() function
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.cpp | 19 _comboBox.Attach(GetItem(IDC_COMBO)); in OnInit() 33 staticContol.Attach(GetItem(IDT_COMBO)); in OnInit()
|
D | ProgressDialog2.cpp | 331 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit() 332 _messageList.Attach(GetItem(IDL_PROGRESS_MESSAGES)); in OnInit() 343 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND)); in OnInit() 348 window = GetItem(IDB_PAUSE); in OnInit() 440 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2); in OnSize() 441 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2); in OnSize() 442 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2); in OnSize() 955 ::SendMessage(GetItem(IDCANCEL), BM_SETSTYLE, BS_DEFPUSHBUTTON, MAKELPARAM(TRUE, 0)); in OnExternalCloseMessage()
|
D | PasswordDialog.cpp | 37 _passwordEdit.Attach(GetItem(IDE_PASSWORD_PASSWORD)); in OnInit()
|
D | OverwriteDialog.cpp | 89 staticContol.Attach(GetItem(iconID)); in SetFileInfoControl()
|
D | ProgressDialog.cpp | 60 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit()
|
D | BrowseDialog.cpp | 182 _list.Attach(GetItem(IDL_BROWSE)); in OnInit() 183 _filterCombo.Attach(GetItem(IDC_BROWSE_FILTER)); in OnInit() 184 _pathEdit.Attach(GetItem(IDE_BROWSE_PATH)); in OnInit()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffchoicelist.cpp | 71 CFWL_ListItem* item = pListBox->GetItem(nullptr, iSelArray[j]); in LoadWidget() 105 CFWL_ListItem* hlistItem = pListBox->GetItem(nullptr, iSelArray[i]); in IsDataChanged() 190 listBox->DeleteString(listBox->GetItem(nullptr, nIndex)); in DeleteItem()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 313 ui.CTimeDefined = db->CTime.GetItem(ui.IndexInArchive, ui.CTime); in UpdateItems() 314 ui.ATimeDefined = db->ATime.GetItem(ui.IndexInArchive, ui.ATime); in UpdateItems() 315 ui.MTimeDefined = db->MTime.GetItem(ui.IndexInArchive, ui.MTime); in UpdateItems()
|
D | 7zItem.h | 136 bool GetItem(unsigned index, UInt64 &value) const in GetItem() function
|
D | 7zUpdate.cpp | 741 file2.CTimeDefined = inDb.CTime.GetItem(index, file2.CTime); in GetFile() 742 file2.ATimeDefined = inDb.ATime.GetItem(index, file2.ATime); in GetFile() 743 file2.MTimeDefined = inDb.MTime.GetItem(index, file2.MTime); in GetFile() 744 file2.StartPosDefined = inDb.StartPos.GetItem(index, file2.StartPos); in GetFile()
|
D | 7zHandler.cpp | 258 if (v.GetItem(index, value)) in SetFileTimeProp_From_UInt64Def() 587 …case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) PropVarEm_Set_UInt64(value, v… in GetProperty()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 270 ReturnValue := FIList.GetItem(Index); 448 ReturnValue := FIDictionary.GetItem(Key);
|