Searched refs:EnableButton (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/samples/winrt/ImageManipulations/ |
D | AdvancedCapture.xaml.cpp | 130 EnableButton(false, "StartDevice"); 162 EnableButton(true, "StartPreview"); in __anonf55c16f60202() 163 EnableButton(true, "StartStopRecord"); in __anonf55c16f60202() 164 EnableButton(true, "TakePhoto"); in __anonf55c16f60202() 187 EnableButton(false, "StartPreview"); 210 EnableButton(true, "StartPreview"); 381 void AdvancedCapture::EnableButton(bool enabled, String^ name)
|
D | AdvancedCapture.xaml.h | 66 void EnableButton(bool enabled, Platform::String ^name);
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_spinbuttonimp.cpp | 28 FWL_ERR IFWL_SpinButton::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) { in EnableButton() function in IFWL_SpinButton 30 ->EnableButton(bEnable, bUp); in EnableButton() 146 FWL_ERR CFWL_SpinButtonImp::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) { in EnableButton() function in CFWL_SpinButtonImp 350 m_pOwner->EnableButton(FALSE, FALSE); in OnMouseMove()
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fwl_spinbutton.h | 36 FWL_ERR EnableButton(FX_BOOL bEnable, FX_BOOL bUp = TRUE);
|
/external/lzma/CPP/Windows/Control/ |
D | ToolBar.h | 32 …bool EnableButton(UINT buttonID, bool enable) { return LRESULTToBool(SendMessage(TB_ENABLEBUTTON, … in EnableButton() function
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fwl_spinbuttonimp.h | 31 FWL_ERR EnableButton(FX_BOOL bEnable, FX_BOOL bUp = TRUE);
|