Home
last modified time | relevance | path

Searched refs:handler_iter (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.cc90 for (FileBrowserHandler::List::const_iterator handler_iter = in FindFileBrowserHandlerForActionId() local
92 handler_iter != handler_list->end(); in FindFileBrowserHandlerForActionId()
93 ++handler_iter) { in FindFileBrowserHandlerForActionId()
94 if (handler_iter->get()->id() == action_id) in FindFileBrowserHandlerForActionId()
95 return handler_iter->get(); in FindFileBrowserHandlerForActionId()
132 for (FileBrowserHandler::List::const_iterator handler_iter = in FindFileBrowserHandlersForURL() local
134 handler_iter != handler_list->end(); in FindFileBrowserHandlersForURL()
135 ++handler_iter) { in FindFileBrowserHandlersForURL()
136 const FileBrowserHandler* handler = handler_iter->get(); in FindFileBrowserHandlersForURL()
/dports/misc/veles/veles-2018.05.0/src/client/
H A Dnetworkclient.cc485 auto handler_iter = message_handlers_.find(msg->object_type); in newDataAvailable() local
486 if (handler_iter != message_handlers_.end()) { in newDataAvailable()
487 MessageHandler handler = handler_iter->second; in newDataAvailable()
H A Ddbif.cc1471 auto handler_iter = message_handlers_.find(message->object_type); in messageReceived() local
1472 if (handler_iter != message_handlers_.end()) { in messageReceived()
1473 MessageHandler handler = handler_iter->second; in messageReceived()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgwin32appinfo.c3193 GHashTableIter handler_iter; in link_handlers_to_fake_apps() local
3206 g_hash_table_iter_init (&handler_iter, file_extn->handlers); in link_handlers_to_fake_apps()
3207 while (g_hash_table_iter_next (&handler_iter, in link_handlers_to_fake_apps()
3260 g_hash_table_iter_init (&handler_iter, schema->handlers); in link_handlers_to_fake_apps()
3261 while (g_hash_table_iter_next (&handler_iter, in link_handlers_to_fake_apps()
3311 GHashTableIter handler_iter; in find_uwp_handler_for_ext() local
3315 g_hash_table_iter_init (&handler_iter, file_extn->handlers); in find_uwp_handler_for_ext()
3316 while (g_hash_table_iter_next (&handler_iter, in find_uwp_handler_for_ext()
3334 GHashTableIter handler_iter; in find_uwp_handler_for_schema() local
3338 g_hash_table_iter_init (&handler_iter, schema->handlers); in find_uwp_handler_for_schema()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/collab/core/session/xp/
H A DAbiCollabSessionManager.cpp377 …std::map<UT_UTF8String, AccountHandlerConstructor>::iterator handler_iter = m_regAccountHandlers.f… in loadProfile() local
378 if (handler_iter == m_regAccountHandlers.end()) in loadProfile()
381 AccountHandlerConstructor constructor = handler_iter->second; in loadProfile()