HomeSort by relevance Sort by last modified time
    Searched refs:glong (Results 1 - 13 of 13) 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);
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_arg, glong optional_arg, gboolean isUserGesture)
    [all...]
WebKitDOMTestObj.cpp 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
    [all...]
WebKitDOMTestCallback.h 58 WEBKIT_API glong
WebKitDOMTestCallback.cpp 106 glong
118 glong res = item->callbackWithNonBoolReturnType(converted_class3param);
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 83 if (data_len < static_cast<gint>(4 * sizeof(glong))) {
89 glong* data = reinterpret_cast<glong*>(raw_data);
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 31 typedef long glong; typedef
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 132 glong itemsWritten;
392 glong offset = g_utf8_pointer_to_offset(utf8, utf8 + index);
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 532 glong nwc;
PopupMenuGtk.cpp 162 glong charactersWritten;
  /external/webkit/Source/WebKit/gtk/tests/
testdomdomwindow.c 158 glong clientX, clientY;
  /external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 42 glong getSize() { return m_size; }
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 437 timeValue.tv_sec = static_cast<glong>(seconds);
438 timeValue.tv_usec = static_cast<glong>(roundf(microSeconds / 10000) * 10000);
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]

Completed in 543 milliseconds