Home
last modified time | relevance | path

Searched refs:GetItem (Results 1 – 25 of 38) sorted by relevance

12

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp128 CFWL_ListItem* pItem = GetItem(this, i); in CountSelItems()
141 return GetItem(this, idx); in GetSelItem()
148 CFWL_ListItem* pItem = GetItem(this, i); in GetSelIndex()
197 hRet = GetItem(this, iDstItem); in GetListItem()
219 CFWL_ListItem* pItem = GetItem(this, i); in SetSelection()
224 CFWL_ListItem* pItem = GetItem(this, iStart); in SetSelection()
251 CFWL_ListItem* pItem = GetItem(this, i); in ClearSelection()
270 CFWL_ListItem* pItemStart = GetItem(this, 0); in SelectAll()
271 CFWL_ListItem* pItemEnd = GetItem(this, iCount - 1); in SelectAll()
278 CFWL_ListItem* pItem = GetItem(this, i); in GetFocusedItem()
[all …]
Dcfwl_combolist.cpp34 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()
Dcfwl_combobox.cpp169 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()
Dcfwl_listbox.h53 CFWL_ListItem* GetItem(const CFWL_Widget* pWidget, int32_t nIndex) const;
/external/lzma/CPP/Windows/Control/
DDialog.h17 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()
DDialog.cpp134 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()
DListView.cpp29 bool aResult = GetItem(&item); in GetItemParam()
/external/pdfium/core/fpdfapi/page/
Dcpdf_contentmark.cpp24 const CPDF_ContentMarkItem& CPDF_ContentMark::GetItem(size_t i) const { in GetItem() function in CPDF_ContentMark
25 return m_Ref.GetObject()->GetItem(i); in GetItem()
56 const CPDF_ContentMarkItem& CPDF_ContentMark::MarkData::GetItem( in GetItem() function in CPDF_ContentMark::MarkData
Dcpdf_contentmark.h26 const CPDF_ContentMarkItem& GetItem(size_t i) const;
41 const CPDF_ContentMarkItem& GetItem(size_t index) const;
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp156 _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/
DAntlr.Runtime.Collections.pas104 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);
DAntlr.Runtime.Tools.pas135 function GetItem(Index: Integer): T;
181 property Items[Index: Integer]: T read GetItem write SetItem; default;
189 function GetItem(const Key: TKey): TValue;
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
224 function GetItem(Index: Integer): T;
292 function GetItem(const Key: TKey): TValue;
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/
DComboDialog.cpp19 _comboBox.Attach(GetItem(IDC_COMBO)); in OnInit()
33 staticContol.Attach(GetItem(IDT_COMBO)); in OnInit()
DProgressDialog2.cpp352 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit()
353 _messageList.Attach(GetItem(IDL_PROGRESS_MESSAGES)); in OnInit()
364 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND)); in OnInit()
369 window = GetItem(IDB_PAUSE); in OnInit()
461 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2); in OnSize()
462 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2); in OnSize()
463 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2); in OnSize()
974 ::SendMessage(GetItem(IDCANCEL), BM_SETSTYLE, BS_DEFPUSHBUTTON, MAKELPARAM(TRUE, 0)); in OnExternalCloseMessage()
DPasswordDialog.cpp37 _passwordEdit.Attach(GetItem(IDE_PASSWORD_PASSWORD)); in OnInit()
DOverwriteDialog.cpp89 staticContol.Attach(GetItem(iconID)); in SetFileInfoControl()
DProgressDialog.cpp60 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit()
DBrowseDialog.cpp186 _list.Attach(GetItem(IDL_BROWSE)); in OnInit()
187 _filterCombo.Attach(GetItem(IDC_BROWSE_FILTER)); in OnInit()
188 _pathEdit.Attach(GetItem(IDE_BROWSE_PATH)); in OnInit()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc171 Item* GetItem(const HloInstruction* inst) const { in GetItem() function in xla::__anon6c3ee80d0111::InstructionList
231 GetItem(inst)->blacklisted = true; in Blacklist()
290 Item* user_item = instruction_list.GetItem(user); in GetUsers()
337 return instruction_list_.GetItem(instruction)->placed; in IsPlaced()
399 return NewBuffer(instruction_list_.GetItem(logical_buffer->instruction()), in CreateBufferFromLogicalBuffer()
765 instruction_list_.GetItem(instruction)->buffers_defined; in Check()
788 instruction_list_.GetItem(instruction)->buffers_used; in Check()
1068 place_before.push_back(instruction_list.GetItem(user)); in RematerializeComputation()
1073 Item* operand_user_item = instruction_list.GetItem(operand_user); in RematerializeComputation()
1083 Item* successor_item = instruction_list.GetItem(successor); in RematerializeComputation()
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp66 pListBox->SetSelItem(pListBox->GetItem(nullptr, selected), true); in LoadWidget()
100 CFWL_ListItem* hlistItem = pListBox->GetItem(nullptr, iSelArray[i]); in IsDataChanged()
185 pListBox->DeleteString(pListBox->GetItem(nullptr, nIndex)); in DeleteItem()
/external/python/cpython2/Lib/test/
Dtest_index.py260 class GetItem(base): class
265 x = GetItem()
274 class GetItem(base): class
281 x = GetItem()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp328 ui.CTimeDefined = db->CTime.GetItem(ui.IndexInArchive, ui.CTime); in UpdateItems()
329 ui.ATimeDefined = db->ATime.GetItem(ui.IndexInArchive, ui.ATime); in UpdateItems()
330 ui.MTimeDefined = db->MTime.GetItem(ui.IndexInArchive, ui.MTime); in UpdateItems()
D7zItem.h133 bool GetItem(unsigned index, UInt64 &value) const in GetItem() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas270 ReturnValue := FIList.GetItem(Index);
448 ReturnValue := FIDictionary.GetItem(Key);
/external/python/cpython3/Lib/test/
Dtest_index.py256 class GetItem: class
261 x = GetItem()

12