Home
last modified time | relevance | path

Searched refs:EnableButton (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/
DAdvancedCapture.xaml.cpp130 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)
DAdvancedCapture.xaml.h66 void EnableButton(bool enabled, Platform::String ^name);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_spinbuttonimp.cpp28 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/
Dfwl_spinbutton.h36 FWL_ERR EnableButton(FX_BOOL bEnable, FX_BOOL bUp = TRUE);
/external/lzma/CPP/Windows/Control/
DToolBar.h32 …bool EnableButton(UINT buttonID, bool enable) { return LRESULTToBool(SendMessage(TB_ENABLEBUTTON, … in EnableButton() function
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_spinbuttonimp.h31 FWL_ERR EnableButton(FX_BOOL bEnable, FX_BOOL bUp = TRUE);