Searched refs:gobject (Results 1 - 25 of 31) sorted by relevance

12

/external/dbus/test/name-test/
H A Dtest-wait-for-echo.py6 import gobject namespace
14 loop = gobject.MainLoop()
24 gobject.timeout_add(7000, handle_noreceipt)
H A Dtest-activation-forking.py6 import gobject namespace
14 loop = gobject.MainLoop()
57 gobject.timeout_add(15000, check_counter)
/external/webkit/Source/WebCore/platform/gtk/
H A DGRefPtrGtk.h24 #include <wtf/gobject/GRefPtr.h>
H A DDataObjectGtk.cpp24 #include <wtf/gobject/GOwnPtr.h>
H A DPasteboardGtk.cpp33 #include <wtf/gobject/GRefPtr.h>
H A DFileSystemGtk.cpp32 #include <wtf/gobject/GRefPtr.h>
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py9 import gobject namespace
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
H A Dp2p_find.py10 import gobject namespace
118 gobject.MainLoop().get_context().iteration(True)
119 gobject.threads_init()
120 gobject.MainLoop().run()
H A Dp2p_flush.py10 import gobject namespace
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
H A Dp2p_listen.py10 import gobject namespace
108 gobject.MainLoop().get_context().iteration(True)
109 gobject.threads_init()
110 gobject.MainLoop().run()
H A Dp2p_stop_find.py8 import gobject namespace
110 gobject.MainLoop().get_context().iteration(True)
111 gobject.threads_init()
113 gobject.MainLoop().run()
H A Dp2p_group_add.py8 import gobject namespace
150 gobject.MainLoop().get_context().iteration(True)
151 gobject.threads_init()
152 gobject.MainLoop().run()
H A Dp2p_invite.py8 import gobject namespace
136 gobject.MainLoop().get_context().iteration(True)
137 gobject.threads_init()
138 gobject.MainLoop().run()
H A Dp2p_connect.py10 import gobject namespace
218 gobject.MainLoop().run()
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Ddbus-listen-preq.py6 import gobject namespace
62 gobject.MainLoop().run()
H A Dwpas-dbus-new-wps.py6 import gobject namespace
76 gobject.MainLoop().run()
H A Dwpas-dbus-new-getall.py6 import gobject namespace
H A Dwpas-dbus-new.py6 import gobject namespace
143 gobject.MainLoop().run()
H A Dwpas-dbus-new-signals.py6 import gobject namespace
86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
/external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/
H A DProcessLauncherGtk.cpp40 #include <wtf/gobject/GOwnPtr.h>
/external/webkit/Source/WebCore/bindings/scripts/
H A Dgobject-generate-headers.pl30 This file has been generated by gobject-generate-headers.pl. DO NOT MODIFY!
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h39 #include <wtf/gobject/GOwnPtr.h>
40 #include <wtf/gobject/GRefPtr.h>
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebViewWidget.cpp109 static void webViewWidgetDispose(GObject* gobject) argument
111 WebViewWidget* webViewWidget = WEB_VIEW_WIDGET(gobject);
119 G_OBJECT_CLASS(webViewWidgetParentClass)->dispose(gobject);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkiticondatabase.cpp34 #include <wtf/gobject/GOwnPtr.h>
/external/webkit/Source/WebKit2/Platform/
H A DRunLoop.h37 #include <wtf/gobject/GRefPtr.h>

Completed in 689 milliseconds

12