Home
last modified time | relevance | path

Searched refs:GetParent (Results 1 – 25 of 56) sorted by relevance

123

/external/lzma/CPP/Windows/Control/
DPropertyPage.h22 void Changed() { PropSheet_Changed(GetParent(), (HWND)*this); } in Changed()
23 void UnChanged() { PropSheet_UnChanged(GetParent(), (HWND)*this); } in UnChanged()
/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp177 CFWL_Widget* parent = GetParent(); in TransformTo()
196 parent = pWidget->GetParent(); in TransformTo()
209 CFWL_Widget* parent = GetParent(); in GetMatrix()
213 parent = parent->GetParent(); in GetMatrix()
575 CFWL_Widget* pDstWidget = GetParent(); in GetOffsetFromParent()
585 CFWL_Widget* pUpWidget = GetParent(); in IsParent()
589 pUpWidget = pUpWidget->GetParent(); in IsParent()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs114 object parent = adaptor.GetParent(tree); in MoveNext()
120 parent = adaptor.GetParent(tree); in MoveNext()
DITreeAdaptor.cs300 object GetParent(object t); in GetParent() method
DCommonTreeAdaptor.cs188 public override object GetParent(object t) { in GetParent() method in Antlr.Runtime.Tree.CommonTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs135 object parent = adaptor.GetParent( tree ); in MoveNext()
142 parent = adaptor.GetParent( tree ); in MoveNext()
DITreeAdaptor.cs320 object GetParent( object t ); in GetParent() method
/external/mdnsresponder/mDNSWindows/ControlPanel/
DBrowsingPage.cpp110 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
278 CAddBrowseDomain dlg( GetParent() ); in OnBnClickedAddBrowseDomain()
410 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnInitDialog()
DServicesPage.cpp103 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
222 CPowerManagementWarning dlg( GetParent() ); in OnBnClickedPowerManagement()
DFourthPage.cpp101 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_traversestrategy_layoutitem.h20 static CXFA_LayoutItem* GetParent(CXFA_LayoutItem* pLayoutItem) { in GetParent() function
Dcxfa_traversestrategy_contentlayoutitem.h24 static CXFA_ContentLayoutItem* GetParent( in GetParent() function
Dcxfa_traversestrategy_contentareacontainerlayoutitem.h38 static CXFA_ContainerLayoutItem* GetParent( in GetParent() function
Dcxfa_layoutitem.h34 CXFA_LayoutItem* GetParent() const { return m_pParent; } in GetParent() function
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs221 public virtual object GetParent(object t) { in GetParent() method in Antlr.Runtime.Debug.DebugTreeAdaptor
222 return adaptor.GetParent(t); in GetParent()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1199 CenterWindow(GetParent(hwnd)); in IntroDlgProc()
1215 PropSheet_SetWizButtons(GetParent(hwnd), PSWIZB_NEXT); in IntroDlgProc()
1385 of.hwndOwner = GetParent(hwnd); in GetOtherPythonVersion()
1602 PropSheet_SetWizButtons(GetParent(hwnd), in SelectPythonDlgProc()
1607 PropSheet_SetWizButtons(GetParent(hwnd), in SelectPythonDlgProc()
1617 PropSheet_SetWizButtons(GetParent(hwnd), in SelectPythonDlgProc()
1677 PropSheet_SetWizButtons(GetParent(hwnd), in SelectPythonDlgProc()
1680 PropSheet_SetWizButtons(GetParent(hwnd), in SelectPythonDlgProc()
1877 PropSheet_SetWizButtons(GetParent(hwnd), in InstallFilesDlgProc()
1895 PropSheet_SetWizButtons(GetParent(hwnd), 0); in InstallFilesDlgProc()
[all …]
/external/webrtc/webrtc/base/
Dtaskparent.h30 TaskParent *GetParent() { return parent_; } in GetParent() function
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs285 public virtual object GetParent( object t ) in GetParent() method in Antlr.Runtime.Debug.DebugTreeAdaptor
287 return adaptor.GetParent( t ); in GetParent()
/external/libusb/libusb/os/
Dhaiku_pollfs.cpp122 path.GetParent(&parent_path); in WatchedEntry()
126 parent_path.GetParent(&parent_path); in WatchedEntry()
/external/pdfium/core/fpdfdoc/
Dfpdf_tagged.h37 virtual IPDF_StructElement* GetParent() const = 0;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs288 T GetParent(T t); in GetParent() method
/external/stressapptest/src/
Derror_diag.h46 DeviceTree *GetParent() { return parent_; } in GetParent() function
/external/lzma/CPP/Windows/
DWindow.h77 HWND GetParent() const { return ::GetParent(_window); } in GetParent() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas306 function GetParent(const T: IANTLRInterface): IANTLRInterface;
442 function GetParent: ITree; in GetParent() function
495 property Parent: ITree read GetParent write SetParent;
541 function GetParent: ITree; in GetParent() function
584 property Parent: ITree read GetParent write SetParent;
1138 function GetParent: ITree; virtual;
1225 function GetParent: ITree; override; in GetParent() function
1299 function GetParent(const T: IANTLRInterface): IANTLRInterface; virtual; abstract; in GetParent() function
1328 function GetParent(const T: IANTLRInterface): IANTLRInterface; override; in GetParent() function
2273 function TBaseTree.GetParent: ITree; in GetParent() function
[all …]
/external/webrtc/webrtc/libjingle/xmpp/
Djingleinfotask.cc50 JingleInfoTask* parent = static_cast<JingleInfoTask*>(GetParent()); in HandleStanza()

123