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

1 2

  /external/webkit/Source/WebKit/gtk/tests/
testwindow.c 28 GMainLoop* loop = (GMainLoop*)data;
36 GMainLoop* loop;
testwebframe.c 40 g_main_loop_quit((GMainLoop*) data);
48 GMainLoop* loop = g_main_loop_new(NULL, TRUE);
121 static gboolean print_requested_cb(WebKitWebView* webView, WebKitWebFrame* webFrame, GMainLoop* loop)
128 static void print_timeout(GMainLoop* loop)
148 GMainLoop* loop = g_main_loop_new(NULL, TRUE);
testwebdatasource.c 58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop)
76 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop)
110 static gboolean wait_timer_fired(GMainLoop* loop)
121 GMainLoop* loop;
142 static void notify_load_status_lifetime_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop)
160 GMainLoop* loop;
206 GMainLoop* loop;
testwebview.c 34 GMainLoop* loop;
134 GMainLoop* loop = (GMainLoop*)data;
testhittestresult.c 32 static GMainLoop* loop;
testdomdomwindow.c 35 GMainLoop* loop;
testdomnode.c 34 GMainLoop* loop;
testdownload.c 27 GMainLoop* loop;
testmimehandling.c 32 GMainLoop* loop;
  /external/bluetooth/glib/glib/
gmain.h 34 typedef struct _GMainLoop GMainLoop; /* Opaque */
162 /* GMainLoop: */
164 GMainLoop *g_main_loop_new (GMainContext *context,
166 void g_main_loop_run (GMainLoop *loop);
167 void g_main_loop_quit (GMainLoop *loop);
168 GMainLoop *g_main_loop_ref (GMainLoop *loop);
169 void g_main_loop_unref (GMainLoop *loop);
170 gboolean g_main_loop_is_running (GMainLoop *loop);
171 GMainContext *g_main_loop_get_context (GMainLoop *loop)
    [all...]
gmain.c     [all...]
  /external/bluetooth/glib/tests/
child-test.c 47 GMainLoop *main_loop;
112 GMainLoop *main_loop = data;
123 GMainLoop *new_main_loop;
mapping-test.c 49 GMainLoop *loop = data;
102 GMainLoop *loop;
asyncqueue-test.c 32 static GMainLoop *main_loop = NULL;
timeloop-closure.c 17 static GMainLoop *loop;
timeloop.c 16 static GMainLoop *loop;
mainloop-test.c 33 GMainLoop *main_loop;
43 GMainLoop *loop;
gio-test.c 50 static GMainLoop *main_loop;
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 39 typedef struct _GMainLoop GMainLoop;
162 GMainLoop* mainLoop();
165 GMainLoop* m_runLoopMain;
WorkQueue.h 51 typedef struct _GMainLoop GMainLoop;
176 GMainLoop* m_eventLoop;
  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 58 GMainLoop* RunLoop::mainLoop()
  /external/bluetooth/bluez/tracer/
main.c 43 static GMainLoop *event_loop;
  /external/bluetooth/glib/gio/tests/
sleepy-stream.c 227 static GMainLoop *loop;
unix-streams.c 35 GMainLoop *loop;
  /external/bluetooth/bluez/src/
main.c 261 static GMainLoop *event_loop;

Completed in 440 milliseconds

1 2