Home
last modified time | relevance | path

Searched refs:JSValueMakeBoolean (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
DAccessibilityTextMarker.cpp44 return JSValueMakeBoolean(context, false); in isMarkerEqualCallback()
47 … return JSValueMakeBoolean(context, toTextMarker(thisObject)->isEqual(toTextMarker(otherMarker))); in isMarkerEqualCallback()
96 return JSValueMakeBoolean(context, false); in isMarkerRangeEqualCallback()
99 …return JSValueMakeBoolean(context, toTextMarkerRange(thisObject)->isEqual(toTextMarkerRange(otherM… in isMarkerRangeEqualCallback()
DAccessibilityUIElement.cpp185 …return JSValueMakeBoolean(context, toAXElement(thisObject)->attributedStringRangeIsMisspelled(loca… in attributedStringRangeIsMisspelledCallback()
267 return JSValueMakeBoolean(context, false); in isEqualCallback()
269 return JSValueMakeBoolean(context, toAXElement(thisObject)->isEqual(toAXElement(otherElement))); in isEqualCallback()
300 …JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isAttributeSupported(attr… in isAttributeSupportedCallback()
311 …JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isAttributeSettable(attri… in isAttributeSettableCallback()
323 …JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isActionSupported(action)… in isActionSupportedCallback()
335 JSValueRef result = JSValueMakeBoolean(context, val); in boolAttributeValueCallback()
518 return JSValueMakeBoolean(context, toAXElement(thisObject)->ariaIsGrabbed()); in getARIAIsGrabbedCallback()
525 return JSValueMakeBoolean(context, false); in getIsValidCallback()
529 return JSValueMakeBoolean(context, true); in getIsValidCallback()
[all …]
DLayoutTestController.cpp397 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()
[all …]
/external/webkit/Source/JavaScriptCore/API/
DJSValueRef.h191 JS_EXPORT JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool boolean);
DJSValueRef.cpp203 JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool value) in JSValueMakeBoolean() function
/external/webkit/Source/WebKit2/win/
DWebKit2CFLite.def89 JSValueMakeBoolean
DWebKit2.def96 JSValueMakeBoolean
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def99 JSValueMakeBoolean
DWebKit_Cairo.def99 JSValueMakeBoolean
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptengine_p.h211 return JSValueMakeBoolean(m_context, value); in makeJSValue()
/external/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp65 return JSValueMakeBoolean(context, dragMode); in getDragModeCallback()
/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c868 JSValueRef jsTrue = JSValueMakeBoolean(context, true); in main()
869 JSValueRef jsFalse = JSValueMakeBoolean(context, false); in main()
/external/webkit/Tools/DumpRenderTree/gtk/
DEventSender.cpp95 return JSValueMakeBoolean(context, dragMode); in getDragModeCallback()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-165881 (JSValueMakeBoolean):
5982 (JSValueMakeBoolean):
DChangeLog-2010-05-2411861 (JSValueMakeBoolean):
DChangeLog-2007-10-148564 (JSValueMakeBoolean):