Searched refs:pParent (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/Clients/PrinterSetupWizard/
H A DAbout.cpp12 CAbout::CAbout(CWnd* pParent /*=NULL*/)
13 : CDialog(CAbout::IDD, pParent)
H A DAbout.h11 CAbout(CWnd* pParent = NULL); // standard constructor
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DAboutDialog.cpp43 AboutDialog::AboutDialog(CWnd* pParent /*=NULL*/)
44 : CDialog(AboutDialog::IDD, pParent)
H A DAboutDialog.h37 AboutDialog(CWnd* pParent = NULL); // standard constructor
H A DChooserDialog.h64 ChooserDialog(CWnd* pParent = NULL);
/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DDirBrowse.cpp51 CDirBrowse::CDirBrowse(CString initialDir, CWnd* pParent /*=NULL*/)
52 : CDialog(CDirBrowse::IDD, pParent)
H A DDirBrowse.h44 CDirBrowse(CString initialDir = "\\", CWnd* pParent = NULL); // standard constructor
H A DBINDInstallDlg.h43 CBINDInstallDlg(CWnd* pParent = NULL); // standard constructor
H A DBINDInstallDlg.cpp172 CBINDInstallDlg::CBINDInstallDlg(CWnd* pParent /*=NULL*/)
173 : CDialog(CBINDInstallDlg::IDD, pParent) {
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/ExplorerPlugin/
H A DAbout.h13 CAbout(CWnd* pParent = NULL); // standard constructor
H A DAbout.cpp14 CAbout::CAbout(CWnd* pParent /*=NULL*/)
15 : CDialog(CAbout::IDD, pParent)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/ControlPanel/
H A DSharedSecret.h33 CSharedSecret(CWnd* pParent = NULL); // standard constructor
H A DSharedSecret.cpp40 CSharedSecret::CSharedSecret(CWnd* pParent /*=NULL*/)
41 : CDialog(CSharedSecret::IDD, pParent)
H A DServicesPage.h101 CPowerManagementWarning(CWnd* pParent = NULL); // standard constructor
H A DBrowsingPage.h127 CAddBrowseDomain(CWnd* pParent = NULL); // standard constructor
H A DServicesPage.cpp232 CPowerManagementWarning::CPowerManagementWarning(CWnd* pParent /*=NULL*/)
233 : CDialog(CPowerManagementWarning::IDD, pParent)
H A DBrowsingPage.cpp386 CAddBrowseDomain::CAddBrowseDomain(CWnd* pParent /*=NULL*/)
387 : CDialog(CAddBrowseDomain::IDD, pParent)
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dclean.h69 void TY_(FixBrakes)( TidyDocImpl* pDoc, Node *pParent );
72 void TY_(VerifyHTTPEquiv)( TidyDocImpl* pDoc, Node *pParent );
H A Dclean.c2114 void FixBrakes( TidyDocImpl* pDoc, Node *pParent )
2119 if (NULL == pParent)
2123 pNode = pParent->content;
2134 if ( nodeCMIsBlock( pParent ))
2136 for ( pNode = pParent->last;
2138 pNode = pParent->last )
2148 TY_(InsertNodeAfterElement)( pParent, pNode );
2151 TY_(TrimEmptyElement)( pDoc, pParent );
/macosx-10.9.5/vim-53/src/VisVim/
H A DCommands.cpp314 CMainDialog(CWnd * pParent = NULL); // Standard constructor
336 CMainDialog::CMainDialog(CWnd * pParent /* =NULL */ )
337 : CDialog(CMainDialog::IDD, pParent)
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c12671 VdbeFrame *pParent; /* Parent of this frame, or NULL if parent is main */ member in struct:VdbeFrame
52408 assertParentIndex(MemPage *pParent, int iIdx, Pgno iChild) argument
53890 balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace) argument
54111 balance_nonroot( MemPage *pParent, int iParentIdx, u8 *aOvflSpace, int isRoot ) argument
54836 MemPage * const pParent = pCur->apPage[iPage-1]; local
85841 locateFkeyIndex( Parse *pParse, Table *pParent, FKey *pFKey, Index **ppIdx, int **paiCol ) argument
95050 Select *pParent; local
114356 Fts3Expr *pParent; /* pParent->pLeft==this or pParent->pRight==this */ member in struct:Fts3Expr
122448 SegmentNode *pParent; /* Parent node (or NULL for root node) */ member in struct:SegmentNode
124074 SegmentNode *pParent = pTree->pParent; local
127287 RtreeNode *pParent; /* Parent node */ member in struct:RtreeNode
127475 nodeNew(Rtree *pRtree, RtreeNode *pParent) argument
127493 nodeAcquire( Rtree *pRtree, i64 iNode, RtreeNode *pParent, RtreeNode **ppNode ) argument
128102 RtreeNode *pParent = pNode->pParent; local
128684 RtreeNode *pParent = p->pParent; local
129273 RtreeNode *pParent = pLeft->pParent; local
129372 RtreeNode *pParent = 0; local
129419 RtreeNode *pParent = pNode->pParent; local
129446 RtreeNode *pParent; local
[all...]

Completed in 413 milliseconds