Home
last modified time | relevance | path

Searched refs:SupportsGroupInternal (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/renderer_context_menu/
H A Dcontext_menu_content_type.cc66 return SupportsGroupInternal(group); in SupportsGroup()
69 bool ContextMenuContentType::SupportsGroupInternal(int group) { in SupportsGroupInternal() function in ContextMenuContentType
91 bool page_group_supported = SupportsGroupInternal(ITEM_GROUP_PAGE); in SupportsGroupInternal()
106 return SupportsGroupInternal(ITEM_GROUP_MEDIA_IMAGE); in SupportsGroupInternal()
134 return has_selection || SupportsGroupInternal(ITEM_GROUP_MEDIA_IMAGE); in SupportsGroupInternal()
H A Dcontext_menu_content_type.h66 bool SupportsGroupInternal(int group);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/renderer_context_menu/
H A Dcontext_menu_content_type.cc66 return SupportsGroupInternal(group); in SupportsGroup()
69 bool ContextMenuContentType::SupportsGroupInternal(int group) { in SupportsGroupInternal() function in ContextMenuContentType
91 bool page_group_supported = SupportsGroupInternal(ITEM_GROUP_PAGE); in SupportsGroupInternal()
106 return SupportsGroupInternal(ITEM_GROUP_MEDIA_IMAGE); in SupportsGroupInternal()
134 return has_selection || SupportsGroupInternal(ITEM_GROUP_MEDIA_IMAGE); in SupportsGroupInternal()
H A Dcontext_menu_content_type.h66 bool SupportsGroupInternal(int group);