Searched refs:glong (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
D | WebKitDOMTestObj.h | 53 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 …]
|
D | WebKitDOMTestObj.cpp | 69 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 …]
|
D | WebKitDOMTestCallback.cpp | 106 glong 118 glong res = item->callbackWithNonBoolReturnType(converted_class3param); in webkit_dom_test_callback_callback_with_non_bool_return_type()
|
D | WebKitDOMTestCallback.h | 58 WEBKIT_API glong
|
/external/chromium/chrome/browser/ui/ |
D | window_sizer_linux.cc | 83 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/ |
D | GTypedefs.h | 31 typedef long glong; typedef
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 132 glong itemsWritten; in utf16ToUtf8() 392 glong offset = g_utf8_pointer_to_offset(utf8, utf8 + index); in offsetForPositionForComplexText()
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testdomdomwindow.c | 158 glong clientX, clientY; in load_status_callback()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | PopupMenuGtk.cpp | 162 glong charactersWritten; in typeAheadFind()
|
D | PlatformKeyboardEventGtk.cpp | 532 glong nwc; in singleCharacterString()
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
D | TextBreakIteratorGtk.cpp | 42 glong getSize() { return m_size; } in getSize()
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | MediaPlayerPrivateGStreamer.cpp | 437 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/ |
D | AccessibilityObjectWrapperAtk.cpp | 1004 glong strLen = g_utf8_strlen(string, -1); in utf8Substr()
|