Home
last modified time | relevance | path

Searched refs:g_main_loop_new (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/Source/WebKit/gtk/tests/
Dtestwebview.c114 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_view_icon_uri()
156 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_view_grab_focus()
219 loop = g_main_loop_new(NULL, TRUE); in do_test_webkit_web_view_adjustments()
306 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_view_destroy()
330 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_view_window_features()
Dtestwebdatasource.c125 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_data_source()
164 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_data_source_lifetime()
210 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_data_source_unreachable_uri()
Dtestwebframe.c48 GMainLoop* loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_frame_created_signal()
148 GMainLoop* loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_frame_printing()
Dtestdownload.c177 loop = g_main_loop_new(NULL, TRUE); in test_webkit_download_perform()
239 loop = g_main_loop_new(NULL, TRUE); in test_webkit_download_data()
Dtestmimehandling.c143 loop = g_main_loop_new(NULL, TRUE); in testRemoteMimeType()
165 loop = g_main_loop_new(NULL, TRUE); in testLocalMimeType()
Dtestwebresource.c186 loop = g_main_loop_new(NULL, TRUE); in test_web_resource_loading()
247 loop = g_main_loop_new(NULL, TRUE); in test_web_resource_sub_resource_loading()
Dtestwindow.c43 loop = g_main_loop_new(NULL, TRUE); in test_webkit_window_scrollbar_policy()
Dtesthittestresult.c62 loop = g_main_loop_new(NULL, TRUE); in hit_test_result_fixture_setup()
Dtestdomnode.c47 fixture->loop = g_main_loop_new(NULL, TRUE); in dom_node_fixture_setup()
Dtestdomdomwindow.c52 fixture->loop = g_main_loop_new(NULL, TRUE); in dom_domview_fixture_setup()
Dtestcopyandpaste.c63 fixture->loop = g_main_loop_new(NULL, TRUE); in copy_and_paste_fixture_setup()
/external/bluetooth/glib/tests/
Dchild-test.c128 new_main_loop = g_main_loop_new (NULL, FALSE); in test_thread()
173 main_loop = g_main_loop_new (NULL, FALSE); in main()
Dmainloop-test.c157 addr_data.loop = g_main_loop_new (context, FALSE); in adder_thread()
414 main_loop = g_main_loop_new (NULL, FALSE); in main()
Dasyncqueue-test.c189 main_loop = g_main_loop_new (NULL, FALSE); in main()
Dtimeloop.c199 loop = g_main_loop_new (NULL, FALSE); in main()
Dtimeloop-closure.c205 loop = g_main_loop_new (NULL, FALSE); in main()
Dmapping-test.c106 loop = g_main_loop_new (NULL, FALSE); in child_main()
Dthreadpool-test.c471 main_loop = g_main_loop_new (NULL, FALSE); in main()
Dgio-test.c381 main_loop = g_main_loop_new (NULL, FALSE); in main()
/external/bluetooth/glib/glib/
Dgmain.h164 GMainLoop *g_main_loop_new (GMainContext *context,
237 #define g_main_new(is_running) g_main_loop_new (NULL, is_running);
/external/bluetooth/bluez/tracer/
Dmain.c139 event_loop = g_main_loop_new(NULL, FALSE); in main()
/external/webkit/Source/WebKit2/Platform/gtk/
DRunLoopGtk.cpp37 m_runLoopMain = g_main_loop_new(m_runLoopContext, FALSE); in RunLoop()
DWorkQueueGtk.cpp107 m_eventLoop = g_main_loop_new(m_eventContext, FALSE); in platformInitialize()
/external/bluetooth/glib/gio/tests/
Dunix-streams.c231 loop = g_main_loop_new (NULL, TRUE); in test_pipe_io()
Dsleepy-stream.c274 g_main_loop_run (loop = g_main_loop_new (NULL, FALSE)); in asynch()

12