Searched defs:bSet (Results 1 - 20 of 20) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dcfwl_comboedit.cpp34 void CFWL_ComboEdit::FlagFocus(bool bSet) { argument
35 if (bSet) {
H A Dcfwl_notedriver.h41 void SetGrab(CFWL_Widget* pGrab, bool bSet) { argument
42 m_pGrab = bSet ? pGrab : nullptr;
H A Dcfwl_comboboxproxy.cpp105 void CFWL_ComboBoxProxy::OnFocusChanged(CFWL_Message* pMessage, bool bSet) { argument
106 if (bSet)
H A Dcfwl_checkbox.cpp273 void CFWL_CheckBox::OnFocusChanged(bool bSet) { argument
274 if (bSet)
H A Dcfwl_combolist.cpp119 void CFWL_ComboList::OnDropListFocusChanged(CFWL_Message* pMsg, bool bSet) { argument
120 if (bSet)
H A Dcfwl_pushbutton.cpp144 void CFWL_PushButton::OnFocusChanged(CFWL_Message* pMsg, bool bSet) { argument
145 if (bSet)
H A Dcfwl_datetimepicker.cpp519 void CFWL_DateTimePicker::OnFocusChanged(CFWL_Message* pMsg, bool bSet) { argument
523 return DisForm_OnFocusChanged(pMsg, bSet);
525 if (bSet) {
582 bool bSet) {
584 if (bSet) {
581 DisForm_OnFocusChanged(CFWL_Message* pMsg, bool bSet) argument
H A Dcfwl_combobox.cpp763 void CFWL_ComboBox::OnFocusChanged(CFWL_Message* pMsg, bool bSet) { argument
764 if (bSet) {
965 void CFWL_ComboBox::DisForm_OnFocusChanged(CFWL_Message* pMsg, bool bSet) { argument
966 if (bSet) {
H A Dcfwl_listbox.cpp719 void CFWL_ListBox::OnFocusChanged(CFWL_Message* pMsg, bool bSet) { argument
722 if (bSet)
728 if (bSet)
734 if (bSet)
H A Dcfwl_widget.cpp372 void CFWL_Widget::SetGrab(bool bSet) { argument
379 pDriver->SetGrab(this, bSet);
H A Dcfwl_edit.cpp1167 void CFWL_Edit::OnFocusChanged(CFWL_Message* pMsg, bool bSet) { argument
1169 if (bSet) {
/external/parameter-framework/upstream/parameter/
H A DBaseParameter.cpp94 bool CBaseParameter::access(bool & /*bValue*/, bool /*bSet*/,
100 bool CBaseParameter::access(std::vector<bool> & /*abValues*/, bool /*bSet*/,
107 bool CBaseParameter::access(uint32_t & /*bValue*/, bool /*bSet*/,
113 bool CBaseParameter::access(std::vector<uint32_t> & /*abValues*/, bool /*bSet*/,
120 bool CBaseParameter::access(int32_t & /*bValue*/, bool /*bSet*/,
126 bool CBaseParameter::access(std::vector<int32_t> & /*abValues*/, bool /*bSet*/,
133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/,
139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/,
147 bool CBaseParameter::access(string &strValue, bool bSet, argument
150 if (bSet) {
185 accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, CParameterAccessContext &parameterAccessContext) const argument
[all...]
H A DBitParameter.cpp80 bool CBitParameter::access(bool &bValue, bool bSet, argument
95 if (bSet) {
100 if (!access(uiValue, bSet, parameterAccessContext)) {
105 if (!bSet) {
113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, argument
118 if (bSet) {
H A DParameter.cpp113 bool CParameter::access(bool &bValue, bool bSet, argument
116 return doAccess(bValue, bSet, parameterAccessContext);
120 bool CParameter::access(uint32_t &uiValue, bool bSet, argument
123 return doAccess(uiValue, bSet, parameterAccessContext);
127 bool CParameter::access(int32_t &iValue, bool bSet, argument
130 return doAccess(iValue, bSet, parameterAccessContext);
134 bool CParameter::access(double &dValue, bool bSet, argument
137 return doAccess(dValue, bSet, parameterAccessContext);
142 bool CParameter::doAccess(type &value, bool bSet, argument
145 if (bSet) {
[all...]
H A DArrayParameter.cpp72 bool CArrayParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, argument
82 if (bSet) {
136 bool CArrayParameter::access(std::vector<bool> &abValues, bool bSet, argument
139 return accessValues(abValues, bSet, parameterAccessContext);
143 bool CArrayParameter::access(std::vector<uint32_t> &auiValues, bool bSet, argument
146 return accessValues(auiValues, bSet, parameterAccessContext);
150 bool CArrayParameter::access(std::vector<int32_t> &aiValues, bool bSet, argument
153 return accessValues(aiValues, bSet, parameterAccessContext);
157 bool CArrayParameter::access(std::vector<double> &adValues, bool bSet, argument
160 return accessValues(adValues, bSet, parameterAccessContex
164 access(std::vector<string> &astrValues, bool bSet, CParameterAccessContext &parameterAccessContext) const argument
324 accessValues(std::vector<type> &values, bool bSet, CParameterAccessContext &parameterAccessContext) const argument
[all...]
H A DConfigurableElement.cpp204 bool bSet,
211 parameterAccessContext.setError((bSet ? "Can't set " : "Can't get ") +
228 return pChild->accessValue(pathNavigator, strValue, bSet, parameterAccessContext);
203 accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet, CParameterAccessContext &parameterAccessContext) const argument
H A DParameterMgrFullConnector.cpp114 bool bSet, string &strError)
116 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError);
122 bool bSet, string &strError)
125 bSet, strError);
113 accessParameterValue(const string &strPath, string &strValue, bool bSet, string &strError) argument
119 accessConfigurationValue(const string &strDomain, const string &strConfiguration, const string &strPath, string &strValue, bool bSet, string &strError) argument
H A DParameterMgr.cpp1959 bool CParameterMgr::accessParameterValue(const string &strPath, string &strValue, bool bSet, argument
1963 if (bSet && !checkTuningModeOn(strError)) {
1973 if (bSet) {
1978 return accessValue(parameterAccessContext, strPath, strValue, bSet, strError);
2011 string &strValue, bool bSet, string &strError)
2057 if (bSet) {
2063 if (!accessValue(parameterAccessContext, strPath, strValue, bSet, strError)) {
2076 if (bSet) {
2082 return accessValue(parameterAccessContext, strPath, strValue, bSet, strError);
2090 const string &strPath, string &strValue, bool bSet,
2009 accessConfigurationValue(const string &strDomain, const string &strConfiguration, const string &strPath, string &strValue, bool bSet, string &strError) argument
2089 accessValue(CParameterAccessContext &parameterAccessContext, const string &strPath, string &strValue, bool bSet, string &strError) argument
[all...]
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffwidget.cpp635 void CXFA_FFWidget::SetButtonDown(bool bSet) { argument
636 bSet ? m_dwStatus |= XFA_WidgetStatus_ButtonDown
/external/pdfium/fxjs/
H A Dcjs_field.cpp485 bool bSet = false; local
491 bSet = true;
495 if (bSet)
1301 bool bSet = false; local
1309 bSet = true;
1313 if (bSet)
1487 bool bSet = false; local
1499 bSet = true;
1504 if (bSet)
1636 bool bSet local
[all...]

Completed in 491 milliseconds