Searched refs:aTag (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTSpanElement.cpp49 || child.hasTagName(SVGNames::aTag)
63 && (parentNode()->hasTagName(SVGNames::aTag)
H A DSVGTextElement.cpp77 || child.hasTagName(SVGNames::aTag)
H A DSVGTextPathElement.cpp137 || child.hasTagName(SVGNames::aTag)
148 && (parentNode()->hasTagName(SVGNames::aTag)
H A DSVGAElement.cpp68 ASSERT(hasTagName(SVGNames::aTag));
249 if (child.hasTagName(SVGNames::aTag))
H A DSVGTRefElement.cpp234 && (parentNode()->hasTagName(SVGNames::aTag)
H A DSVGAnimateMotionElement.cpp87 || targetElement->hasTagName(SVGNames::aTag)
H A DSVGUseElement.cpp345 allowedElementTags.get().add(SVGNames::aTag);
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DOpenTypeUtilities.cpp68 const ATag &aTag = (r0+extra)->tag; local
69 if (SWAPT(aTag) <= tag) {
78 const ATag &aTag = (r0+index+probe)->tag; local
79 if (SWAPT(aTag) <= tag) {
86 const ATag &aTag = (r0+index)->tag; local
87 if (SWAPT(aTag) == tag) {
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecAccess.cpp332 CSSM_ACL_AUTHORIZATION_TAG aTag = GetACLAuthorizationTagFromString(aclStr); local
336 CFSTR("SecAccessCreateWithOwnerAndACL: rights[%d] = %d"), (int)iCnt, aTag);
342 rights[iCnt] = aTag;
484 sint32 aTag = authGroup.AuthTags[jCnt]; local
485 CFStringRef aString = GetAuthStringFromACLAuthorizationTag(aTag);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecAccess.cpp332 CSSM_ACL_AUTHORIZATION_TAG aTag = GetACLAuthorizationTagFromString(aclStr); local
336 CFSTR("SecAccessCreateWithOwnerAndACL: rights[%d] = %d"), (int)iCnt, aTag);
342 rights[iCnt] = aTag;
484 sint32 aTag = authGroup.AuthTags[jCnt]; local
485 CFStringRef aString = GetAuthStringFromACLAuthorizationTag(aTag);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecAccess.cpp332 CSSM_ACL_AUTHORIZATION_TAG aTag = GetACLAuthorizationTagFromString(aclStr); local
336 CFSTR("SecAccessCreateWithOwnerAndACL: rights[%d] = %d"), (int)iCnt, aTag);
342 rights[iCnt] = aTag;
484 sint32 aTag = authGroup.AuthTags[jCnt]; local
485 CFStringRef aString = GetAuthStringFromACLAuthorizationTag(aTag);
/macosx-10.10/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCParamUtility.h505 CParamKCAttrType aTag(".tag", tag);
506 aTag.Write(inFile);
517 CParamKCAttrType aTag(".tag");
518 aTag.Read(inFile);
519 tag = aTag;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLCollection.cpp209 return (element.hasTagName(aTag) || element.hasTagName(areaTag)) && element.fastHasAttribute(hrefAttr);
211 return element.hasTagName(aTag) && element.fastHasAttribute(nameAttr);
H A DFTPDirectoryDocument.cpp143 RefPtr<Element> anchorElement = document()->createElement(aTag, false);
H A DHTMLAnchorElement.cpp65 return adoptRef(new HTMLAnchorElement(aTag, document));
/macosx-10.10/WebCore-7600.1.25/editing/mac/
H A DEditorMac.mm328 auto* enclosingAnchor = enclosingElementWithTag(firstPositionInNode(commonAncestor), HTMLNames::aTag);
595 RefPtr<Element> anchor = frame.document()->createElement(HTMLNames::aTag, false);
/macosx-10.10/WebCore-7600.1.25/mathml/
H A DMathMLElement.cpp99 return htmlElement.hasTagName(HTMLNames::aTag)
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h510 static OSKext * lookupKextWithLoadTag(OSKextLoadTag aTag);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DHitTestResult.cpp523 if (m_innerURLElement->hasTagName(SVGNames::aTag))
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGResources.cpp51 s_tagList.add(SVGNames::aTag.localName());
/macosx-10.10/WebCore-7600.1.25/editing/ios/
H A DEditorIOS.mm523 RefPtr<Element> anchor = frame.document()->createElement(HTMLNames::aTag, false);
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLTreeBuilder.cpp134 return tagName == aTag || isNonAnchorFormattingTag(tagName);
733 if (token->name() == aTag) {
734 Element* activeATag = m_tree.activeFormattingElements()->closestElementInScopeWithName(aTag.localName());
737 processFakeEndTag(aTag);
2324 const AtomicString& aTagLocalName = aTag.localName();
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOM.mm100 addElementClass(HTMLNames::aTag, [DOMHTMLAnchorElement class]);
/macosx-10.10/WebCore-7600.1.25/editing/
H A Dmarkup.cpp550 if (auto* enclosingAnchor = enclosingElementWithTag(firstPositionInNode(specialCommonAncestor ? specialCommonAncestor : commonAncestor), aTag))
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElement.cpp1218 if (hasTagName(SVGNames::aTag))

Completed in 227 milliseconds

12