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

  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.h 53 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
59 webkit_dom_test_obj_int_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
65 webkit_dom_test_obj_obj_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
89 webkit_dom_test_obj_with_dynamic_frame_and_arg(WebKitDOMTestObj* self, glong int_arg);
92 webkit_dom_test_obj_with_dynamic_frame_and_optional_arg(WebKitDOMTestObj* self, glong int_arg, glong optional_arg);
95 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboolean isUserGesture);
98 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture_asad(WebKitDOMTestObj* self, glong int_arg, glong optional_arg, gboolean isUserGesture);
WebKitDOMTestObj.cpp 69 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg)
82 item->voidMethodWithArgs(int_arg, converted_str_arg, converted_obj_arg);
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)
138 PassRefPtr<WebCore::TestObj> g_res = WTF::getPtr(item->objMethodWithArgs(int_arg, converted_str_arg, converted_obj_arg));
263 webkit_dom_test_obj_with_dynamic_frame_and_arg(WebKitDOMTestObj* self, glong int_arg)
268 item->withDynamicFrameAndArg(int_arg);
272 webkit_dom_test_obj_with_dynamic_frame_and_optional_arg(WebKitDOMTestObj* self, glong int_arg, glong optional_arg)
277 item->withDynamicFrameAndOptionalArg(int_arg, optional_arg)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 165 int int_arg; member in union:sed_cmd::__anon19647
execute.c     [all...]
compile.c 1225 cur_cmd->x.int_arg = in_integer(ch);
1229 cur_cmd->x.int_arg = -1;
    [all...]

Completed in 6323 milliseconds