Searched refs:createIfNeeded (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DMutationObserverInterestGroup.h52 return createIfNeeded(target, MutationObserver::ChildList, oldValueFlag);
60 return createIfNeeded(target, MutationObserver::CharacterData, MutationObserver::CharacterDataOldValue);
68 return createIfNeeded(target, MutationObserver::Attributes, MutationObserver::AttributeOldValue, &attributeName);
75 static std::unique_ptr<MutationObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName = nullptr);
H A DMutationObserverInterestGroup.cpp40 std::unique_ptr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName) function in class:WebCore::MutationObserverInterestGroup
/macosx-10.10/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp57 bool createIfNeeded = false; variable
114 createIfNeeded = true;
340 if (err.error == CSSMERR_DL_DATASTORE_DOESNOT_EXIST && createIfNeeded) {

Completed in 175 milliseconds