Home
last modified time | relevance | path

Searched refs:aColorPicker (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/okular/okular-21.12.3/part/
H A Dannotationactionhandler.cpp436 KSelectAction *aColorPicker = new KSelectAction(QIcon(), aText, q); in colorPickerAction() local
437 aColorPicker->setToolBarMode(KSelectAction::MenuMode); in colorPickerAction()
441 aColorPicker->addAction(aColor); in colorPickerAction()
445 aColorPicker->addAction(aCustomColor); in colorPickerAction()
447 return aColorPicker; in colorPickerAction()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DTabParent.h348 DeallocPColorPickerParent(PColorPickerParent* aColorPicker) override;
H A DTabChild.cpp2016 TabChild::DeallocPColorPickerChild(PColorPickerChild* aColorPicker) in DeallocPColorPickerChild() argument
2018 nsColorPickerProxy* picker = static_cast<nsColorPickerProxy*>(aColorPicker); in DeallocPColorPickerChild()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DTabParent.h301 PColorPickerParent* aColorPicker) override;
H A DTabChild.cpp2018 bool TabChild::DeallocPColorPickerChild(PColorPickerChild* aColorPicker) { in DeallocPColorPickerChild() argument
2019 nsColorPickerProxy* picker = static_cast<nsColorPickerProxy*>(aColorPicker); in DeallocPColorPickerChild()
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DBrowserParent.h423 bool DeallocPColorPickerParent(PColorPickerParent* aColorPicker);
H A DBrowserChild.cpp2264 bool BrowserChild::DeallocPColorPickerChild(PColorPickerChild* aColorPicker) { in DeallocPColorPickerChild() argument
2265 nsColorPickerProxy* picker = static_cast<nsColorPickerProxy*>(aColorPicker); in DeallocPColorPickerChild()
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DBrowserParent.h430 bool DeallocPColorPickerParent(PColorPickerParent* aColorPicker);
H A DBrowserChild.cpp2277 bool BrowserChild::DeallocPColorPickerChild(PColorPickerChild* aColorPicker) { in DeallocPColorPickerChild() argument
2278 nsColorPickerProxy* picker = static_cast<nsColorPickerProxy*>(aColorPicker); in DeallocPColorPickerChild()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DBrowserParent.h423 bool DeallocPColorPickerParent(PColorPickerParent* aColorPicker);
H A DBrowserChild.cpp2264 bool BrowserChild::DeallocPColorPickerChild(PColorPickerChild* aColorPicker) { in DeallocPColorPickerChild() argument
2265 nsColorPickerProxy* picker = static_cast<nsColorPickerProxy*>(aColorPicker); in DeallocPColorPickerChild()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DBrowserParent.h462 bool DeallocPColorPickerParent(PColorPickerParent* aColorPicker);
H A DBrowserChild.cpp2139 bool BrowserChild::DeallocPColorPickerChild(PColorPickerChild* aColorPicker) { in DeallocPColorPickerChild() argument
2140 nsColorPickerProxy* picker = static_cast<nsColorPickerProxy*>(aColorPicker); in DeallocPColorPickerChild()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLInputElement.cpp583 nsIColorPicker* aColorPicker) in nsColorPickerShownCallback() argument
584 : mInput(aInput), mColorPicker(aColorPicker), mValueChanged(false) {} in nsColorPickerShownCallback()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLInputElement.cpp581 nsIColorPicker* aColorPicker) in nsColorPickerShownCallback() argument
582 : mInput(aInput), mColorPicker(aColorPicker), mValueChanged(false) {} in nsColorPickerShownCallback()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLInputElement.cpp583 nsIColorPicker* aColorPicker) in nsColorPickerShownCallback() argument
584 : mInput(aInput), mColorPicker(aColorPicker), mValueChanged(false) {} in nsColorPickerShownCallback()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLInputElement.cpp659 nsIColorPicker* aColorPicker) in nsColorPickerShownCallback() argument
660 : mInput(aInput), mColorPicker(aColorPicker), mValueChanged(false) {} in nsColorPickerShownCallback()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLInputElement.cpp546 nsIColorPicker* aColorPicker) in nsColorPickerShownCallback() argument
547 : mInput(aInput), mColorPicker(aColorPicker), mValueChanged(false) {} in nsColorPickerShownCallback()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLInputElement.cpp656 nsIColorPicker* aColorPicker) in nsColorPickerShownCallback() argument
658 , mColorPicker(aColorPicker) in nsColorPickerShownCallback()