Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dpart_names.cc22 PartNames::PartNames(const SpaceSplitString& names) { in PartNames() function in blink::PartNames
H A Delement_rule_collector.h41 class PartNames; variable
H A Dselector_checker.h45 class PartNames; variable
H A Dcss_selector.h306 const Vector<AtomicString>* PartNames() const { in PartNames() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dpart_names.cc22 PartNames::PartNames(const SpaceSplitString& names) { in PartNames() function in blink::PartNames
H A Delement_rule_collector.h40 class PartNames; variable
H A Dselector_checker.h44 class PartNames; variable
H A Dcss_selector.h324 const Vector<AtomicString>* PartNames() const { in PartNames() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dscoped_style_resolver.h43 class PartNames; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dscoped_style_resolver.h42 class PartNames; variable
/dports/math/vtk6/VTK-6.2.0/IO/LSDyna/private/
H A DLSDynaMetaData.h100 std::vector<std::string> PartNames; variable
/dports/math/vtk9/VTK-9.1.0/IO/LSDyna/
H A DLSDynaMetaData.h104 std::vector<std::string> PartNames; variable
/dports/math/vtk8/VTK-8.2.0/IO/LSDyna/
H A DLSDynaMetaData.h102 std::vector<std::string> PartNames; variable
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/go-typedef/src/
H A Dmodule1.thrift33 7: map<i32, PartName> PartNames; member
/dports/games/torcs/torcs-1.3.7/src/tools/nfs2ac/
H A Dmainnfs2ac.cpp83 char * PartNames; in main() local
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/go-typedef/gen-go/module1/
H A Dttypes.go76 PartNames map[int32]*PartName `thrift:"PartNames,7" db:"PartNames" json:"PartNames"` member
177 func (a *AutomobileBuilder) PartNames(partNames map[int32]*PartName) *AutomobileBuilder { func
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_partselectionwidget.cpp941 …QAction* PartNames = Menu->addAction(tr("Show Part Names"), mPartsWidget, SLOT(TogglePartNames())); in OptionsMenuAboutToShow() local