Home
last modified time | relevance | path

Searched refs:GetAPINamespace (Results 1 – 25 of 39) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/webidl-api/
H A DExtensionAPIBase.cpp171 GetGlobalObject(), GetAPINamespace(), aEventName, GetAPIObjectType(), in CreateEventManager()
179 GetAPINamespace(), aApiMethod, GetAPIObjectType(), GetAPIObjectId()); in CallFunctionNoReturn()
184 return new ExtensionAPICallSyncFunction(GetAPINamespace(), aApiMethod, in CallSyncFunction()
191 GetAPINamespace(), aApiMethod, GetAPIObjectType(), GetAPIObjectId()); in CallAsyncFunction()
196 return new ExtensionAPIGetProperty(GetAPINamespace(), aApiProperty, in GetProperty()
204 EType::eAddListener, GetAPINamespace(), aEventName, GetAPIObjectType(), in SendAddListener()
212 EType::eRemoveListener, GetAPINamespace(), aEventName, GetAPIObjectType(), in SendRemoveListener()
H A DExtensionMockAPI.h44 nsString GetAPINamespace() const override { return u"mockExtensionAPI"_ns; } in GetAPINamespace() function
H A DExtensionPort.h46 nsString GetAPINamespace() const override { return u"runtime"_ns; } in GetAPINamespace() function
H A DExtensionEventManager.h61 nsString GetAPINamespace() const override { return mAPINamespace; } in GetAPINamespace() function
H A DExtensionAPIBase.h34 virtual nsString GetAPINamespace() const = 0;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/webidl-api/
H A DExtensionAPIBase.cpp171 GetGlobalObject(), GetAPINamespace(), aEventName, GetAPIObjectType(), in CreateEventManager()
179 GetAPINamespace(), aApiMethod, GetAPIObjectType(), GetAPIObjectId()); in CallFunctionNoReturn()
184 return new ExtensionAPICallSyncFunction(GetAPINamespace(), aApiMethod, in CallSyncFunction()
191 GetAPINamespace(), aApiMethod, GetAPIObjectType(), GetAPIObjectId()); in CallAsyncFunction()
196 return new ExtensionAPIGetProperty(GetAPINamespace(), aApiProperty, in GetProperty()
204 EType::eAddListener, GetAPINamespace(), aEventName, GetAPIObjectType(), in SendAddListener()
212 EType::eRemoveListener, GetAPINamespace(), aEventName, GetAPIObjectType(), in SendRemoveListener()
H A DExtensionMockAPI.h44 nsString GetAPINamespace() const override { return u"mockExtensionAPI"_ns; } in GetAPINamespace() function
H A DExtensionPort.h46 nsString GetAPINamespace() const override { return u"runtime"_ns; } in GetAPINamespace() function
H A DExtensionEventManager.h61 nsString GetAPINamespace() const override { return mAPINamespace; } in GetAPINamespace() function
H A DExtensionAPIBase.h34 virtual nsString GetAPINamespace() const = 0;
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/webidl-api/
H A DExtensionAPIBase.cpp301 GetGlobalObject(), GetExtensionBrowser(), GetAPINamespace(), aEventName, in CreateEventManager()
309 GetAPINamespace(), aApiMethod, GetAPIObjectType(), GetAPIObjectId()); in CallFunctionNoReturn()
314 return new ExtensionAPICallSyncFunction(GetAPINamespace(), aApiMethod, in CallSyncFunction()
321 GetAPINamespace(), aApiMethod, GetAPIObjectType(), GetAPIObjectId()); in CallAsyncFunction()
326 return new ExtensionAPIGetProperty(GetAPINamespace(), aApiProperty, in GetProperty()
334 EType::eAddListener, GetAPINamespace(), aEventName, GetAPIObjectType(), in SendAddListener()
342 EType::eRemoveListener, GetAPINamespace(), aEventName, GetAPIObjectType(), in SendRemoveListener()
H A DExtensionAlarms.h49 nsString GetAPINamespace() const override { return u"alarms"_ns; } in GetAPINamespace() function
H A DExtensionMockAPI.h49 nsString GetAPINamespace() const override { return u"mockExtensionAPI"_ns; } in GetAPINamespace() function
H A DExtensionRuntime.h55 nsString GetAPINamespace() const override { return u"runtime"_ns; } in GetAPINamespace() function
H A DExtensionEventManager.h65 nsString GetAPINamespace() const override { return mAPINamespace; } in GetAPINamespace() function
H A DExtensionPort.h55 nsString GetAPINamespace() const override { return u"runtime"_ns; } in GetAPINamespace() function
H A DExtensionTest.h51 nsString GetAPINamespace() const override { return u"test"_ns; } in GetAPINamespace() function
H A DExtensionAPI.h.in49 nsString GetAPINamespace() const override { return u"{{ api_namespace }}"_ns; } function
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/guest_view/app_view/
H A Dapp_view_guest.h59 const char* GetAPINamespace() const final;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/guest_view/app_view/
H A Dapp_view_guest.h59 const char* GetAPINamespace() const final;
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/guest_view/extension_options/
H A Dextension_options_guest.h35 const char* GetAPINamespace() const final;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/guest_view/extension_options/
H A Dextension_options_guest.h35 const char* GetAPINamespace() const final;
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/guest_view/
H A Dextensions_guest_view_manager_delegate.cc86 FeatureProvider::GetAPIFeature(guest->GetAPINamespace()); in IsGuestAvailableToContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/guest_view/
H A Dextensions_guest_view_manager_delegate.cc85 FeatureProvider::GetAPIFeature(guest->GetAPINamespace()); in IsGuestAvailableToContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_guest.h123 const char* GetAPINamespace() const final;

12