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

  /external/webkit/Tools/DumpRenderTree/
AccessibilityTextMarker.cpp 44 return JSValueMakeBoolean(context, false);
47 return JSValueMakeBoolean(context, toTextMarker(thisObject)->isEqual(toTextMarker(otherMarker)));
96 return JSValueMakeBoolean(context, false);
99 return JSValueMakeBoolean(context, toTextMarkerRange(thisObject)->isEqual(toTextMarkerRange(otherMarker)));
AccessibilityUIElement.cpp 185 return JSValueMakeBoolean(context, toAXElement(thisObject)->attributedStringRangeIsMisspelled(location, length));
267 return JSValueMakeBoolean(context, false);
269 return JSValueMakeBoolean(context, toAXElement(thisObject)->isEqual(toAXElement(otherElement)));
300 JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isAttributeSupported(attribute));
311 JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isAttributeSettable(attribute));
323 JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isActionSupported(action));
335 JSValueRef result = JSValueMakeBoolean(context, val);
518 return JSValueMakeBoolean(context, toAXElement(thisObject)->ariaIsGrabbed());
525 return JSValueMakeBoolean(context, false);
529 return JSValueMakeBoolean(context, true)
    [all...]
LayoutTestController.cpp 397 return JSValueMakeBoolean(context, controller->callShouldCloseOnWebView());
614 return JSValueMakeBoolean(context, controller->findString(context, target.get(), options));
658 return JSValueMakeBoolean(context, controller->isCommandEnabled(name.get()));
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.h 191 JS_EXPORT JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool boolean);
JSValueRef.cpp 203 JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool value)
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.h 211 return JSValueMakeBoolean(m_context, value);
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 868 JSValueRef jsTrue = JSValueMakeBoolean(context, true);
869 JSValueRef jsFalse = JSValueMakeBoolean(context, false);
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 95 return JSValueMakeBoolean(context, dragMode);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
EventSender.cpp 65 return JSValueMakeBoolean(context, dragMode);

Completed in 244 milliseconds