/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_org/chrome/browser/ui/gtk/ |
gconf_titlebar_listener.cc | 67 GConfValue* gconf_value = gconf_client_get(client_, kButtonLayoutKey, local 71 ParseAndStoreValue(gconf_value); 72 if (gconf_value) 73 gconf_value_free(gconf_value); 97 GConfValue* gconf_value = gconf_entry_get_value(entry); local 98 ParseAndStoreValue(gconf_value); 119 void GConfTitlebarListener::ParseAndStoreValue(GConfValue* gconf_value) { 120 if (gconf_value) { 121 const char* value = gconf_value_get_string(gconf_value);
|
gconf_titlebar_listener.h | 55 void ParseAndStoreValue(GConfValue* gconf_value);
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gconf_titlebar_listener.cc | 51 GConfValue* gconf_value = gconf_client_get(client_, kButtonLayoutKey, local 55 ParseAndStoreValue(gconf_value); 56 if (gconf_value) 57 gconf_value_free(gconf_value); 86 GConfValue* gconf_value = gconf_entry_get_value(entry); local 87 ParseAndStoreValue(gconf_value); 102 void GConfTitlebarListener::ParseAndStoreValue(GConfValue* gconf_value) { 104 if (gconf_value) { 105 const char* value = gconf_value_get_string(gconf_value);
|
gconf_titlebar_listener.h | 40 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...] |
/external/chromium_org/net/proxy/ |
proxy_config_service_linux.cc | 407 GConfValue* gconf_value = gconf_client_get(client_, key, &error); local 410 if (!gconf_value) { 414 if (gconf_value->type != GCONF_VALUE_BOOL) { 415 gconf_value_free(gconf_value); 418 gboolean bool_value = gconf_value_get_bool(gconf_value); 420 gconf_value_free(gconf_value); [all...] |