Home
last modified time | relevance | path

Searched refs:pref_update (Results 1 – 19 of 19) sorted by relevance

/dports/net-im/libpurple/pidgin-2.14.8/pidgin/plugins/
H A Dcontact_priority.c47 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 Dcontact_priority.c47 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 Dcontact_priority.c47 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 Dstateful_ssl_host_state_delegate.cc95 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 Dstateful_ssl_host_state_delegate.cc95 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 Dchrome_views_delegate.cc85 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 Dpref.h43 extern void pref_update();
H A Dpref.c268 void pref_update() in pref_update() function
305 pref_update(); in pref_setfrom()
316 pref_update(); in pref_setldap()
H A Dnewmsg_create.c322 pref_update(); in newmsg_createdraft_do()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/sqwebmail/
H A Dpref.h44 extern void pref_update();
H A Dpref.c270 void pref_update() in pref_update() function
307 pref_update(); in pref_setfrom()
318 pref_update(); in pref_setldap()
H A Dnewmsg_create.c548 pref_update(); in newmsg_createdraft_do()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/
H A Dforeign_session_helper.cc215 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 Dforeign_session_handler.cc305 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 Dforeign_session_handler.cc313 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 Dapp_list_syncable_service.cc153 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 Ddata_reduction_proxy_compression_stats.cc113 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 Ddata_reduction_proxy_compression_stats.cc113 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 Dchrome_content_browser_client.cc4165 DictionaryPrefUpdate pref_update( in UpdateDevToolsBackgroundServiceExpiration() local
4167 base::DictionaryValue* exp_dict = pref_update.Get(); in UpdateDevToolsBackgroundServiceExpiration()