HomeSort by relevance Sort by last modified time
    Searched refs:gobject (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/gtk/
GRefPtrGtk.h 24 #include <wtf/gobject/GRefPtr.h>
DataObjectGtk.cpp 24 #include <wtf/gobject/GOwnPtr.h>
PasteboardGtk.cpp 33 #include <wtf/gobject/GRefPtr.h>
FileSystemGtk.cpp 32 #include <wtf/gobject/GRefPtr.h>
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dbus-listen-preq.py 6 import gobject namespace
62 gobject.MainLoop().run()
wpas-dbus-new-wps.py 6 import gobject namespace
76 gobject.MainLoop().run()
wpas-dbus-new-getall.py 6 import gobject namespace
wpas-dbus-new.py 6 import gobject namespace
143 gobject.MainLoop().run()
wpas-dbus-new-signals.py 6 import gobject namespace
86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 9 import gobject namespace
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
p2p_find.py 10 import gobject namespace
118 gobject.MainLoop().get_context().iteration(True)
119 gobject.threads_init()
120 gobject.MainLoop().run()
p2p_flush.py 10 import gobject namespace
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
p2p_group_add.py 8 import gobject namespace
150 gobject.MainLoop().get_context().iteration(True)
151 gobject.threads_init()
152 gobject.MainLoop().run()
p2p_invite.py 8 import gobject namespace
136 gobject.MainLoop().get_context().iteration(True)
137 gobject.threads_init()
138 gobject.MainLoop().run()
p2p_listen.py 10 import gobject namespace
108 gobject.MainLoop().get_context().iteration(True)
109 gobject.threads_init()
110 gobject.MainLoop().run()
p2p_stop_find.py 8 import gobject namespace
110 gobject.MainLoop().get_context().iteration(True)
111 gobject.threads_init()
113 gobject.MainLoop().run()
p2p_connect.py 10 import gobject namespace
218 gobject.MainLoop().run()
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 39 #include <wtf/gobject/GOwnPtr.h>
40 #include <wtf/gobject/GRefPtr.h>
  /external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/
ProcessLauncherGtk.cpp 40 #include <wtf/gobject/GOwnPtr.h>
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 37 #include <wtf/gobject/GRefPtr.h>
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 56 import gobject namespace
107 gobject.type_register(GlyphsWindow)
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 30 This file has been generated by gobject-generate-headers.pl. DO NOT MODIFY!
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebViewWidget.cpp 109 static void webViewWidgetDispose(GObject* gobject)
111 WebViewWidget* webViewWidget = WEB_VIEW_WIDGET(gobject);
119 G_OBJECT_CLASS(webViewWidgetParentClass)->dispose(gobject);
  /external/webkit/Source/WebKit/gtk/webkit/
webkiticondatabase.cpp 34 #include <wtf/gobject/GOwnPtr.h>
86 static void webkit_icon_database_finalize(GObject* object)
94 static void webkit_icon_database_dispose(GObject* object)
99 static void webkit_icon_database_set_property(GObject* object, guint propId, const GValue* value, GParamSpec* pspec)
113 static void webkit_icon_database_get_property(GObject* object, guint propId, GValue* value, GParamSpec* pspec)
  /external/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp 35 #include <wtf/gobject/GRefPtr.h>

Completed in 196 milliseconds

1 2