HomeSort by relevance Sort by last modified time
    Searched refs:JSValueMakeBoolean (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.cpp 216 return JSValueMakeBoolean(context, false);
218 return JSValueMakeBoolean(context, toAXElement(thisObject)->isEqual(toAXElement(otherElement)));
238 JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isAttributeSupported(attribute));
249 JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isAttributeSettable(attribute));
261 JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isActionSupported(action));
273 JSValueRef result = JSValueMakeBoolean(context, val);
382 return JSValueMakeBoolean(context, toAXElement(thisObject)->ariaIsGrabbed());
389 return JSValueMakeBoolean(context, false);
393 return JSValueMakeBoolean(context, true);
507 return JSValueMakeBoolean(context, toAXElement(thisObject)->isEnabled())
    [all...]
LayoutTestController.cpp 431 return JSValueMakeBoolean(context, controller->isCommandEnabled(name.get()));
    [all...]
  /external/webkit/JavaScriptCore/qt/api/
qscriptengine_p.h 83 return JSValueMakeBoolean(m_context, value);
  /external/webkit/JavaScriptCore/API/
JSValueRef.h 190 JS_EXPORT JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool boolean);
JSValueRef.cpp 201 JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool value)
  /external/webkit/WebCore/inspector/
JavaScriptProfileNode.cpp 173 return JSValueMakeBoolean(ctx, profileNode->visible());
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
EventSender.cpp 89 return JSValueMakeBoolean(context, dragMode);
  /external/webkit/WebKitTools/DumpRenderTree/win/
EventSender.cpp 65 return JSValueMakeBoolean(context, dragMode);
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 801 JSValueRef jsTrue = JSValueMakeBoolean(context, true);
802 JSValueRef jsFalse = JSValueMakeBoolean(context, false);
    [all...]

Completed in 84 milliseconds