Home
last modified time | relevance | path

Searched refs:NotifyCallback (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Dpre_signin_policy_fetcher.cc96 NotifyCallback(PolicyFetchResult::ERROR, nullptr); in OnMountTemporaryUserHome()
151 NotifyCallback(PolicyFetchResult::ERROR, nullptr); in OnUnmountTemporaryUserHome()
157 NotifyCallback(PolicyFetchResult::NO_POLICY, nullptr); in OnUnmountTemporaryUserHome()
164 NotifyCallback(PolicyFetchResult::ERROR, nullptr); in OnUnmountTemporaryUserHome()
173 NotifyCallback(PolicyFetchResult::ERROR, nullptr); in OnUnmountTemporaryUserHome()
187 NotifyCallback(PolicyFetchResult::ERROR, nullptr); in OnCachedPolicyValidated()
197 NotifyCallback(PolicyFetchResult::SUCCESS, std::move(policy_payload_)); in OnCachedPolicyValidated()
260 NotifyCallback(PolicyFetchResult::SUCCESS, std::move(policy_payload_)); in OnClientError()
267 NotifyCallback(PolicyFetchResult::SUCCESS, std::move(policy_payload_)); in OnPolicyFetchTimeout()
281 NotifyCallback(PolicyFetchResult::SUCCESS, std::move(policy_payload_)); in OnFetchedPolicyValidated()
[all …]
/dports/mail/neomutt/neomutt-20211029/debug/
H A Dnotify.c159 static void notify_dump_account(struct NotifyCallback *nc) in notify_dump_account()
168 static void notify_dump_color(struct NotifyCallback *nc) in notify_dump_color()
195 static void notify_dump_command(struct NotifyCallback *nc) in notify_dump_command()
205 static void notify_dump_config(struct NotifyCallback *nc) in notify_dump_config()
216 static void notify_dump_context(struct NotifyCallback *nc) in notify_dump_context()
227 static void notify_dump_email(struct NotifyCallback *nc) in notify_dump_email()
238 static void notify_dump_global(struct NotifyCallback *nc) in notify_dump_global()
243 static void notify_dump_mailbox(struct NotifyCallback *nc) in notify_dump_mailbox()
252 static void notify_dump_window_state(struct NotifyCallback *nc) in notify_dump_window_state()
288 static void notify_dump_window_focus(struct NotifyCallback *nc) in notify_dump_window_focus()
[all …]
H A Dlib.h50 struct NotifyCallback;
78 int debug_all_observer(struct NotifyCallback *nc);
/dports/mail/neomutt/neomutt-20211029/index/
H A Dindex.c218 static int index_altern_observer(struct NotifyCallback *nc) in index_altern_observer()
235 static int index_attach_observer(struct NotifyCallback *nc) in index_attach_observer()
252 static int index_color_observer(struct NotifyCallback *nc) in index_color_observer()
306 static int index_config_observer(struct NotifyCallback *nc) in index_config_observer()
348 static int index_menu_observer(struct NotifyCallback *nc) in index_menu_observer()
368 static int index_score_observer(struct NotifyCallback *nc) in index_score_observer()
398 static int index_subjrx_observer(struct NotifyCallback *nc) in index_subjrx_observer()
415 static int index_window_observer(struct NotifyCallback *nc) in index_window_observer()
H A Dibar.c172 static int ibar_color_observer(struct NotifyCallback *nc) in ibar_color_observer()
193 static int ibar_config_observer(struct NotifyCallback *nc) in ibar_config_observer()
220 static int ibar_index_observer(struct NotifyCallback *nc) in ibar_index_observer()
251 static int ibar_mailbox_observer(struct NotifyCallback *nc) in ibar_mailbox_observer()
266 static int ibar_menu_observer(struct NotifyCallback *nc) in ibar_menu_observer()
281 static int ibar_window_observer(struct NotifyCallback *nc) in ibar_window_observer()
H A Dshared_data.c42 static int index_shared_context_observer(struct NotifyCallback *nc) in index_shared_context_observer()
67 static int index_shared_account_observer(struct NotifyCallback *nc) in index_shared_account_observer()
92 static int index_shared_mailbox_observer(struct NotifyCallback *nc) in index_shared_mailbox_observer()
117 static int index_shared_email_observer(struct NotifyCallback *nc) in index_shared_email_observer()
H A Dipanel.c72 static int ipanel_config_observer(struct NotifyCallback *nc) in ipanel_config_observer()
92 static int ipanel_window_observer(struct NotifyCallback *nc) in ipanel_window_observer()
/dports/mail/neomutt/neomutt-20211029/pager/
H A Dpager.c122 static int pager_color_observer(struct NotifyCallback *nc) in pager_color_observer()
134 static int pager_config_observer(struct NotifyCallback *nc) in pager_config_observer()
154 static int pager_index_observer(struct NotifyCallback *nc) in pager_index_observer()
191 static int pager_pager_observer(struct NotifyCallback *nc) in pager_pager_observer()
203 static int pager_window_observer(struct NotifyCallback *nc) in pager_window_observer()
H A Dpbar.c177 static int pbar_color_observer(struct NotifyCallback *nc) in pbar_color_observer()
198 static int pbar_config_observer(struct NotifyCallback *nc) in pbar_config_observer()
217 static int pbar_index_observer(struct NotifyCallback *nc) in pbar_index_observer()
248 static int pbar_pager_observer(struct NotifyCallback *nc) in pbar_pager_observer()
269 static int pbar_window_observer(struct NotifyCallback *nc) in pbar_window_observer()
H A Dppanel.c73 static int ppanel_config_observer(struct NotifyCallback *nc) in ppanel_config_observer()
93 static int ppanel_window_observer(struct NotifyCallback *nc) in ppanel_window_observer()
/dports/mail/neomutt/neomutt-20211029/sidebar/
H A Dobserver.c183 static int sb_account_observer(struct NotifyCallback *nc) in sb_account_observer()
206 static int sb_color_observer(struct NotifyCallback *nc) in sb_color_observer()
242 static int sb_command_observer(struct NotifyCallback *nc) in sb_command_observer()
261 static int sb_config_observer(struct NotifyCallback *nc) in sb_config_observer()
349 static int sb_index_observer(struct NotifyCallback *nc) in sb_index_observer()
377 static int sb_mailbox_observer(struct NotifyCallback *nc) in sb_mailbox_observer()
408 static int sb_window_observer(struct NotifyCallback *nc) in sb_window_observer()
470 int sb_insertion_window_observer(struct NotifyCallback *nc) in sb_insertion_window_observer()
/dports/mail/neomutt/neomutt-20211029/
H A Dmutt_history.h29 struct NotifyCallback;
32 int main_hist_observer(struct NotifyCallback *nc);
H A Dcontext.h32 struct NotifyCallback;
74 int ctx_mailbox_observer(struct NotifyCallback *nc);
/dports/mail/neomutt/neomutt-20211029/menu/
H A Dobserver.c40 static int menu_color_observer(struct NotifyCallback *nc) in menu_color_observer()
67 static int menu_config_observer(struct NotifyCallback *nc) in menu_config_observer()
89 static int menu_window_observer(struct NotifyCallback *nc) in menu_window_observer()
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dobserver.h33 struct NotifyCallback struct
55 typedef int (*observer_t)(struct NotifyCallback *nc); argument
/dports/mail/neomutt/neomutt-20211029/compose/
H A Dcbar_data.c34 int cbar_color_observer(struct NotifyCallback *nc);
35 int cbar_config_observer(struct NotifyCallback *nc);
H A Dcbar.c204 int cbar_color_observer(struct NotifyCallback *nc) in cbar_color_observer()
225 int cbar_compose_observer(struct NotifyCallback *nc) in cbar_compose_observer()
240 int cbar_config_observer(struct NotifyCallback *nc) in cbar_config_observer()
259 int cbar_window_observer(struct NotifyCallback *nc) in cbar_window_observer()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DFetControl.h92 typedef std::function<void(uint32_t)> NotifyCallback; typedef
93 void addSystemNotifyCallback(const NotifyCallback& notifyCallback);
151 NotifyCallback lNotifyCallback;
H A DIFetHandle.h157 typedef std::function<void(uint32_t)> NotifyCallback; typedef
162 virtual void addSystemNotifyCallback(const NotifyCallback& notifyCallback) = 0;
/dports/mail/neomutt/neomutt-20211029/helpbar/
H A Dhelpbar.c203 static int helpbar_binding_observer(struct NotifyCallback *nc) in helpbar_binding_observer()
231 static int helpbar_color_observer(struct NotifyCallback *nc) in helpbar_color_observer()
255 static int helpbar_config_observer(struct NotifyCallback *nc) in helpbar_config_observer()
281 static int helpbar_window_observer(struct NotifyCallback *nc) in helpbar_window_observer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/dbus/
H A Dproxy_resolution_service_provider.cc53 ProxyResolutionServiceProvider::NotifyCallback notify_callback) in ProxyLookupRequest()
113 ProxyResolutionServiceProvider::NotifyCallback notify_callback_;
174 NotifyCallback notify_dbus_callback = in DbusResolveProxy()
184 NotifyCallback callback) { in ResolveProxyInternal()
H A Dproxy_resolution_service_provider.h64 using NotifyCallback =
97 NotifyCallback callback);
/dports/mail/neomutt/neomutt-20211029/test/config/
H A Dcommon.h33 struct NotifyCallback;
57 int log_observer(struct NotifyCallback *nc);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/tracing/consumer_api_deprecated/
H A Dconsumer_api_deprecated.cc102 void NotifyCallback();
185 NotifyCallback(); in OnConnect()
220 NotifyCallback(); in OnTracingDisabled()
228 NotifyCallback(); in OnDisconnect()
262 void TracingSession::NotifyCallback() { in NotifyCallback() function in perfetto::consumer::__anon185e6b8c0111::TracingSession
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/tracing/consumer_api_deprecated/
H A Dconsumer_api_deprecated.cc102 void NotifyCallback();
185 NotifyCallback(); in OnConnect()
220 NotifyCallback(); in OnTracingDisabled()
228 NotifyCallback(); in OnDisconnect()
262 void TracingSession::NotifyCallback() { in NotifyCallback() function in perfetto::consumer::__anon2dac21910111::TracingSession

12345678910>>...23