Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestObj.h53 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_a…
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_ar…
65 webkit_dom_test_obj_obj_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_ar…
89 webkit_dom_test_obj_with_dynamic_frame_and_arg(WebKitDOMTestObj* self, glong int_arg);
92 …t_obj_with_dynamic_frame_and_optional_arg(WebKitDOMTestObj* self, glong int_arg, glong optional_ar…
95 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboo…
98 …_with_dynamic_frame_and_user_gesture_asad(WebKitDOMTestObj* self, glong int_arg, glong optional_ar…
116 webkit_dom_test_obj_method_with_optional_arg(WebKitDOMTestObj* self, glong opt);
[all …]
DWebKitDOMTestObj.cpp69 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_a… in webkit_dom_test_obj_void_method_with_args()
85 glong
91 glong res = item->intMethod(); in webkit_dom_test_obj_int_method()
95 glong
96 webkit_dom_test_obj_int_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_ar… in webkit_dom_test_obj_int_method_with_args()
109 glong res = item->intMethodWithArgs(int_arg, converted_str_arg, converted_obj_arg); in webkit_dom_test_obj_int_method_with_args()
125 webkit_dom_test_obj_obj_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_ar… in webkit_dom_test_obj_obj_method_with_args()
263 webkit_dom_test_obj_with_dynamic_frame_and_arg(WebKitDOMTestObj* self, glong int_arg) in webkit_dom_test_obj_with_dynamic_frame_and_arg()
272 …t_obj_with_dynamic_frame_and_optional_arg(WebKitDOMTestObj* self, glong int_arg, glong optional_ar… in webkit_dom_test_obj_with_dynamic_frame_and_optional_arg()
281 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboo… in webkit_dom_test_obj_with_dynamic_frame_and_user_gesture()
[all …]
DWebKitDOMTestCallback.cpp106 glong
118 glong res = item->callbackWithNonBoolReturnType(converted_class3param); in webkit_dom_test_callback_callback_with_non_bool_return_type()
DWebKitDOMTestCallback.h58 WEBKIT_API glong
/external/chromium/chrome/browser/ui/
Dwindow_sizer_linux.cc83 if (data_len < static_cast<gint>(4 * sizeof(glong))) { in GetScreenWorkArea()
89 glong* data = reinterpret_cast<glong*>(raw_data); in GetScreenWorkArea()
/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGTypedefs.h31 typedef long glong; typedef
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp132 glong itemsWritten; in utf16ToUtf8()
392 glong offset = g_utf8_pointer_to_offset(utf8, utf8 + index); in offsetForPositionForComplexText()
/external/webkit/Source/WebKit/gtk/tests/
Dtestdomdomwindow.c158 glong clientX, clientY; in load_status_callback()
/external/webkit/Source/WebCore/platform/gtk/
DPopupMenuGtk.cpp162 glong charactersWritten; in typeAheadFind()
DPlatformKeyboardEventGtk.cpp532 glong nwc; in singleCharacterString()
/external/webkit/Source/WebCore/platform/text/gtk/
DTextBreakIteratorGtk.cpp42 glong getSize() { return m_size; } in getSize()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp437 timeValue.tv_sec = static_cast<glong>(seconds); in seek()
438 timeValue.tv_usec = static_cast<glong>(roundf(microSeconds / 10000) * 10000); in seek()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1004 glong strLen = g_utf8_strlen(string, -1); in utf8Substr()