Home
last modified time | relevance | path

Searched refs:g_value_get_string (Results 1 – 25 of 29) sorted by relevance

12

/external/bluetooth/glib/tests/gobject/
Dparamspec-test.c90 g_assert (!modified && g_value_get_string (&value) != NULL); in test_param_spec_string()
98 g_assert (modified && g_value_get_string (&value) != NULL); in test_param_spec_string()
108 g_assert (modified && g_value_get_string (&value) == NULL); in test_param_spec_string()
112 g_assert (modified && g_value_get_string (&value) == NULL); in test_param_spec_string()
123 g_assert (modified && g_value_get_string (&value)[0] == '-'); in test_param_spec_string()
127 g_assert (modified && g_value_get_string (&value)[0] == '-'); in test_param_spec_string()
135 g_assert (modified && g_value_get_string (&value)[1] == '-'); in test_param_spec_string()
139 g_assert (modified && g_value_get_string (&value)[1] == '-'); in test_param_spec_string()
Daccumulator.c71 const gchar *accu_string = g_value_get_string (return_accu); in test_signal1_accumulator()
72 const gchar *new_string = g_value_get_string (handler_return); in test_signal1_accumulator()
Dgvalue-test.c215 g_assert (strcmp (g_value_get_string (&value), "string ?") == 0); in test_collection()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebsettings.cpp986 priv->default_encoding = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property()
990 priv->cursive_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property()
994 priv->default_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property()
998 priv->fantasy_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property()
1002 priv->monospace_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property()
1006 priv->sans_serif_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property()
1010 priv->serif_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property()
1047 priv->user_stylesheet_uri = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property()
1072 priv->spell_checking_languages = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property()
1085 if (!g_value_get_string(value) || !strlen(g_value_get_string(value))) in webkit_web_settings_set_property()
[all …]
Dwebkitwebnavigationaction.cpp98 webkit_web_navigation_action_set_original_uri(navigationAction, g_value_get_string(value)); in webkit_web_navigation_action_set_property()
107 webkit_web_navigation_action_set_target_frame(navigationAction, g_value_get_string(value)); in webkit_web_navigation_action_set_property()
Dwebkiticondatabase.cpp105 webkit_icon_database_set_path(database, g_value_get_string(value)); in webkit_icon_database_set_property()
Dwebkitnetworkresponse.cpp104 webkit_network_response_set_uri(response, g_value_get_string(value)); in webkit_network_response_set_property()
Dwebkitnetworkrequest.cpp104 webkit_network_request_set_uri(request, g_value_get_string(value)); in webkit_network_request_set_property()
Dwebkitwebview.cpp588 webkit_web_view_set_custom_encoding(webView, g_value_get_string(value)); in webkit_web_view_set_property()
3380 settings->setDefaultTextEncodingName(g_value_get_string(&value)); in webkit_web_view_settings_notify()
3382 settings->setCursiveFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify()
3384 settings->setStandardFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify()
3386 settings->setFantasyFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify()
3388 settings->setFixedFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify()
3390 settings->setSansSerifFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify()
3392 settings->setSerifFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify()
3418 settings->setUserStyleSheetLocation(KURL(KURL(), g_value_get_string(&value))); in webkit_web_view_settings_notify()
3468 …kerClientEnchant*>(client->textChecker())->updateSpellCheckingLanguage(g_value_get_string(&value)); in webkit_web_view_settings_notify()
Dwebkitwebdatabase.cpp118 webkit_web_database_set_name(webDatabase, g_value_get_string(value)); in webkit_web_database_set_property()
Dwebkitwebhistoryitem.cpp227 webkit_web_history_item_set_alternate_title(webHistoryItem, g_value_get_string(value)); in webkit_web_history_item_set_property()
/external/bluetooth/bluez/audio/
Dgstsbcutil.c86 return g_value_get_string(gst_value_list_get_value(value, size-1)); in gst_sbc_get_allocation_from_list()
104 aux = g_value_get_string(value); in gst_sbc_get_mode_from_list()
409 allocation = g_value_get_string(value); in gst_sbc_util_caps_fixate()
421 mode = g_value_get_string(value); in gst_sbc_util_caps_fixate()
Dgsta2dpsink.c170 g_value_get_string(value)); in gst_a2dp_sink_set_property()
180 g_value_get_string(value)); in gst_a2dp_sink_set_property()
/external/bluetooth/glib/gio/
Dgmountoperation.c99 g_value_get_string (value)); in g_mount_operation_set_property()
104 g_value_get_string (value)); in g_mount_operation_set_property()
114 g_value_get_string (value)); in g_mount_operation_set_property()
Dglocalfilemonitor.c89 filename = g_value_get_string (construct_properties[i].value); in g_local_file_monitor_constructor()
Dglocaldirectorymonitor.c108 dirname = g_value_get_string (construct_properties[i].value); in g_local_directory_monitor_constructor()
Dgthemedicon.c112 name = g_value_get_string (value); in g_themed_icon_set_property()
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestObj.cpp1180 coreSelf->setStringAttr(WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property()
1190 …ute(WebCore::HTMLNames::reflectedstringattrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property()
1210 …ribute(WebCore::HTMLNames::reflectedurlattrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property()
1215 …ebCore::HTMLNames::reflectednonemptyurlattrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property()
1220 …WebCore::HTMLNames::customContentStringAttrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property()
1235 …te(WebCore::HTMLNames::customContentURLAttrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property()
1240 …re::HTMLNames::customContentNonEmptyURLAttrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property()
1258 … coreSelf->setStringAttrWithGetterException(WTF::String::fromUTF8(g_value_get_string(value)), ec); in webkit_dom_test_obj_set_property()
1264 … coreSelf->setStringAttrWithSetterException(WTF::String::fromUTF8(g_value_get_string(value)), ec); in webkit_dom_test_obj_set_property()
/external/bluetooth/glib/gobject/
Dtestgobject.c234 gchar *accu_string = g_value_get_string (return_accu); in test_signal_accumulator()
235 gchar *new_string = g_value_get_string (handler_return); in test_signal_accumulator()
Dgvaluetypes.h206 G_CONST_RETURN gchar* g_value_get_string (const GValue *value);
Dgvaluetypes.c1002 g_value_get_string (const GValue *value) in g_value_get_string() function
1125 src = g_value_get_string (value); in g_strdup_value_contents()
1144 s = g_strescape (g_value_get_string (&tmp_value), NULL); in g_strdup_value_contents()
Dgobject.symbols266 g_value_get_string
/external/webkit/Tools/DumpRenderTree/gtk/
DAccessibilityCallbacks.cpp87 g_value_get_string(&paramValues[1]), in axObjectEventListener()
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_tree_model.cc221 const gchar* utf8str = g_value_get_string(&value); in GetTitleFromTreeIter()
/external/bluetooth/glib/docs/reference/gobject/
Dgobject-sections.txt599 g_value_get_string

12