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

1 2

  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebresource.cpp 122 g_param_spec_string(
137 g_param_spec_string(
152 g_param_spec_string(
168 g_param_spec_string(
webkithittestresult.cpp 171 g_param_spec_string("link-uri",
185 g_param_spec_string("image-uri",
199 g_param_spec_string("media-uri",
webkitwebsettings.cpp 256 g_param_spec_string(
265 g_param_spec_string(
274 g_param_spec_string(
283 g_param_spec_string(
292 g_param_spec_string(
301 g_param_spec_string(
310 g_param_spec_string(
429 g_param_spec_string("user-stylesheet-uri",
524 g_param_spec_string(
643 g_param_spec_string("user-agent"
    [all...]
webkitwebdatabase.cpp 186 g_param_spec_string("name",
200 g_param_spec_string("display-name",
240 g_param_spec_string("filename",
webkitwebhistoryitem.cpp 142 g_param_spec_string(
158 g_param_spec_string(
174 g_param_spec_string(
190 g_param_spec_string(
webkitsecurityorigin.cpp 149 g_param_spec_string("protocol",
163 g_param_spec_string("host",
webkitwebnavigationaction.cpp 161 g_param_spec_string("original-uri",
208 g_param_spec_string("target-frame",
webkiticondatabase.cpp 145 g_param_spec_string("path",
webkitnetworkrequest.cpp 133 g_param_spec_string("uri",
webkitnetworkresponse.cpp 133 g_param_spec_string("uri",
webkitwebframe.cpp 309 g_param_spec_string("name",
316 g_param_spec_string("title",
323 g_param_spec_string("uri",
    [all...]
webkitdownload.cpp 303 g_param_spec_string("destination-uri",
318 g_param_spec_string("suggested-filename",
webkitwebinspector.cpp 286 g_param_spec_string("inspected-uri",
webkitwebview.cpp     [all...]
  /external/bluetooth/glib/gio/
gmountoperation.c 336 g_param_spec_string ("username",
351 g_param_spec_string ("password",
379 g_param_spec_string ("domain",
glocalfilemonitor.c 123 g_param_spec_string ("filename",
glocaldirectorymonitor.c 155 g_param_spec_string ("dirname",
gthemedicon.c 210 g_param_spec_string ("name",
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 180 g_param_spec_string("iradio-name",
188 g_param_spec_string("iradio-genre",
196 g_param_spec_string("iradio-url",
204 g_param_spec_string("iradio-title",
215 g_param_spec_string("location",
  /external/bluetooth/glib/gobject/tests/
threadtests.c 197 param = g_param_spec_string ("name", "name_i18n",
  /external/bluetooth/glib/tests/gobject/
paramspec-test.c 80 pspec = g_param_spec_string ("string", "nick", "blurb",
94 G_PARAM_SPEC_STRING (pspec)->ensure_non_null = TRUE;
100 G_PARAM_SPEC_STRING (pspec)->ensure_non_null = FALSE;
104 G_PARAM_SPEC_STRING (pspec)->null_fold_if_empty = TRUE;
114 G_PARAM_SPEC_STRING (pspec)->null_fold_if_empty = FALSE;
118 G_PARAM_SPEC_STRING (pspec)->cset_first = g_strdup ("abc");
119 G_PARAM_SPEC_STRING (pspec)->substitutor = '-';
131 G_PARAM_SPEC_STRING (pspec)->cset_nth = g_strdup ("abc");
  /external/bluetooth/bluez/audio/
gsta2dpsink.c 379 g_param_spec_string("device", "Device",
389 g_param_spec_string("transport", "Transport",
  /external/bluetooth/glib/gobject/
gobject.symbols 189 g_param_spec_string
gparamspecs.h 374 * G_PARAM_SPEC_STRING:
379 #define G_PARAM_SPEC_STRING(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_STRING, GParamSpecString))
1018 GParamSpec* g_param_spec_string (const gchar *name,

Completed in 421 milliseconds

1 2