Searched refs:window_list (Results 1 – 2 of 2) sorted by relevance
12 GList* window_list = gtk_window_list_toplevels(); in AllBrowsersClosedAndAppExiting() local13 g_list_foreach(window_list, (GFunc)g_object_ref, NULL); in AllBrowsersClosedAndAppExiting()14 for (GList* i = window_list; i != NULL; i = g_list_next(i)) { in AllBrowsersClosedAndAppExiting()25 g_list_foreach(window_list, (GFunc)g_object_unref, NULL); in AllBrowsersClosedAndAppExiting()26 g_list_free(window_list); in AllBrowsersClosedAndAppExiting()
109 scoped_ptr<ListValue> window_list(new ListValue()); in HandleGetForeignSessions() local120 window_list->Append(window_data.release()); in HandleGetForeignSessions()126 session_list.Append(window_list.release()); in HandleGetForeignSessions()