Searched refs:JSValueMakeBoolean (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Tools/DumpRenderTree/ |
D | AccessibilityTextMarker.cpp | 44 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()
|
D | AccessibilityUIElement.cpp | 185 …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 …]
|
D | LayoutTestController.cpp | 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() [all …]
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSValueRef.h | 191 JS_EXPORT JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool boolean);
|
D | JSValueRef.cpp | 203 JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool value) in JSValueMakeBoolean() function
|
/external/webkit/Source/WebKit2/win/ |
D | WebKit2CFLite.def | 89 JSValueMakeBoolean
|
D | WebKit2.def | 96 JSValueMakeBoolean
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
D | WebKit_Cairo_debug.def | 99 JSValueMakeBoolean
|
D | WebKit_Cairo.def | 99 JSValueMakeBoolean
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptengine_p.h | 211 return JSValueMakeBoolean(m_context, value); in makeJSValue()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EventSender.cpp | 65 return JSValueMakeBoolean(context, dragMode); in getDragModeCallback()
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
D | testapi.c | 868 JSValueRef jsTrue = JSValueMakeBoolean(context, true); in main() 869 JSValueRef jsFalse = JSValueMakeBoolean(context, false); in main()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | EventSender.cpp | 95 return JSValueMakeBoolean(context, dragMode); in getDragModeCallback()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 5881 (JSValueMakeBoolean): 5982 (JSValueMakeBoolean):
|
D | ChangeLog-2010-05-24 | 11861 (JSValueMakeBoolean):
|
D | ChangeLog-2007-10-14 | 8564 (JSValueMakeBoolean):
|