Home
last modified time | relevance | path

Searched defs:highlight_config (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ui_devtools/
H A Doverlay_agent.cc23 std::unique_ptr<protocol::Overlay::HighlightConfig> highlight_config, in highlightNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ui_devtools/viz/
H A Doverlay_agent_viz.cc21 std::unique_ptr<protocol::Overlay::HighlightConfig> highlight_config, in highlightNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ui_devtools/
H A Doverlay_agent.cc23 std::unique_ptr<protocol::Overlay::HighlightConfig> highlight_config, in highlightNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ui_devtools/viz/
H A Doverlay_agent_viz.cc21 std::unique_ptr<protocol::Overlay::HighlightConfig> highlight_config, in highlightNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_overlay_agent.cc695 std::unique_ptr<InspectorHighlightConfig> highlight_config; in highlightNode() local
767 std::unique_ptr<InspectorHighlightConfig> highlight_config = in highlightFrame() local
1425 std::unique_ptr<InspectorGridHighlightConfig> highlight_config = in ToGridHighlightConfig() local
1489 std::unique_ptr<InspectorFlexContainerHighlightConfig> highlight_config = in ToFlexContainerHighlightConfig() local
1518 std::unique_ptr<InspectorHighlightConfig> highlight_config = in ToHighlightConfig() local
H A Dinspector_highlight.cc1095 const InspectorHighlightConfig& highlight_config, in BuildGridInfo()
1363 const InspectorHighlightConfig& highlight_config, in InspectorHighlight()
1488 const InspectorHighlightConfig& highlight_config) { in AppendEventTargetQuads()
1525 const InspectorHighlightConfig& highlight_config) { in AppendNodeHighlight()
H A Dinspect_tools.cc307 std::unique_ptr<InspectorHighlightConfig> highlight_config) in NodeHighlightTool()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspect_tools.cc112 std::unique_ptr<protocol::Overlay::HighlightConfig> highlight_config = in SearchingForNodeTool() local
279 std::unique_ptr<InspectorHighlightConfig> highlight_config) in NodeHighlightTool()
H A Dinspector_highlight.cc442 const InspectorHighlightConfig& highlight_config, in InspectorHighlight()
596 const InspectorHighlightConfig& highlight_config) { in AppendEventTargetQuads()
633 const InspectorHighlightConfig& highlight_config) { in AppendNodeHighlight()
H A Dinspector_overlay_agent.cc608 std::unique_ptr<InspectorHighlightConfig> highlight_config; in highlightNode() local
629 std::unique_ptr<InspectorHighlightConfig> highlight_config = in highlightFrame() local
1212 std::unique_ptr<InspectorHighlightConfig> highlight_config = in ToHighlightConfig() local
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/
H A Dtest_highlight.rs53 let highlight_config = language_config in test_highlights() localVariable
/dports/editors/helix/helix-0.5.0/helix-core/src/
H A Dindent.rs477 let highlight_config = language_config.highlight_config(&[]).unwrap(); in test_suggested_indent_for_line() localVariable
H A Dsyntax.rs70 pub(crate) highlight_config: OnceCell<Option<Arc<HighlightConfiguration>>>, field
214 pub fn highlight_config(&self, scopes: &[String]) -> Option<Arc<HighlightConfiguration>> { in highlight_config() method
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/loader/src/
H A Dlib.rs90 highlight_config: OnceCell<Option<HighlightConfiguration>>, field
666 pub fn highlight_config(&self, language: Language) -> Result<Option<&HighlightConfiguration>> { in highlight_config() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ui_devtools/views/
H A Doverlay_agent_views.cc398 std::unique_ptr<protocol::Overlay::HighlightConfig> highlight_config, in highlightNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ui_devtools/views/
H A Doverlay_agent_views.cc398 std::unique_ptr<protocol::Overlay::HighlightConfig> highlight_config, in highlightNode()
/dports/net/wireguard-tools/wireguard-tools-1.0.20210914/contrib/highlighter/
H A Dhighlighter.c574 struct highlight_span *highlight_config(const char *config) in highlight_config() function