/external/chromium_org/ui/base/glib/ |
glib_integers.h | 14 typedef int gint; typedef 15 typedef gint gboolean;
|
/external/fio/ |
gcompat.h | 12 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position, const gchar *text); 14 void gtk_combo_box_text_remove(GtkComboBoxText *combo_box, gint position);
|
gcompat.c | 18 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position,
|
ghelpers.h | 13 GtkWidget *get_scrolled_window(gint border_width);
|
gerror.c | 11 static void on_info_bar_response(GtkWidget *widget, gint response,
|
ghelpers.c | 35 gint R, G, B; 192 GtkWidget *get_scrolled_window(gint border_width)
|
gfio.h | 125 gint page_num;
|
printing.c | 30 GtkPrintContext *context, gint page_nr,
|
gfio.c | 320 static gint on_config_drawing_area(GtkWidget *w, GdkEventConfigure *event, 340 static gboolean graph_tooltip(GtkWidget *w, gint x, gint y, 766 static struct gui_entry *get_ge_from_page(struct gui *ui, gint cur_page, 783 gint cur_page; 872 gint cur_page; [all...] |
goptions.c | 657 gint val, mval; 714 gint maxval; 774 gint index; 1240 gint val; 1255 gint index; 1324 gint index; [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_key_bindings_handler.h | 105 gint count); 112 gint count, gboolean extend_selection); 116 gint count);
|
x11_input_method_context_impl_gtk2.cc | 94 gint x = 0; 95 gint y = 0; 223 gint n_entries = 0; 227 for (gint i = 0; i < n_entries; ++i) { 322 gint cursor_pos = 0;
|
gtk2_key_bindings_handler.cc | 218 GtkTextView* text_view, GtkDeleteType type, gint count) { 289 GtkTextView* text_view, GtkMovementStep step, gint count, 348 GtkTextView* text_view, GtkScrollStep step, gint count) {
|
gtk2_util.cc | 26 void (*init_func)(gint*, gchar***)) {
|
select_file_dialog_impl_gtk2.cc | 118 bool IsCancelResponse(gint response_id); 123 gint response_id, 538 bool SelectFileDialogImplGTK::IsCancelResponse(gint response_id) { 549 gint response_id,
|
gtk2_ui.cc | 334 gint antialias = 0; 335 gint hinting = 0; 512 static const gint kGtkDefaultCursorBlinkTime = 1200; 520 gint cursor_blink_time = kGtkDefaultCursorBlinkTime; 684 gint dpi = -1; [all...] |
print_dialog_gtk2.cc | 435 gint num_ranges;
|
/external/chromium_org/third_party/icu/source/samples/layout/ |
gnomelayout.cpp | 195 gint eventDelete(GtkWidget *widget, GdkEvent */*event*/, gpointer /*data*/) 203 gint eventConfigure(GtkWidget */*widget*/, GdkEventConfigure *event, Context *context) 217 gint eventExpose(GtkWidget *widget, GdkEvent */*event*/, Context *context) 220 gint maxLines = context->paragraph->getLineCount() - 1; 221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight();
|
cgnomelayout.c | 187 static gint eventDelete(GtkWidget *widget, GdkEvent *event, gpointer data) 195 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context) 209 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context) 212 gint maxLines = pf_getLineCount(context->paragraph) - 1; 213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
|
/external/icu/icu4c/source/samples/layout/ |
gnomelayout.cpp | 195 gint eventDelete(GtkWidget *widget, GdkEvent */*event*/, gpointer /*data*/) 203 gint eventConfigure(GtkWidget */*widget*/, GdkEventConfigure *event, Context *context) 217 gint eventExpose(GtkWidget *widget, GdkEvent */*event*/, Context *context) 220 gint maxLines = context->paragraph->getLineCount() - 1; 221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight();
|
cgnomelayout.c | 187 static gint eventDelete(GtkWidget *widget, GdkEvent *event, gpointer data) 195 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context) 209 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context) 212 gint maxLines = pf_getLineCount(context->paragraph) - 1; 213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
|
/external/chromium_org/ui/events/platform/x11/ |
x11_event_source_glib.cc | 21 gboolean XSourcePrepare(GSource* source, gint* timeout_ms) {
|
/external/chromium_org/ui/base/ime/ |
composition_text_util_pango.cc | 54 gint start, end;
|
/external/chromium_org/base/message_loop/ |
message_pump_glib.cc | 92 gint* timeout_ms) {
|
message_pump_glib_unittest.cc | 113 static gboolean Prepare(GSource* source, gint* timeout_ms) {
|