Home
last modified time | relevance | path

Searched refs:backgroundManager (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/dom/messagechannel/
H A DSharedMessagePortMessage.cpp30 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 DSharedMessagePortMessage.cpp33 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 DBackgroundManager.as96 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 DIDBDatabase.cpp928 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 DFlowComposerBase.as131 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 DSimpleCompose.as147 if (textFlow.backgroundManager)
148 textFlow.backgroundManager.finalizeLine(_curLine);
H A DTextFlowLine.as889 …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 Dbasketproperties.cpp110 QStringList backgrounds = Global::backgroundManager->imageNames(); in BasketPropertiesDialog()
113 QPixmap *preview = Global::backgroundManager->preview(*it); in BasketPropertiesDialog()
H A Dglobal.h56 static BackgroundManager *backgroundManager; variable
H A Dglobal.cpp40 BackgroundManager *Global::backgroundManager = 0L; member in Global
H A Darchive.cpp224 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 Dbasketscene.cpp707 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 DBroadcastChannel.cpp163 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 DUserPropertiesBase.qml377 visible: backgroundManager.background != ""
378 onClicked: backgroundManager.setBackground("")
390 backgroundManager.setBackground(newImg)
H A DAccountMessageList.qml109 if(backgroundManager.background != "")
110 return backgroundManager.background
H A DAccountMessageBox.qml17 property alias backgroundManager: background_manager
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DIDBDatabase.cpp798 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 DIDBDatabase.cpp788 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 DIDBDatabase.cpp793 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 DIDBDatabase.cpp798 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 DIDBDatabase.cpp835 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 DURL.cpp808 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 DTextLineFactoryBase.as417 …CONFIG::debug { assert(textFlow.backgroundManager != null,"Bad call to processBackgroundColors"); }
419 textFlow.backgroundManager.drawAllRects(textFlow,bgShape,constrainWidth,constrainHeight);
H A DTextFlowTextLineFactory.as243 if (textFlow.backgroundManager)
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/tidwall/buntdb/
H A Dbuntdb.go165 go db.backgroundManager()
538 func (db *DB) backgroundManager() { func

12