HomeSort by relevance Sort by last modified time
    Searched full:pparent (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 139 CPWL_Wnd* pParent = pWnd;
140 while (pParent) {
141 m_aKeyboardPath.Add(pParent);
142 pParent = pParent->GetParentWindow();
164 CPWL_Wnd* pParent = pWnd;
165 while (pParent) {
166 m_aMousePath.Add(pParent);
167 pParent = pParent->GetParentWindow()
    [all...]
PWL_IconList.cpp 152 if (CPWL_Wnd* pParent = GetParentWindow()) {
163 pParent->OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&sInfo);
255 if (CPWL_Wnd* pParent = GetParentWindow()) {
256 pParent->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL,
PWL_ComboBox.cpp 31 if (CPWL_Wnd* pParent = GetParentWindow()) {
32 pParent->OnNotify(this, PNM_LBUTTONUP, 0,
183 if (CPWL_Wnd* pParent = GetParentWindow()) {
184 pParent->OnNotify(this, PNM_LBUTTONDOWN, 0,
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp 32 FWL_ERR IFWL_Widget::SetParent(IFWL_Widget* pParent) {
33 return static_cast<CFWL_WidgetImp*>(GetImpl())->SetParent(pParent);
123 CFX_SizeF IFWL_Widget::GetOffsetFromParent(IFWL_Widget* pParent) {
124 return static_cast<CFWL_WidgetImp*>(GetImpl())->GetOffsetFromParent(pParent);
138 IFWL_Widget* pParent = m_pProperties->m_pParent;
139 m_pWidgetMgr->InsertWidget(pParent, m_pInterface);
225 FWL_ERR CFWL_WidgetImp::SetParent(IFWL_Widget* pParent) {
226 m_pProperties->m_pParent = pParent;
227 m_pWidgetMgr->SetParent(pParent, m_pInterface);
926 CFX_SizeF CFWL_WidgetImp::GetOffsetFromParent(IFWL_Widget* pParent) {
    [all...]
fwl_sdadapterimp.cpp 15 IFWL_Widget* pParent) {
31 IFWL_Widget* pParent) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 61 X86_32DynPLT0(SectionData& pParent);
66 X86_32DynPLT1(SectionData& pParent);
71 X86_32ExecPLT0(SectionData& pParent);
76 X86_32ExecPLT1(SectionData& pParent);
84 X86_64PLT0(SectionData& pParent);
89 X86_64PLT1(SectionData& pParent);
X86RelocationFunctions.h 14 X86_32Relocator& pParent);
81 X86_64Relocator& pParent);
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 80 Subsection(ELFAttribute& pParent, ELFAttributeData& pAttrData)
81 : m_Parent(pParent), m_AttrData(pAttrData) {}
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 28 AArch64GOTEntry(uint64_t pContent, SectionData* pParent)
29 : GOT::Entry<8>(pContent, pParent) {}
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 34 explicit Fragment(Type pKind, SectionData* pParent = NULL);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 24 HexagonPLT0::HexagonPLT0(SectionData& pParent)
25 : PLT::Entry<sizeof(hexagon_plt0)>(pParent) {
28 HexagonPLT1::HexagonPLT1(SectionData& pParent)
29 : PLT::Entry<sizeof(hexagon_plt1)>(pParent) {
HexagonPLT.h 51 HexagonPLT0(SectionData& pParent);
92 HexagonPLT1(SectionData& pParent);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp 44 MipsPLT0(SectionData& pParent) : PLT::Entry<sizeof(PLT0)>(pParent) {}
52 MipsPLTA(SectionData& pParent) : PLT::Entry<sizeof(PLTA)>(pParent) {}
MipsGOT.h 95 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent) = 0;
231 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
249 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
MipsRelocator.h 39 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
202 Mips32Relocator(Mips32GNULDBackend& pParent, const LinkerConfig& pConfig);
217 Mips64Relocator(Mips64GNULDBackend& pParent, const LinkerConfig& pConfig);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 82 FWL_ERR CFWL_Widget::SetParent(CFWL_Widget* pParent) {
85 return m_pIface->SetParent(pParent ? pParent->GetWidget() : NULL);
  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 44 CPDF_StructElementImpl* pParent,
  /external/pdfium/core/src/fxcrt/
xml_int.h 119 CXML_Element* ParseElement(CXML_Element* pParent, FX_BOOL bStartTag = FALSE);
  /external/pdfium/xfa/include/fwl/lightwidget/
widget.h 59 FWL_ERR SetParent(CFWL_Widget* pParent);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_locale.h 78 CXFA_Node* GetNodeByName(CXFA_Node* pParent,
xfa_locale.cpp 339 CXFA_Node* CXFA_NodeLocale::GetNodeByName(CXFA_Node* pParent,
342 pParent ? pParent->GetNodeItem(XFA_NODEITEM_FirstChild) : NULL;
  /external/opencv3/modules/shape/src/
emdL1_def.hpp 59 cvPEmdNode pParent; // pointer to its parent
68 cvPEmdNode pParent; // point to its parent
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msasn1.h 260 extern ASN1_PUBLIC ASN1error_e WINAPI ASN1_CreateEncoder(ASN1module_t pModule,ASN1encoding_t *ppEncoderInfo,ASN1octet_t *pbBuf,ASN1uint32_t cbBufSize,ASN1encoding_t pParent);
264 extern ASN1_PUBLIC ASN1error_e WINAPI ASN1_CreateDecoder(ASN1module_t pModule,ASN1decoding_t *ppDecoderInfo,ASN1octet_t *pbBuf,ASN1uint32_t cbBufSize,ASN1decoding_t pParent);
265 extern ASN1_PUBLIC ASN1error_e WINAPI ASN1_CreateDecoderEx(ASN1module_t pModule,ASN1decoding_t *ppDecoderInfo,ASN1octet_t *pbBuf,ASN1uint32_t cbBufSize,ASN1decoding_t pParent,ASN1uint32_t dwFlags);
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h 98 void ShowChildWidget(IFWL_Widget* pParent);
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 165 FreeItem** pparent = &free_items_; local
168 *pparent = item;
169 pparent = &item->next;
172 *pparent = NULL;

Completed in 597 milliseconds

1 23 4 5