/dports/lang/spidermonkey60/firefox-60.9.0/dom/messagechannel/ |
H A D | SharedMessagePortMessage.cpp | 30 PBackgroundChild* backgroundManager = aActor->Manager(); in FromSharedToMessagesChild() local 31 MOZ_ASSERT(backgroundManager); in FromSharedToMessagesChild() 35 data->BuildClonedMessageDataForBackgroundChild(backgroundManager, *message); in FromSharedToMessagesChild() 70 PBackgroundParent* backgroundManager = aActor->Manager(); in FromSharedToMessagesParent() local 71 MOZ_ASSERT(backgroundManager); in FromSharedToMessagesParent() 75 data->BuildClonedMessageDataForBackgroundParent(backgroundManager, in FromSharedToMessagesParent()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/messagechannel/ |
H A D | SharedMessagePortMessage.cpp | 33 PBackgroundChild* backgroundManager = aActor->Manager(); in FromSharedToMessagesChild() local 34 MOZ_ASSERT(backgroundManager); in FromSharedToMessagesChild() 47 BackgroundChild::GetOrCreateActorForBlobImpl(backgroundManager, in FromSharedToMessagesChild() 109 PBackgroundParent* backgroundManager = aActor->Manager(); in FromSharedToMessagesParent() local 110 MOZ_ASSERT(backgroundManager); in FromSharedToMessagesParent() 123 BackgroundParent::GetOrCreateActorForBlobImpl(backgroundManager, in FromSharedToMessagesParent()
|
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/elements/ |
H A D | BackgroundManager.as | 96 var backgroundManager:BackgroundManager = TextFlowLine.getNumberLineBackground(numberLine); 97 var numberEntry:Array = backgroundManager._lineDict[numberLine]; 162 var backgroundManager:BackgroundManager = TextFlowLine.getNumberLineBackground(numberLine); 163 var numberEntry:Array = backgroundManager._lineDict[numberLine];
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/ |
H A D | IDBDatabase.cpp | 928 PBackgroundChild* backgroundManager = blobChild->GetBackgroundManager(); in GetOrCreateFileActorForBlob() local 929 MOZ_ASSERT(backgroundManager); in GetOrCreateFileActorForBlob() 934 MOZ_ASSERT(thisManager == backgroundManager); in GetOrCreateFileActorForBlob() 948 PBackgroundChild* backgroundManager = in GetOrCreateFileActorForBlob() local 950 MOZ_ASSERT(backgroundManager); in GetOrCreateFileActorForBlob() 954 BackgroundChild::GetOrCreateActorForBlob(backgroundManager, aBlob)); in GetOrCreateFileActorForBlob() 1012 PBackgroundChild* backgroundManager = blobChild->GetBackgroundManager(); in NoteReceivedBlob() local 1013 MOZ_ASSERT(backgroundManager); in NoteReceivedBlob() 1018 MOZ_ASSERT(thisManager == backgroundManager); in NoteReceivedBlob()
|
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/compose/ |
H A D | FlowComposerBase.as | 131 var backgroundManager:BackgroundManager = _textFlow ? _textFlow.backgroundManager : null; 149 if (backgroundManager) 150 backgroundManager.removeLineFromCache(textLine); 520 var backgroundManager:BackgroundManager = textFlow.backgroundManager; 532 if (backgroundManager) 533 backgroundManager.removeLineFromCache(textLine);
|
H A D | SimpleCompose.as | 147 if (textFlow.backgroundManager) 148 textFlow.backgroundManager.finalizeLine(_curLine);
|
H A D | TextFlowLine.as | 889 …CONFIG::debug { assert(textFlow.backgroundManager == null || textFlow.backgroundManager..getEntry(… 1146 setNumberLineBackground(numberLine,numberLineFactory.backgroundManager); 2497 { (numberLine.userData as NumberLineUserData).backgroundManager = background; } 2500 { return (numberLine.userData as NumberLineUserData).backgroundManager; } 2613 public var backgroundManager:BackgroundManager; variable in NumberLineUserData 2648 public function get backgroundManager():BackgroundManager property in NumberLineFactory 2712 // save the backgroundManager for later use. generate the background when the TextLine is placed 2715 _backgroundManager = textFlow.backgroundManager;
|
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/ |
H A D | basketproperties.cpp | 110 QStringList backgrounds = Global::backgroundManager->imageNames(); in BasketPropertiesDialog() 113 QPixmap *preview = Global::backgroundManager->preview(*it); in BasketPropertiesDialog()
|
H A D | global.h | 56 static BackgroundManager *backgroundManager; variable
|
H A D | global.cpp | 40 BackgroundManager *Global::backgroundManager = 0L; member in Global
|
H A D | archive.cpp | 224 QString backgroundPath = Global::backgroundManager->pathForImageName(imageName); in saveBasketToArchive() 229 QString previewPath = Global::backgroundManager->previewPathForImageName(imageName); in saveBasketToArchive() 484 if (!Global::backgroundManager->exists(image)) { in importArchivedBackgroundImages() 502 Global::backgroundManager->addImage(imageDest); in importArchivedBackgroundImages()
|
H A D | basketscene.cpp | 707 Global::backgroundManager->subscribe(m_backgroundImageName); in subscribeBackgroundImages() 708 Global::backgroundManager->subscribe(m_backgroundImageName, this->backgroundColor()); in subscribeBackgroundImages() 709 Global::backgroundManager->subscribe(m_backgroundImageName, selectionRectInsideColor()); in subscribeBackgroundImages() 710 m_backgroundPixmap = Global::backgroundManager->pixmap(m_backgroundImageName); in subscribeBackgroundImages() 711 …m_opaqueBackgroundPixmap = Global::backgroundManager->opaquePixmap(m_backgroundImageName, this->… in subscribeBackgroundImages() 712 …m_selectedBackgroundPixmap = Global::backgroundManager->opaquePixmap(m_backgroundImageName, select… in subscribeBackgroundImages() 713 m_backgroundTiled = Global::backgroundManager->tiled(m_backgroundImageName); in subscribeBackgroundImages() 720 Global::backgroundManager->unsubscribe(m_backgroundImageName); in unsubscribeBackgroundImages() 721 Global::backgroundManager->unsubscribe(m_backgroundImageName, this->backgroundColor()); in unsubscribeBackgroundImages() 722 Global::backgroundManager->unsubscribe(m_backgroundImageName, selectionRectInsideColor()); in unsubscribeBackgroundImages()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/broadcastchannel/ |
H A D | BroadcastChannel.cpp | 163 PBackgroundChild* backgroundManager = mActor->Manager(); in Run() local 164 MOZ_ASSERT(backgroundManager); in Run() 173 BackgroundChild::GetOrCreateActorForBlobImpl(backgroundManager, in Run()
|
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/qml/Cutegram/ |
H A D | UserPropertiesBase.qml | 377 visible: backgroundManager.background != "" 378 onClicked: backgroundManager.setBackground("") 390 backgroundManager.setBackground(newImg)
|
H A D | AccountMessageList.qml | 109 if(backgroundManager.background != "") 110 return backgroundManager.background
|
H A D | AccountMessageBox.qml | 17 property alias backgroundManager: background_manager
|
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/ |
H A D | IDBDatabase.cpp | 798 PBackgroundChild* backgroundManager = in GetOrCreateFileActorForBlob() local 800 MOZ_ASSERT(backgroundManager); in GetOrCreateFileActorForBlob() 803 nsresult rv = IPCBlobUtils::Serialize(blobImpl, backgroundManager, ipcBlob); in GetOrCreateFileActorForBlob()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/ |
H A D | IDBDatabase.cpp | 788 PBackgroundChild* backgroundManager = in GetOrCreateFileActorForBlob() local 790 MOZ_ASSERT(backgroundManager); in GetOrCreateFileActorForBlob() 793 nsresult rv = IPCBlobUtils::Serialize(blobImpl, backgroundManager, ipcBlob); in GetOrCreateFileActorForBlob()
|
/dports/www/firefox/firefox-99.0/dom/indexedDB/ |
H A D | IDBDatabase.cpp | 793 PBackgroundChild* backgroundManager = in GetOrCreateFileActorForBlob() local 795 MOZ_ASSERT(backgroundManager); in GetOrCreateFileActorForBlob() 798 nsresult rv = IPCBlobUtils::Serialize(blobImpl, backgroundManager, ipcBlob); in GetOrCreateFileActorForBlob()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/ |
H A D | IDBDatabase.cpp | 798 PBackgroundChild* backgroundManager = in GetOrCreateFileActorForBlob() local 800 MOZ_ASSERT(backgroundManager); in GetOrCreateFileActorForBlob() 803 nsresult rv = IPCBlobUtils::Serialize(blobImpl, backgroundManager, ipcBlob); in GetOrCreateFileActorForBlob()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/ |
H A D | IDBDatabase.cpp | 835 PBackgroundChild* backgroundManager = in GetOrCreateFileActorForBlob() local 837 MOZ_ASSERT(backgroundManager); in GetOrCreateFileActorForBlob() 840 nsresult rv = IPCBlobUtils::Serialize(blobImpl, backgroundManager, ipcBlob); in GetOrCreateFileActorForBlob()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/url/ |
H A D | URL.cpp | 808 PBackgroundChild* backgroundManager = in MainThreadRun() local 810 MOZ_ASSERT(backgroundManager); in MainThreadRun() 812 if (blobManager != backgroundManager) { in MainThreadRun() 815 blobChild = BlobChild::GetOrCreate(backgroundManager, mBlobImpl); in MainThreadRun()
|
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/factory/ |
H A D | TextLineFactoryBase.as | 417 …CONFIG::debug { assert(textFlow.backgroundManager != null,"Bad call to processBackgroundColors"); } 419 textFlow.backgroundManager.drawAllRects(textFlow,bgShape,constrainWidth,constrainHeight);
|
H A D | TextFlowTextLineFactory.as | 243 if (textFlow.backgroundManager)
|
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/tidwall/buntdb/ |
H A D | buntdb.go | 165 go db.backgroundManager() 538 func (db *DB) backgroundManager() { func
|