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

1 2

  /external/chromium_org/ui/base/glib/
glib_integers.h 15 typedef gint gboolean; typedef
  /external/qemu/distrib/mini-glib/include/
glib.h 24 typedef int gboolean; typedef
37 typedef gboolean (*GEqualFunc)(gconstpointer a, gconstpointer b);
45 typedef gboolean (*GHRFunc)(gpointer key,
99 gboolean g_str_equal(const void* s1, const void* s2);
106 gboolean g_atomic_int_dec_and_test(int volatile* atomic);
140 gboolean g_hash_table_remove(GHashTable* hash_table,
178 gboolean g_queue_is_empty(GQueue* queue);
189 typedef gboolean (*GSourceFunc)(gpointer user_data);
192 gboolean (*prepare)(GSource* source, gint* timeout);
193 gboolean (*check)(GSource* source)
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_key_bindings_handler.h 112 gint count, gboolean extend_selection);
122 static void SelectAll(GtkTextView* text_view, gboolean select);
134 static gboolean ShowHelp(GtkWidget* widget, GtkWidgetHelpType arg1);
unity_service.cc 21 typedef gboolean (*unity_inspector_get_unity_running_func)
30 (UnityLauncherEntry* self, gboolean value);
34 (UnityLauncherEntry* self, gboolean value);
gtk2_key_bindings_handler.cc 290 gboolean extend_selection) {
358 gboolean select) {
381 gboolean Gtk2KeyBindingsHandler::ShowHelp(GtkWidget* widget,
x11_input_method_context_impl_gtk2.cc 105 const gboolean handled = gtk_im_context_filter_keypress(gtk_context_,
print_dialog_gtk2.cc 155 static gboolean SetPrinter(GtkPrinter* printer, gpointer data) {
  /external/chromium_org/ui/events/platform/x11/
x11_event_source_glib.cc 21 gboolean XSourcePrepare(GSource* source, gint* timeout_ms) {
30 gboolean XSourceCheck(GSource* source) {
35 gboolean XSourceDispatch(GSource* source,
  /external/fio/
gcompat.c 52 void gtk_widget_set_can_focus(GtkWidget *widget, gboolean can_focus)
gcompat.h 43 void gtk_widget_set_can_focus(GtkWidget *widget, gboolean can_focus);
ghelpers.c 109 gboolean visible;
goptions.c 133 gboolean visible)
173 gboolean set;
580 gboolean set;
1208 gboolean set;
1289 gboolean set;
    [all...]
gfio.c 192 gboolean sens = buttonspec->start_sensitive;
340 static gboolean graph_tooltip(GtkWidget *w, gint x, gint y,
341 gboolean keyboard_mode, GtkTooltip *tooltip,
    [all...]
  /external/chromium_org/remoting/host/
disconnect_window_linux.cc 33 CHROMEG_CALLBACK_1(DisconnectWindowGtk, gboolean, OnDelete,
36 CHROMEG_CALLBACK_1(DisconnectWindowGtk, gboolean, OnConfigure,
38 CHROMEG_CALLBACK_1(DisconnectWindowGtk, gboolean, OnButtonPress,
179 gboolean DisconnectWindowGtk::OnDelete(GtkWidget* window,
188 gboolean DisconnectWindowGtk::OnConfigure(GtkWidget* widget,
276 gboolean DisconnectWindowGtk::OnButtonPress(GtkWidget* widget,
  /external/chromium_org/base/message_loop/
message_pump_glib.cc 91 gboolean WorkSourcePrepare(GSource* source,
100 gboolean WorkSourceCheck(GSource* source) {
105 gboolean WorkSourceDispatch(GSource* source,
message_pump_glib_unittest.cc 113 static gboolean Prepare(GSource* source, gint* timeout_ms) {
118 static gboolean Check(GSource* source) {
122 static gboolean Dispatch(GSource* source,
  /external/qemu/distrib/mini-glib/src/
glib-mini-win32.c 28 gboolean g_atomic_int_dec_and_test(int volatile* atomic) {
glib-mini.c 218 gboolean g_str_equal(const void* v1, const void* v2) {
370 gboolean g_atomic_int_dec_and_test(int volatile* atomic) {
547 gboolean g_hash_table_remove(GHashTable* hash_table,
721 gboolean g_queue_is_empty(GQueue* queue) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.cc 49 gboolean OnDestroyedCallback(GtkWidget* widget, GdkEvent* event,
59 gboolean SimulateButtonClick(gpointer button) {
64 gboolean OnKeyPressCallback(GtkWidget* widget, GdkEventKey* key,
75 gboolean SimulateLastRowActivated(gpointer data) {
125 gboolean HandleUIThreadCallback(gpointer data) {
132 gboolean Redraw(gpointer data) {
  /external/harfbuzz_ng/util/
options.cc 84 static G_GNUC_NORETURN gboolean
115 static gboolean
126 static gboolean
168 static gboolean
190 static gboolean
202 static G_GNUC_NORETURN gboolean
215 static gboolean
642 static gboolean
  /external/wpa_supplicant_8/src/utils/
browser.c 98 static gboolean view_cb_mime_type_policy_decision(
114 static gboolean view_cb_download_requested(WebKitWebView *view,
  /external/pixman/demos/
gtk-utils.c 95 static gboolean
  /external/chromium_org/third_party/webrtc/base/
dbus.cc 284 static gboolean Idle(gpointer data) {
  /external/harfbuzz_ng/test/api/
test-object.c 183 gboolean freed;
test-unicode.c 51 gboolean freed;
484 gboolean failed = TRUE;
757 gboolean failed = FALSE;

Completed in 416 milliseconds

1 2