Searched refs:HasAttribute (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/print/
H A DJobs.cpp108 bool Job::HasAttribute(BNode* n, const char* name) { function in class:Job
125 HasAttribute(&node, PSRV_SPOOL_ATTR_MIMETYPE) &&
126 HasAttribute(&node, PSRV_SPOOL_ATTR_PAGECOUNT) &&
127 HasAttribute(&node, PSRV_SPOOL_ATTR_DESCRIPTION) &&
128 HasAttribute(&node, PSRV_SPOOL_ATTR_PRINTER) &&
129 HasAttribute(&node, PSRV_SPOOL_ATTR_STATUS);
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp221 bool Svg2PictureView::HasAttribute(const XML_Char **attributes, const char *name) {
877 if (HasAttribute(attributes, "opacity")) {
885 if (HasAttribute(attributes, "color")) {
889 if (HasAttribute(attributes, "stroke")) {
905 if (HasAttribute(attributes, "stroke-opacity")) {
910 if (HasAttribute(attributes, "fill")) {
925 if (HasAttribute(attributes, "fill-opacity")) {
930 if (HasAttribute(attributes, "stroke-width")) {
936 if (HasAttribute(attributes, "stroke-linecap")) {
950 if (HasAttribute(attribute
[all...]
H A DSVGViewView.h88 bool HasAttribute(const XML_Char **attributes, const char *name);
/haiku/headers/private/print/
H A DJobs.h72 bool HasAttribute(BNode* node, const char* name);

Completed in 91 milliseconds