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

1 2

  /external/webkit/Source/WebKit/gtk/webkit/
webkitviewportattributes.cpp 442 g_value_set_int(value, priv->deviceWidth);
445 g_value_set_int(value, priv->deviceHeight);
448 g_value_set_int(value, priv->availableWidth);
451 g_value_set_int(value, priv->availableHeight);
454 g_value_set_int(value, priv->desktopWidth);
457 g_value_set_int(value, priv->deviceDPI);
460 g_value_set_int(value, priv->width);
463 g_value_set_int(value, priv->height);
webkitwebwindowfeatures.cpp 332 g_value_set_int(value, priv->x);
335 g_value_set_int(value, priv->y);
338 g_value_set_int(value, priv->width);
341 g_value_set_int(value, priv->height);
webkitwebnavigationaction.cpp 74 g_value_set_int(value, webkit_web_navigation_action_get_button(navigationAction));
77 g_value_set_int(value, webkit_web_navigation_action_get_modifier_state(navigationAction));
webkitwebsettings.cpp     [all...]
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 539 g_value_set_int(value, 4);
543 g_value_set_int(value, 8);
557 g_value_set_int(value, 16);
561 g_value_set_int(value, 12);
565 g_value_set_int(value, 8);
569 g_value_set_int(value, 4);
601 g_value_set_int(value, 48000);
605 g_value_set_int(value, 44100);
609 g_value_set_int(value, 32000);
613 g_value_set_int(value, 16000)
    [all...]
gstrtpsbcpay.c 330 g_value_set_int(value, sbcpay->min_frames);
gstsbcutil.c 462 g_value_set_int(value, field_value);
gstsbcenc.c 513 g_value_set_int(value, enc->bitpool);
  /external/chromium/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc 94 g_value_set_int(&value, (allocation->width - bubble_size.width) / 2);
98 g_value_set_int(&value, 0);
tab_contents_container_gtk.cc 236 g_value_set_int(&value, 0);
238 g_value_set_int(&value, allocation->width - requisition.width);
243 g_value_set_int(&value, child_y + status->y_offset());
first_run_dialog.cc 81 g_value_set_int(&value, x);
86 g_value_set_int(&value, y);
gtk_floating_container.cc 288 g_value_set_int(value, floating_child->x);
291 g_value_set_int(value, floating_child->y);
find_bar_gtk.cc 745 g_value_set_int(&value, xposition);
749 g_value_set_int(&value, 0);
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceproperties.c 192 g_value_set_int (&value1, 0x10000);
198 g_value_set_int (&value1, 1);
199 g_value_set_int (&value2, 2);
253 g_value_set_int (value, base_object->val1);
257 g_value_set_int (value, base_object->val2);
370 g_value_set_int (value, base_object->val3);
374 g_value_set_int (value, base_object->val4);
gvalue-test.c 256 g_value_set_int (&value, G_MAXINT);
  /external/bluetooth/glib/gobject/
gvaluetypes.h 178 void g_value_set_int (GValue *value,
gobject.symbols 244 g_value_set_int
  /external/bluetooth/glib/tests/refcount/
properties2.c 126 g_value_set_int (value, test->dummy);
closures.c 103 g_value_set_int (value, test->value);
properties.c 127 g_value_set_int (value, test->dummy);
signals.c 172 g_value_set_int (value, test->value);
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 448 g_value_set_int(&value, child_x);
453 g_value_set_int(&value, child_y);
  /external/bluetooth/glib/gio/
gmountoperation.c 169 g_value_set_int (value, priv->choice);
gunixinputstream.c 219 g_value_set_int (value, unix_stream->priv->fd);
gunixoutputstream.c 205 g_value_set_int (value, unix_stream->priv->fd);

Completed in 316 milliseconds

1 2