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

1 2 34 5

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 537 if (CPWL_Wnd* pParent = GetParentWindow())
538 pParent->OnNotify(this, PNM_LBUTTONDOWN, 0, (intptr_t)&point);
549 if (CPWL_Wnd* pParent = GetParentWindow())
550 pParent->OnNotify(this, PNM_LBUTTONUP, 0, (intptr_t)&point);
561 if (CPWL_Wnd* pParent = GetParentWindow()) {
562 pParent->OnNotify(this, PNM_MOUSEMOVE, 0, (intptr_t)&point);
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 141 DirIterator::DirIterator(Directory* pParent,
143 : m_pParent(pParent), m_Iter(pIter) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 127 X86_32Relocator(X86_32GNULDBackend& pParent, const LinkerConfig& pConfig);
191 X86_64Relocator(X86_64GNULDBackend& pParent, const LinkerConfig& pConfig);
  /sdk/find_java2/src/
FindJava2Dlg.cpp 31 CFindJava2Dlg::CFindJava2Dlg(CWnd* pParent /*=NULL*/)
32 : CDialog(CFindJava2Dlg::IDD, pParent), mSelectedIndex(-1) {
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp 768 CXFA_Node* pParent = this->GetNodeItem(XFA_NODEITEM_Parent);
769 if (pParent) {
771 hValue, m_pDocument->GetScriptContext()->GetJSValueFromMap(pParent));
    [all...]
xfa_script_imp.cpp 482 CXFA_Node* pParent = pScriptNode->GetNodeItem(XFA_NODEITEM_Parent);
483 if (!pParent || pParent->GetClassID() != XFA_ELEMENT_Variables) {
500 CXFA_Node* pThisObject = pParent->GetNodeItem(XFA_NODEITEM_Parent);
    [all...]
xfa_layout_itemlayout.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 705 CPDF_Dictionary* pParent = pFieldDict->GetDict("Parent");
706 if (!pParent) {
709 return FPDF_GetFieldAttr(pParent, name, nLevel + 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_dbdao.h 298 VOID SetWorkspace(DAOWorkspace *pParent) { pwrk = pParent; }
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 223 CFDE_XMLNode* pParent = (CFDE_XMLNode*)this;
224 while (pParent->m_pParent != NULL) {
225 pParent = pParent->m_pParent;
227 return pParent;
250 CFDE_XMLNode* pParent = (CFDE_XMLNode*)this;
251 while (pParent->m_pParent != NULL) {
252 pParent = pParent->m_pParent;
254 return pParent == (CFDE_XMLNode*)this ? NULL : pParent;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 890 CPDF_Dictionary* pParent = pPageDict->GetDict("Parent");
891 if (!pParent || pParent == pPageDict) {
894 pPageDict = pParent;
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 151 AttributeProxy(AttributeSet& pParent,
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 126 explicit DirIterator(Directory* pParent, const DirCache::iterator& pIter);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationFunctions.h 14 AArch64Relocator& pParent);
AArch64Relocator.h 67 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFunctions.h 13 static ARMRelocator::Result Name(Relocation& pEntry, ARMRelocator& pParent);
ARMRelocator.h 61 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocationFunctions.h 41 HexagonRelocator& pParent);
HexagonRelocator.h 67 HexagonRelocator(HexagonLDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {
504 return new Mips32GOTEntry(pValue, pParent);
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) {
539 return new Mips64GOTEntry(pValue, pParent);
MipsRelocationFunctions.h 14 MipsRelocator& pParent);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 215 CXFA_FFWidget* pParent = GetParent();
216 if (pParent != NULL && !pParent->IsAncestorOf(pOldWidget)) {
217 pParent->OnSetFocus(pOldWidget);
230 CXFA_FFWidget* pParent = GetParent();
231 if (pParent != NULL && !pParent->IsAncestorOf(pNewWidget)) {
232 pParent->OnKillFocus(pNewWidget);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 35 ELFDynamic::ELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig)
36 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) {
  /external/parameter-framework/upstream/parameter/
ConfigurableElement.h 229 bool isOfConfigurableElementType(const CElement *pParent) const;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 228 void Init(CPDF_RenderContext* pParent);

Completed in 674 milliseconds

1 2 34 5