Home | History | Annotate | Download | only in GObject

Lines Matching refs:glong

69 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg)
85 glong
91 glong res = item->intMethod();
95 glong
96 webkit_dom_test_obj_int_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg)
109 glong res = item->intMethodWithArgs(int_arg, converted_str_arg, converted_obj_arg);
125 webkit_dom_test_obj_obj_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg)
263 webkit_dom_test_obj_with_dynamic_frame_and_arg(WebKitDOMTestObj* self, glong int_arg)
272 webkit_dom_test_obj_with_dynamic_frame_and_optional_arg(WebKitDOMTestObj* self, glong int_arg, glong optional_arg)
281 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboolean isUserGesture)
290 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture_asad(WebKitDOMTestObj* self, glong int_arg, glong optional_arg, gboolean isUserGesture)
360 webkit_dom_test_obj_method_with_optional_arg(WebKitDOMTestObj* self, glong opt)
369 webkit_dom_test_obj_method_with_non_optional_arg_and_optional_arg(WebKitDOMTestObj* self, glong non_opt, glong opt)
378 webkit_dom_test_obj_method_with_non_optional_arg_and_two_optional_args(WebKitDOMTestObj* self, glong non_opt, glong opt1, glong opt2)
395 glong
396 webkit_dom_test_obj_class_method_with_optional(WebKitDOMTestObj* self, glong arg)
401 glong res = item->classMethodWithOptional(arg);
405 glong
411 glong res = item->readOnlyIntAttr();
474 glong
480 glong res = item->intAttr();
485 webkit_dom_test_obj_set_int_attr(WebKitDOMTestObj* self, glong value)
644 glong
650 glong res = item->getIntegralAttribute(WebCore::HTMLNames::reflectedintegralattrAttr);
655 webkit_dom_test_obj_set_reflected_integral_attr(WebKitDOMTestObj* self, glong value)
764 glong
770 glong res = item->getIntegralAttribute(WebCore::HTMLNames::customContentIntegralAttrAttr);
775 webkit_dom_test_obj_set_reflected_custom_integral_attr(WebKitDOMTestObj* self, glong value)
844 glong
851 glong res = item->attrWithGetterException(ec);
861 webkit_dom_test_obj_set_attr_with_getter_exception(WebKitDOMTestObj* self, glong value, GError **error)
875 glong
881 glong res = item->attrWithSetterException();
886 webkit_dom_test_obj_set_attr_with_setter_exception(WebKitDOMTestObj* self, glong value, GError **error)
965 glong
972 glong res = item->conditionalAttr1();
975 return static_cast<glong>(0);
980 webkit_dom_test_obj_set_conditional_attr1(WebKitDOMTestObj* self, glong value)
990 glong
997 glong res = item->conditionalAttr2();
1000 return static_cast<glong>(0);
1005 webkit_dom_test_obj_set_conditional_attr2(WebKitDOMTestObj* self, glong value)
1015 glong
1022 glong res = item->conditionalAttr3();
1025 return static_cast<glong>(0);
1030 webkit_dom_test_obj_set_conditional_attr3(WebKitDOMTestObj* self, glong value)
1040 glong
1046 glong res = item->description();
1050 glong
1056 glong res = item->id();
1061 webkit_dom_test_obj_set_id(WebKitDOMTestObj* self, glong value)
1513 "read-only glong TestObj.read-only-int-attr", /* longer - could do with some extra doc stuff here */
1554 "read-write glong TestObj.int-attr", /* longer - could do with some extra doc stuff here */
1616 "read-write glong TestObj.reflected-integral-attr", /* longer - could do with some extra doc stuff here */
1662 "read-write glong TestObj.reflected-custom-integral-attr", /* longer - could do with some extra doc stuff here */
1692 "read-write glong TestObj.attr-with-getter-exception", /* longer - could do with some extra doc stuff here */
1701 "read-write glong TestObj.attr-with-setter-exception", /* longer - could do with some extra doc stuff here */
1732 "read-write glong TestObj.conditional-attr1", /* longer - could do with some extra doc stuff here */
1743 "read-write glong TestObj.conditional-attr2", /* longer - could do with some extra doc stuff here */
1754 "read-write glong TestObj.conditional-attr3", /* longer - could do with some extra doc stuff here */
1764 "read-only glong TestObj.description", /* longer - could do with some extra doc stuff here */
1773 "read-write glong TestObj.id", /* longer - could do with some extra doc stuff here */