Home
last modified time | relevance | path

Searched refs:nsPluginElement (Results 1 – 22 of 22) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsPluginArray.cpp65 const nsTArray<RefPtr<nsPluginElement>>& aPlugins, in NS_IMPL_CYCLE_COLLECTING_RELEASE()
68 nsPluginElement* plugin = aPlugins[i]; in NS_IMPL_CYCLE_COLLECTING_RELEASE()
186 static nsPluginElement* FindPlugin( in FindPlugin()
190 nsPluginElement* plugin = aPlugins[i]; in FindPlugin()
374 NS_IMPL_CYCLE_COLLECTING_ADDREF(nsPluginElement)
375 NS_IMPL_CYCLE_COLLECTING_RELEASE(nsPluginElement) in NS_IMPL_CYCLE_COLLECTING_RELEASE() argument
383 nsPluginElement::nsPluginElement(nsPIDOMWindowInner* aWindow, in NS_IMPL_CYCLE_COLLECTING_RELEASE()
387 nsPluginElement::~nsPluginElement() = default;
415 nsMimeType* nsPluginElement::Item(uint32_t aIndex) { in Item()
454 uint32_t nsPluginElement::Length() { in Length()
[all …]
H A DnsPluginArray.h17 class nsPluginElement; variable
47 static void NotifyHiddenPluginTouched(nsPluginElement* aElement);
52 nsPluginElement* NamedItem(const nsAString& aName,
55 nsPluginElement* IndexedGetter(uint32_t aIndex, bool& aFound,
57 nsPluginElement* NamedGetter(const nsAString& aName, bool& aFound,
70 nsTArray<RefPtr<nsPluginElement>> mPlugins;
74 nsTArray<RefPtr<nsPluginElement>> mCTPPlugins;
77 class nsPluginElement final : public nsISupports, public nsWrapperCache {
80 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(nsPluginElement)
82 nsPluginElement(nsPIDOMWindowInner* aWindow,
[all …]
H A DnsMimeTypeArray.h17 class nsPluginElement; variable
63 nsMimeType(nsPIDOMWindowInner* aWindow, nsPluginElement* aPluginElement,
74 nsPluginElement* GetEnabledPlugin() const;
86 RefPtr<nsPluginElement> mPluginElement;
H A DnsMimeTypeArray.cpp164 nsPluginElement* aPluginElement, const nsAString& aType, in NS_IMPL_CYCLE_COLLECTION_ROOT_NATIVE()
191 nsPluginElement* nsMimeType::GetEnabledPlugin() const { in GetEnabledPlugin()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsPluginArray.cpp66 const nsTArray<RefPtr<nsPluginElement>>& aPlugins, in NS_IMPL_CYCLE_COLLECTING_RELEASE()
69 nsPluginElement* plugin = aPlugins[i]; in NS_IMPL_CYCLE_COLLECTING_RELEASE()
187 static nsPluginElement* FindPlugin( in FindPlugin()
191 nsPluginElement* plugin = aPlugins[i]; in FindPlugin()
376 NS_IMPL_CYCLE_COLLECTING_ADDREF(nsPluginElement)
377 NS_IMPL_CYCLE_COLLECTING_RELEASE(nsPluginElement) in NS_IMPL_CYCLE_COLLECTING_RELEASE() argument
385 nsPluginElement::nsPluginElement(nsPIDOMWindowInner* aWindow, in NS_IMPL_CYCLE_COLLECTING_RELEASE()
389 nsPluginElement::~nsPluginElement() = default;
417 nsMimeType* nsPluginElement::Item(uint32_t aIndex) { in Item()
456 uint32_t nsPluginElement::Length() { in Length()
[all …]
H A DnsPluginArray.h17 class nsPluginElement; variable
47 static void NotifyHiddenPluginTouched(nsPluginElement* aElement);
52 nsPluginElement* NamedItem(const nsAString& aName,
55 nsPluginElement* IndexedGetter(uint32_t aIndex, bool& aFound,
57 nsPluginElement* NamedGetter(const nsAString& aName, bool& aFound,
70 nsTArray<RefPtr<nsPluginElement>> mPlugins;
74 nsTArray<RefPtr<nsPluginElement>> mCTPPlugins;
77 class nsPluginElement final : public nsISupports, public nsWrapperCache {
80 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(nsPluginElement)
82 nsPluginElement(nsPIDOMWindowInner* aWindow,
[all …]
H A DnsMimeTypeArray.h17 class nsPluginElement; variable
63 nsMimeType(nsPIDOMWindowInner* aWindow, nsPluginElement* aPluginElement,
74 nsPluginElement* GetEnabledPlugin() const;
86 RefPtr<nsPluginElement> mPluginElement;
H A DnsMimeTypeArray.cpp166 nsPluginElement* aPluginElement, const nsAString& aType, in NS_IMPL_CYCLE_COLLECTION_ROOT_NATIVE()
193 nsPluginElement* nsMimeType::GetEnabledPlugin() const { in GetEnabledPlugin()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsPluginArray.cpp88 nsPluginElement *plugin = aPlugins[i]; in NS_IMPL_CYCLE_COLLECTING_RELEASE()
136 nsPluginElement*
143 nsPluginElement*
195 nsPluginElement*
225 static nsPluginElement*
242 nsPluginElement*
411 nsPluginElement::nsPluginElement(nsPIDOMWindowInner* aWindow, in NS_IMPL_CYCLE_COLLECTING_RELEASE()
418 nsPluginElement::~nsPluginElement() in ~nsPluginElement()
460 nsPluginElement::Item(uint32_t aIndex) in Item()
507 nsPluginElement::Length() in Length()
[all …]
H A DnsPluginArray.h16 class nsPluginElement; variable
46 static void NotifyHiddenPluginTouched(nsPluginElement* aElement);
50 nsPluginElement* Item(uint32_t aIndex);
51 nsPluginElement* NamedItem(const nsAString& aName);
53 nsPluginElement* IndexedGetter(uint32_t aIndex, bool &aFound);
65 nsTArray<RefPtr<nsPluginElement> > mPlugins;
69 nsTArray<RefPtr<nsPluginElement> > mCTPPlugins;
72 class nsPluginElement final : public nsISupports,
77 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(nsPluginElement)
79 nsPluginElement(nsPIDOMWindowInner* aWindow,
[all …]
H A DnsMimeTypeArray.h16 class nsPluginElement; variable
61 nsPluginElement* aPluginElement,
75 nsPluginElement *GetEnabledPlugin() const;
87 RefPtr<nsPluginElement> mPluginElement;
H A DnsMimeTypeArray.cpp198 nsPluginElement* aPluginElement, in NS_IMPL_CYCLE_COLLECTION_ROOT_NATIVE()
234 nsPluginElement*
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsPluginArray.cpp36 mPlugins[0] = MakeRefPtr<nsPluginElement>(this, aWindow, kMainPluginName); in nsPluginArray()
46 MakeRefPtr<nsPluginElement>(this, aWindow, kExtraPluginNames[i]); in nsPluginArray()
72 nsPluginElement* nsPluginArray::NamedGetter(const nsAString& aName, in NamedGetter()
121 nsPluginElement::nsPluginElement(nsPluginArray* aPluginArray, in NS_IMPL_CYCLE_COLLECTING_RELEASE()
128 JSObject* nsPluginElement::WrapObject(JSContext* aCx, in WrapObject()
133 nsMimeType* nsPluginElement::IndexedGetter(uint32_t aIndex, bool& aFound) { in IndexedGetter()
141 void nsPluginElement::GetSupportedNames(nsTArray<nsString>& retval) { in GetSupportedNames()
145 uint32_t nsPluginElement::Length() { return MimeTypeArray()->Length(); } in Length()
147 NS_IMPL_CYCLE_COLLECTING_ADDREF(nsPluginElement)
148 NS_IMPL_CYCLE_COLLECTING_RELEASE(nsPluginElement)
[all …]
H A DnsPluginArray.h17 class nsPluginElement; variable
43 nsPluginElement* Item(uint32_t aIndex) { in Item()
48 nsPluginElement* NamedItem(const nsAString& aName) { in NamedItem()
53 nsPluginElement* IndexedGetter(uint32_t aIndex, bool& aFound);
55 nsPluginElement* NamedGetter(const nsAString& aName, bool& aFound);
68 mozilla::Array<RefPtr<nsPluginElement>, 5> mPlugins;
75 class nsPluginElement final : public nsISupports, public nsWrapperCache {
78 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(nsPluginElement)
80 explicit nsPluginElement(nsPluginArray* aPluginArray,
115 virtual ~nsPluginElement() = default;
H A DnsMimeTypeArray.h17 class nsPluginElement; variable
74 nsMimeType(nsPluginElement* aPluginElement, const nsAString& aName);
76 nsPluginElement* GetParentObject() const { return mPluginElement; } in GetParentObject()
86 already_AddRefed<nsPluginElement> EnabledPlugin() const { in EnabledPlugin()
110 RefPtr<nsPluginElement> mPluginElement;
H A DnsMimeTypeArray.cpp93 nsMimeType::nsMimeType(nsPluginElement* aPluginElement, const nsAString& aName) in NS_IMPL_CYCLE_COLLECTION_ROOT_NATIVE()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsPluginArray.h17 class nsPluginElement; variable
41 nsPluginElement* Item(uint32_t aIndex, mozilla::dom::CallerType aCallerType) { in Item()
45 nsPluginElement* NamedItem(const nsAString& aName, in NamedItem()
52 nsPluginElement* IndexedGetter(uint32_t aIndex, bool& aFound, in IndexedGetter()
57 nsPluginElement* NamedGetter(const nsAString& aName, bool& aFound, in NamedGetter()
75 class nsPluginElement final : public nsISupports, public nsWrapperCache {
78 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(nsPluginElement)
80 nsPluginElement() = delete;
139 virtual ~nsPluginElement() = default;
H A DnsPluginArray.cpp43 NS_IMPL_CYCLE_COLLECTING_ADDREF(nsPluginElement)
44 NS_IMPL_CYCLE_COLLECTING_RELEASE(nsPluginElement)
45 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(nsPluginElement)
50 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(nsPluginElement)
H A DnsMimeTypeArray.h17 class nsPluginElement; variable
98 nsPluginElement* GetEnabledPlugin() const { in GetEnabledPlugin()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsPluginArray.h17 class nsPluginElement; variable
41 nsPluginElement* Item(uint32_t aIndex, mozilla::dom::CallerType aCallerType) { in Item()
45 nsPluginElement* NamedItem(const nsAString& aName, in NamedItem()
52 nsPluginElement* IndexedGetter(uint32_t aIndex, bool& aFound, in IndexedGetter()
57 nsPluginElement* NamedGetter(const nsAString& aName, bool& aFound, in NamedGetter()
75 class nsPluginElement final : public nsISupports, public nsWrapperCache {
78 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(nsPluginElement)
80 nsPluginElement() = delete;
139 virtual ~nsPluginElement() = default;
H A DnsPluginArray.cpp43 NS_IMPL_CYCLE_COLLECTING_ADDREF(nsPluginElement)
44 NS_IMPL_CYCLE_COLLECTING_RELEASE(nsPluginElement)
45 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(nsPluginElement)
50 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(nsPluginElement)
H A DnsMimeTypeArray.h17 class nsPluginElement; variable
98 nsPluginElement* GetEnabledPlugin() const { in GetEnabledPlugin()