Lines Matching refs:JSValueMakeBoolean
397 return JSValueMakeBoolean(context, controller->callShouldCloseOnWebView()); in callShouldCloseOnWebViewCallback()
614 return JSValueMakeBoolean(context, controller->findString(context, target.get(), options)); in findStringCallback()
658 return JSValueMakeBoolean(context, controller->isCommandEnabled(name.get())); in isCommandEnabledCallback()
894 return JSValueMakeBoolean(context, controller->isPageBoxVisible(pageNumber)); in isPageBoxVisibleCallback()
1765 return JSValueMakeBoolean(context, autoCompletes); in elementDoesAutoCompleteForElementWithIdCallback()
1781 …return JSValueMakeBoolean(context, controller->pauseAnimationAtTimeOnElementWithId(animationName.g… in pauseAnimationAtTimeOnElementWithIdCallback()
1797 …return JSValueMakeBoolean(context, controller->pauseTransitionAtTimeOnElementWithId(propertyName.g… in pauseTransitionAtTimeOnElementWithIdCallback()
1813 …return JSValueMakeBoolean(context, controller->sampleSVGAnimationForElementAtTime(animationId.get(… in sampleSVGAnimationForElementAtTimeCallback()
1991 return JSValueMakeBoolean(context, ok); in hasSpellingMarkerCallback()
2004 return JSValueMakeBoolean(context, ok); in hasGrammarMarkerCallback()
2075 return JSValueMakeBoolean(context, controller->globalFlag()); in getGlobalFlagCallback()