Home
last modified time | relevance | path

Searched refs:mBooleanResult (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/javatests/src/org/chromium/content/browser/
H A DJavaBridgeReturnValuesTest.java46 private boolean mBooleanResult; field in JavaBridgeReturnValuesTest.TestObject
58 mBooleanResult = x; in setBooleanResult()
63 return mBooleanResult; in waitForBooleanResult()
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xpath/
H A DXPathResult.h105 return mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR()
177 bool mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR() local
H A DXPathResult.cpp26 mBooleanResult(false), in XPathResult()
159 mBooleanResult = mResult->booleanValue(); in SetExprResult()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xpath/
H A DXPathResult.h105 return mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR()
177 bool mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR() local
H A DXPathResult.cpp26 mBooleanResult(false), in XPathResult()
159 mBooleanResult = mResult->booleanValue(); in SetExprResult()
/dports/www/firefox/firefox-99.0/dom/xslt/xpath/
H A DXPathResult.h105 return mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR()
177 bool mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR() local
H A DXPathResult.cpp26 mBooleanResult(false), in XPathResult()
159 mBooleanResult = mResult->booleanValue(); in SetExprResult()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xpath/
H A DXPathResult.h105 return mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR()
177 bool mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR() local
H A DXPathResult.cpp26 mBooleanResult(false), in XPathResult()
159 mBooleanResult = mResult->booleanValue(); in SetExprResult()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xpath/
H A DXPathResult.h107 return mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR()
179 bool mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR() local
H A DXPathResult.cpp29 mBooleanResult(false), in XPathResult()
160 mBooleanResult = mResult->booleanValue(); in SetExprResult()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xpath/
H A DXPathResult.h114 return mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR()
201 bool mBooleanResult; in NS_DEFINE_STATIC_IID_ACCESSOR() local
H A DXPathResult.cpp29 mBooleanResult(false), in XPathResult()
203 mBooleanResult = mResult->booleanValue(); in SetExprResult()