HomeSort by relevance Sort by last modified time
    Searched full:gconf_value (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gconf_titlebar_listener.cc 63 GConfValue* gconf_value = gconf_client_get(client_, kButtonLayoutKey, local
67 ParseAndStoreValue(gconf_value);
68 if (gconf_value)
69 gconf_value_free(gconf_value);
93 GConfValue* gconf_value = gconf_entry_get_value(entry); local
94 ParseAndStoreValue(gconf_value);
115 void GConfTitlebarListener::ParseAndStoreValue(GConfValue* gconf_value) {
116 if (gconf_value) {
117 const char* value = gconf_value_get_string(gconf_value);
gconf_titlebar_listener.h 56 void ParseAndStoreValue(GConfValue* gconf_value);
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 315 GConfValue* gconf_value = gconf_client_get(client_, key, &error); local
318 if (!gconf_value) {
322 if (gconf_value->type != GCONF_VALUE_BOOL) {
323 gconf_value_free(gconf_value);
326 gboolean bool_value = gconf_value_get_bool(gconf_value);
328 gconf_value_free(gconf_value);
    [all...]

Completed in 112 milliseconds