Searched refs:didUpdate (Results 1 - 25 of 26) sorted by last modified time

12

/macosx-10.10/kext_tools-384.1.4/
H A Dupdate_boot.c649 Boolean didUpdate = false; local
701 didUpdate = true;
754 didUpdate = true;
769 didUpdate = true;
782 if (anyUpdates) *anyUpdates = didUpdate;
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DItem.cpp567 mKeychain->didUpdate(this, oldPK, mPrimaryKey);
H A DKeychains.cpp813 KeychainImpl::didUpdate(const Item &inItem, PrimaryKey &oldPK, function in class:KeychainImpl
H A DKeychains.h128 void didUpdate(const Item &inItem, PrimaryKey &oldPK,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DItem.cpp567 mKeychain->didUpdate(this, oldPK, mPrimaryKey);
H A DKeychains.cpp813 KeychainImpl::didUpdate(const Item &inItem, PrimaryKey &oldPK, function in class:KeychainImpl
H A DKeychains.h128 void didUpdate(const Item &inItem, PrimaryKey &oldPK,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DItem.cpp567 mKeychain->didUpdate(this, oldPK, mPrimaryKey);
H A DKeychains.cpp813 KeychainImpl::didUpdate(const Item &inItem, PrimaryKey &oldPK, function in class:KeychainImpl
H A DKeychains.h128 void didUpdate(const Item &inItem, PrimaryKey &oldPK,
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DDrawingArea.h134 virtual void didUpdate() { } function in class:WebKit::DrawingArea
H A DDrawingAreaImpl.cpp420 void DrawingAreaImpl::didUpdate() function in class:WebKit::DrawingAreaImpl
422 // We might get didUpdate messages from the UI process even after we've
H A DDrawingAreaImpl.h77 virtual void didUpdate();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DRemoteLayerTreeDrawingArea.mm381 void RemoteLayerTreeDrawingArea::didUpdate()
H A DRemoteLayerTreeDrawingArea.h96 virtual void didUpdate() override;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedDrawingArea.cpp386 void CoordinatedDrawingArea::didUpdate() function in class:WebKit::CoordinatedDrawingArea
388 // We might get didUpdate messages from the UI process even after we've
H A DCoordinatedDrawingArea.h71 virtual void didUpdate();
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginControllerProxy.cpp570 void PluginControllerProxy::didUpdate() function in class:WebKit::PluginControllerProxy
H A DPluginControllerProxy.h148 void didUpdate();
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2491 bool didUpdate = false; local
3023 didUpdate = true;
3159 return didUpdate;
3355 bool didUpdate = false; local
3381 didUpdate |= cache.update(force, optimize, deleteExistingFirst, index, archCount, keepSignatures, dontMapLocalSymbols);
3387 didUpdate |= cache.update(force, optimize, deleteExistingFirst, index, archCount, keepSignatures, dontMapLocalSymbols);
3393 didUpdate |= cache.update(force, optimize, deleteExistingFirst, index, archCount, keepSignatures, dontMapLocalSymbols);
3399 didUpdate |= cache.update(force, optimize, deleteExistingFirst, index, archCount, keepSignatures, dontMapLocalSymbols);
3408 return didUpdate;
3593 bool didUpdate local
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioParam.h57 virtual void didUpdate() override { }
H A DAudioNodeInput.h49 virtual void didUpdate() override;
H A DAudioNodeInput.cpp128 void AudioNodeInput::didUpdate() function in class:WebCore::AudioNodeInput
H A DAudioSummingJunction.cpp72 didUpdate();
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dudata.cpp167 UBool didUpdate = FALSE; local
182 didUpdate = TRUE;
194 if (!didUpdate) {
197 return didUpdate;
783 UBool didUpdate = FALSE; local
818 didUpdate = /* no longer using this result */
827 didUpdate = findCommonICUDataByName(U_ICUDATA_NAME); /* Return 'true' when a racing writes out the extended */
835 return didUpdate; /* Return true if ICUData pointer was updated. */

Completed in 371 milliseconds

12