HomeSort by relevance Sort by last modified time
    Searched refs:gboolean (Results 151 - 175 of 614) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/
custom_button.h 51 gboolean OnExpose(GtkWidget* widget, GdkEventExpose* e, gdouble hover_state);
117 CHROMEGTK_CALLBACK_1(CustomDrawHoverController, gboolean, OnEnter,
119 CHROMEGTK_CALLBACK_1(CustomDrawHoverController, gboolean, OnLeave,
205 CHROMEGTK_CALLBACK_1(CustomDrawButton, gboolean, OnCustomExpose,
gtk_chrome_button.cc 33 gboolean use_gtk_rendering;
39 static gboolean gtk_chrome_button_expose(GtkWidget* widget,
91 static gboolean gtk_chrome_button_expose(GtkWidget* widget,
157 gboolean value) {
gtk_expanded_container.h 66 gboolean has_window);
67 gboolean gtk_expanded_container_get_has_window(GtkExpandedContainer* container);
status_bubble_gtk.h 108 CHROMEGTK_CALLBACK_1(StatusBubbleGtk, gboolean, HandleMotionNotify,
111 CHROMEGTK_CALLBACK_1(StatusBubbleGtk, gboolean, HandleEnterNotify,
tab_contents_drag_source.h 49 CHROMEGTK_CALLBACK_2(TabContentsDragSource, gboolean, OnDragFailed,
57 CHROMEGTK_CALLBACK_1(TabContentsDragSource, gboolean, OnDragIconExpose,
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 121 CHROMEGTK_CALLBACK_1(TabGtk, gboolean, OnButtonPressEvent, GdkEventButton*);
124 CHROMEGTK_CALLBACK_1(TabGtk, gboolean, OnButtonReleaseEvent, GdkEventButton*);
133 CHROMEGTK_CALLBACK_2(TabGtk, gboolean, OnDragFailed, GdkDragContext*,
140 CHROMEGTK_CALLBACK_1(TabGtk, gboolean, OnDragButtonReleased, GdkEventButton*);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h 70 gboolean transparent;
82 gboolean zoomFullContent;
89 gboolean disposing;
90 gboolean usePrimaryForPaste;
webkitwebsettings.cpp 80 gboolean enforce_96_dpi;
81 gboolean auto_load_images;
82 gboolean auto_shrink_images;
83 gboolean print_backgrounds;
84 gboolean enable_scripts;
85 gboolean enable_plugins;
86 gboolean resizable_text_areas;
89 gboolean enable_developer_extras;
90 gboolean enable_private_browsing;
91 gboolean enable_spell_checking
    [all...]
  /external/bluetooth/glib/gio/
gmemoryoutputstream.c 67 static gboolean g_memory_output_stream_close (GOutputStream *stream,
86 static gboolean g_memory_output_stream_close_finish (GOutputStream *stream,
92 static gboolean g_memory_output_stream_can_seek (GSeekable *seekable);
93 static gboolean g_memory_output_stream_seek (GSeekable *seekable,
98 static gboolean g_memory_output_stream_can_truncate (GSeekable *seekable);
99 static gboolean g_memory_output_stream_truncate (GSeekable *seekable,
280 static gboolean
298 static gboolean
301 gboolean allow_partial,
411 static gboolean
    [all...]
gbufferedoutputstream.h 76 gboolean g_buffered_output_stream_get_auto_grow (GBufferedOutputStream *stream);
78 gboolean auto_grow);
gcancellable.h 68 gboolean g_cancellable_is_cancelled (GCancellable *cancellable);
69 gboolean g_cancellable_set_error_if_cancelled (GCancellable *cancellable,
gdataoutputstream.c 221 gboolean
248 gboolean
288 gboolean
328 gboolean
368 gboolean
408 gboolean
448 gboolean
488 gboolean
giotypes.h 154 typedef gboolean (* GFileReadMoreCallback) (const char *file_contents,
177 typedef gboolean (*GIOSchedulerJobFunc) (GIOSchedulerJob *job,
gvfs.h 67 gboolean (* is_active) (GVfs *vfs);
94 gboolean g_vfs_is_active (GVfs *vfs);
  /external/bluetooth/bluez/gdbus/
mainloop.c 59 static gboolean disconnected_signal(DBusConnection *conn,
73 static gboolean message_dispatch(void *data)
94 static gboolean watch_func(GIOChannel *chan, GIOCondition cond, gpointer data)
184 static gboolean timeout_handler_dispatch(gpointer data)
266 static gboolean setup_bus(DBusConnection *conn, const char *name,
269 gboolean result;
338 gboolean g_dbus_request_name(DBusConnection *connection, const char *name,
361 gboolean g_dbus_set_disconnect_function(DBusConnection *connection,
  /external/bluetooth/bluez/src/
agent.h 73 gboolean agent_is_busy(struct agent *agent, void *user_data);
77 gboolean agent_matches(struct agent *agent, const char *name, const char *path);
  /external/bluetooth/glib/gio/fen/
fen-dump.c 46 static gboolean
70 gboolean
fen-node.h 52 gboolean (*pre_del) (node_t* node, gpointer user_data);
71 gboolean node_class_init ();
  /external/bluetooth/glib/glib/
gtestutils.h 137 gboolean g_test_trap_fork (guint64 usec_timeout,
139 gboolean g_test_trap_has_passed (void);
140 gboolean g_test_trap_reached_timeout (void);
221 gboolean test_initialized;
222 gboolean test_quick; /* disable thorough tests */
223 gboolean test_perf; /* run performance tests */
224 gboolean test_verbose; /* extra info */
225 gboolean test_quiet; /* reduce output */
  /external/bluetooth/glib/gobject/
gparam.h 245 gboolean (*value_validate) (GParamSpec *pspec,
288 gboolean g_param_value_defaults (GParamSpec *pspec,
290 gboolean g_param_value_validate (GParamSpec *pspec,
292 gboolean g_param_value_convert (GParamSpec *pspec,
295 gboolean strict_validation);
353 gboolean (*value_validate) (GParamSpec *pspec, /* optional */
374 GParamSpecPool* g_param_spec_pool_new (gboolean type_prefixing);
383 gboolean walk_ancestors);
394 * gboolean value_validate (GParamSpec *pspec,
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 82 gboolean* delete_selection_data,
83 gboolean* dnd_success);
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestCallback.cpp 62 gboolean
68 gboolean res = item->callbackWithNoParam();
72 gboolean
84 gboolean res = item->callbackWithClass1Param(converted_class1param);
88 gboolean
102 gboolean res = item->callbackWithClass2Param(converted_class2param, converted_str_arg);
122 gboolean
134 gboolean res = item->callbackWithStringList(converted_list_param);
  /external/webkit/Source/WebKit/gtk/tests/
testwebplugindatabase.c 36 gboolean found = FALSE;
37 gboolean enabled = FALSE;
  /external/bluetooth/bluez/audio/
a2dp.h 140 uint8_t codec, gboolean delay_reporting,
157 gboolean a2dp_cancel(struct audio_device *dev, unsigned int id);
159 gboolean a2dp_sep_lock(struct a2dp_sep *sep, struct avdtp *session);
160 gboolean a2dp_sep_unlock(struct a2dp_sep *sep, struct avdtp *session);
161 gboolean a2dp_sep_get_lock(struct a2dp_sep *sep);
  /external/bluetooth/bluez/plugins/
maemo6.c 52 static gboolean mce_bt_set = FALSE;
53 static gboolean collision = FALSE;
55 static gboolean mce_signal_callback(DBusConnection *connection,
133 static void adapter_powered(struct btd_adapter *adapter, gboolean powered)
138 static gboolean startup = TRUE;

Completed in 421 milliseconds

1 2 3 4 5 67 8 91011>>