/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_EditCtrl.h | 43 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertWord() 44 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertReturn() 45 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnBackSpace() 46 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnDelete() 47 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnClear() 48 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertText() 49 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnSetText()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 78 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in AddWord() 188 CPVT_WordPlace place = GetBeginWordPlace(); in SearchWordPlace() local 315 void CSection::ClearWord(const CPVT_WordPlace & place) in ClearWord() 841 CPVT_WordPlace place; in Initialize() local 859 CPVT_WordPlace CPDF_VariableText::InsertWord(const CPVT_WordPlace & place, FX_WORD word, FX_INT32 c… in InsertWord() 883 CPVT_WordPlace CPDF_VariableText::InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps *… in InsertSection() 924 CPVT_WordPlace CPDF_VariableText::InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT3… in InsertText() 976 CPVT_WordPlace CPDF_VariableText::DeleteWord(const CPVT_WordPlace & place) in DeleteWord() 980 CPVT_WordPlace CPDF_VariableText::BackSpaceWord(const CPVT_WordPlace & place) in BackSpaceWord() 1078 CPVT_WordPlace place = GetBeginWordPlace(); in WordIndexToWordPlace() local [all …]
|
D | doc_ap.cpp | 650 CPVT_WordPlace place = pIterator->GetAt(); in GenerateEditAP() local
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 108 CPVT_WordPlace place = pIterator->GetAt(); in DrawUnderline() local 182 CPVT_WordPlace place = pIterator->GetAt(); in DrawEdit() local 316 CPVT_WordPlace place = pIterator->GetAt(); in DrawRichEdit() local 521 CPVT_WordPlace place = pIterator->GetAt(); in GeneratePageObjects() local 583 CPVT_WordPlace place = pIterator->GetAt(); in GenerateRichPageObjects() local 670 CPVT_WordPlace place = pIterator->GetAt(); in GenerateUnderlineObjects() local
|
D | fxet_ap.cpp | 87 CPVT_WordPlace place = pIterator->GetAt(); in GetEditAppearanceStream() local 205 CPVT_WordPlace place = pIterator->GetAt(); in GetSelectAppearanceStream() local
|
D | fxet_edit.cpp | 115 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace & place) in SetAt() 869 CFXEU_SetSecProps::CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E e… in CFXEU_SetSecProps() 917 CFXEU_SetWordProps::CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E… in CFXEU_SetWordProps() 1258 CPVT_WordPlace place = pIterator->GetAt(); in GetText() local 1305 CPVT_WordPlace place = pIterator->GetAt(); in GetRangeText() local 1514 CPVT_WordPlace place = pIterator->GetAt(); in SetRichTextProps() local 1573 FX_BOOL CFX_Edit::SetSecProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place, in SetSecProps() 1777 FX_BOOL CFX_Edit::SetWordProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place, in SetWordProps() 2488 CPVT_WordPlace place; in RefreshPushRandomRects() local 2535 CPVT_WordPlace place; in RefreshWordRange() local [all …]
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 1090 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertReturn() 1103 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnBackSpace() 1116 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnDelete() 1129 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnClear() 1142 void CPWL_Edit::OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertWord() 1155 void CPWL_Edit::OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnSetText() 1159 void CPWL_Edit::OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertText() 1222 CPVT_WordRange CPWL_Edit::GetSameWordsRange(const CPVT_WordPlace & place, FX_BOOL bLatin, FX_BOOL b… in GetSameWordsRange() argument
|
D | PWL_Utils.cpp | 509 CPVT_WordPlace place = pIterator->GetAt(); in GetWordSpellCheckAppearanceStream() local 579 CPVT_WordPlace place = pIterator->GetAt(); in GetSpellCheckAppStream() local 1652 CPVT_WordPlace place = pIterator->GetAt(); in AddSpellCheckObj() local 1739 CPVT_WordPlace place = pIterator->GetAt(); in DrawEditSpellCheck() local
|
D | PWL_EditCtrl.cpp | 670 …X_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot, const CPVT_WordPlace& place) in IOnSetCaret()
|
/external/tcpdump/win32/Src/ |
D | getopt.c | 63 static char *place = EMSG; /* option letter processing */ local
|
/external/libpcap/Win32/Src/ |
D | getopt.c | 67 static char *place = EMSG; /* option letter processing */ local
|
/external/oprofile/module/ |
D | op_dcache.h | 64 char * place = op_pool_pos; in alloc_in_pool() local
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | OffsettedItem.java | 223 public final int place(Section addedTo, int offset) { in place() method in OffsettedItem
|
/external/chromium_org/net/websockets/ |
D | websocket_test_util.cc | 107 for (size_t place = 0; place < detail_->return_to_read.size(); in SetExpectations() local
|
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 84 static char *place = EMSG; /* option letter processing */ variable
|
/external/chromium_org/third_party/mesa/src/src/getopt/ |
D | getopt_long.c | 84 static char *place = EMSG; /* option letter processing */ variable
|
/external/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 59 enum place { _ }; enum
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 153 CPVT_WordPlace place = EndPos; in SwapWordPlace() local
|
/external/bison/src/ |
D | tables.c | 783 base_number place; in pack_table() local
|
/external/openssl/crypto/bio/ |
D | b_print.c | 488 int place = 0; in fmtint() local
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | heap-checker.cc | 362 ObjectPlacement place; // where ptr points to member 1395 const ObjectPlacement place = live_objects->back().place; in IgnoreLiveObjectsLocked() local
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | heap-checker.cc | 362 ObjectPlacement place; // where ptr points to member 1395 const ObjectPlacement place = live_objects->back().place; in IgnoreLiveObjectsLocked() local
|
/external/valgrind/main/exp-sgcheck/ |
D | pc_common.c | 351 const HChar *place, *legit, *how_invalid; in pc_pp_Error() local
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 1939 int place = 0; in long2roman() local
|
/external/ipsec-tools/src/racoon/ |
D | isakmp.c | 2463 isakmp_newcookie(place, remote, local) in isakmp_newcookie() argument
|