Searched refs:glong (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
H A DWebKitDOMTestObj.h53 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
55 WEBKIT_API glong
58 WEBKIT_API glong
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_ar
[all...]
H A DWebKitDOMTestObj.cpp69 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_ar
[all...]
H A DWebKitDOMTestCallback.h58 WEBKIT_API glong
H A DWebKitDOMTestCallback.cpp106 glong
118 glong res = item->callbackWithNonBoolReturnType(converted_class3param);
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_linux.cc83 if (data_len < static_cast<gint>(4 * sizeof(glong))) {
89 glong* data = reinterpret_cast<glong*>(raw_data);
/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGTypedefs.h31 typedef long glong; typedef
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp132 glong itemsWritten;
392 glong offset = g_utf8_pointer_to_offset(utf8, utf8 + index);
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp532 glong nwc;
H A DPopupMenuGtk.cpp162 glong charactersWritten;
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdomdomwindow.c158 glong clientX, clientY;
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextBreakIteratorGtk.cpp42 glong getSize() { return m_size; }
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp437 timeValue.tv_sec = static_cast<glong>(seconds);
438 timeValue.tv_usec = static_cast<glong>(roundf(microSeconds / 10000) * 10000);
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp1004 glong strLen = g_utf8_strlen(string, -1);

Completed in 1210 milliseconds