/dports/net-im/libpurple/pidgin-2.14.8/pidgin/plugins/ |
H A D | contact_priority.c | 47 pref_update(GtkWidget *widget, char *pref) in pref_update() function 110 g_signal_connect(G_OBJECT(spin), "value-changed", G_CALLBACK(pref_update), pref); in get_config_frame() 127 …g_signal_connect(G_OBJECT(check), "toggled", G_CALLBACK(pref_update), "/purple/contact/last_match"… in get_config_frame()
|
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/plugins/ |
H A D | contact_priority.c | 47 pref_update(GtkWidget *widget, char *pref) in pref_update() function 110 g_signal_connect(G_OBJECT(spin), "value-changed", G_CALLBACK(pref_update), pref); in get_config_frame() 127 …g_signal_connect(G_OBJECT(check), "toggled", G_CALLBACK(pref_update), "/purple/contact/last_match"… in get_config_frame()
|
/dports/net-im/finch/pidgin-2.14.8/pidgin/plugins/ |
H A D | contact_priority.c | 47 pref_update(GtkWidget *widget, char *pref) in pref_update() function 110 g_signal_connect(G_OBJECT(spin), "value-changed", G_CALLBACK(pref_update), pref); in get_config_frame() 127 …g_signal_connect(G_OBJECT(check), "toggled", G_CALLBACK(pref_update), "/purple/contact/last_match"… in get_config_frame()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/security_interstitials/content/ |
H A D | stateful_ssl_host_state_delegate.cc | 95 DictionaryPrefUpdate pref_update(pref_service, in UpdateRecurrentInterstitialPref() local 98 pref_update->FindKey(net::ErrorToShortString(error)); in UpdateRecurrentInterstitialPref() 121 pref_update->SetKey(net::ErrorToShortString(error), std::move(error_list)); in UpdateRecurrentInterstitialPref() 505 DictionaryPrefUpdate pref_update(pref_service_, in ResetRecurrentErrorCountForTesting() local 507 pref_update->Clear(); in ResetRecurrentErrorCountForTesting()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/security_interstitials/content/ |
H A D | stateful_ssl_host_state_delegate.cc | 95 DictionaryPrefUpdate pref_update(pref_service, in UpdateRecurrentInterstitialPref() local 98 pref_update->FindKey(net::ErrorToShortString(error)); in UpdateRecurrentInterstitialPref() 121 pref_update->SetKey(net::ErrorToShortString(error), std::move(error_list)); in UpdateRecurrentInterstitialPref() 554 DictionaryPrefUpdate pref_update(pref_service_, in ResetRecurrentErrorCountForTesting() local 556 pref_update->Clear(); in ResetRecurrentErrorCountForTesting()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/ |
H A D | chrome_views_delegate.cc | 85 std::unique_ptr<DictionaryPrefUpdate> pref_update = in SaveWindowPlacement() local 87 base::DictionaryValue* window_preferences = pref_update->Get(); in SaveWindowPlacement()
|
/dports/mail/courier/courier-0.65.3/webmail/ |
H A D | pref.h | 43 extern void pref_update();
|
H A D | pref.c | 268 void pref_update() in pref_update() function 305 pref_update(); in pref_setfrom() 316 pref_update(); in pref_setldap()
|
H A D | newmsg_create.c | 322 pref_update(); in newmsg_createdraft_do()
|
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/sqwebmail/ |
H A D | pref.h | 44 extern void pref_update();
|
H A D | pref.c | 270 void pref_update() in pref_update() function 307 pref_update(); in pref_setfrom() 318 pref_update(); in pref_setldap()
|
H A D | newmsg_create.c | 548 pref_update(); in newmsg_createdraft_do()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/ |
H A D | foreign_session_helper.cc | 215 DictionaryPrefUpdate pref_update(profile_->GetPrefs(), in GetForeignSessions() local 217 base::DictionaryValue* pref_collapsed_sessions = pref_update.Get(); in GetForeignSessions()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/history/ |
H A D | foreign_session_handler.cc | 305 DictionaryPrefUpdate pref_update(Profile::FromWebUI(web_ui())->GetPrefs(), in GetForeignSessions() local 307 base::DictionaryValue* current_collapsed_sessions = pref_update.Get(); in GetForeignSessions()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/history/ |
H A D | foreign_session_handler.cc | 313 DictionaryPrefUpdate pref_update(Profile::FromWebUI(web_ui())->GetPrefs(), in GetForeignSessions() local 315 base::DictionaryValue* current_collapsed_sessions = pref_update.Get(); in GetForeignSessions()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/ |
H A D | app_list_syncable_service.cc | 153 DictionaryPrefUpdate pref_update(profile->GetPrefs(), in UpdateSyncItemInLocalStorage() local 155 base::Value* dict_item = pref_update->FindKeyOfType( in UpdateSyncItemInLocalStorage() 158 dict_item = pref_update->SetKey(sync_item->item_id, in UpdateSyncItemInLocalStorage() 936 DictionaryPrefUpdate pref_update(profile_->GetPrefs(), in MergeDataAndStartSyncing() local 938 pref_update->Clear(); in MergeDataAndStartSyncing()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/data_reduction_proxy/core/browser/ |
H A D | data_reduction_proxy_compression_stats.cc | 113 DictionaryPrefUpdate pref_update(pref_service, pref); in AddToDictionaryPref() local 114 base::DictionaryValue* pref_dict = pref_update.Get(); in AddToDictionaryPref()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/data_reduction_proxy/core/browser/ |
H A D | data_reduction_proxy_compression_stats.cc | 113 DictionaryPrefUpdate pref_update(pref_service, pref); in AddToDictionaryPref() local 114 base::DictionaryValue* pref_dict = pref_update.Get(); in AddToDictionaryPref()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ |
H A D | chrome_content_browser_client.cc | 4165 DictionaryPrefUpdate pref_update( in UpdateDevToolsBackgroundServiceExpiration() local 4167 base::DictionaryValue* exp_dict = pref_update.Get(); in UpdateDevToolsBackgroundServiceExpiration()
|