Lines Matching refs:nsGlobalWindowInner

347 nsGlobalWindowInner::InnerWindowByIdTable*
348 nsGlobalWindowInner::sInnerWindowsById = nullptr;
350 bool nsGlobalWindowInner::sDragServiceDisabled = false;
351 bool nsGlobalWindowInner::sMouseDown = false;
361 explicit nsGlobalWindowObserver(nsGlobalWindowInner* aWindow) in nsGlobalWindowObserver()
403 nsGlobalWindowInner* MOZ_NON_OWNING_REF mWindow;
440 explicit IdleRequestExecutor(nsGlobalWindowInner* aWindow) in IdleRequestExecutor()
486 RefPtr<nsGlobalWindowInner> mWindow;
623 void nsGlobalWindowInner::ScheduleIdleRequestDispatch() { in ScheduleIdleRequestDispatch()
633 void nsGlobalWindowInner::SuspendIdleRequests() { in SuspendIdleRequests()
640 void nsGlobalWindowInner::ResumeIdleRequests() { in ResumeIdleRequests()
646 void nsGlobalWindowInner::RemoveIdleCallback( in RemoveIdleCallback()
658 nsresult nsGlobalWindowInner::RunIdleRequest(IdleRequest* aRequest, in RunIdleRequest()
667 nsresult nsGlobalWindowInner::ExecuteIdleRequest(TimeStamp aDeadline) { in ExecuteIdleRequest()
713 return nsGlobalWindowInner::Cast(mWindow)->RunIdleRequest(mIdleRequest, 0.0, in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
733 uint32_t nsGlobalWindowInner::RequestIdleCallback( in NS_IMPL_CYCLE_COLLECTION_INHERITED()
771 void nsGlobalWindowInner::CancelIdleCallback(uint32_t aHandle) { in CancelIdleCallback()
780 void nsGlobalWindowInner::DisableIdleCallbackRequests() { in DisableIdleCallbackRequests()
792 bool nsGlobalWindowInner::IsBackgroundInternal() const { in IsBackgroundInternal()
828 nsGlobalWindowInner::nsGlobalWindowInner(nsGlobalWindowOuter* aOuterWindow) in nsGlobalWindowInner() function in nsGlobalWindowInner
874 *nsGlobalWindowInner::Cast(AsInner())); in nsGlobalWindowInner()
962 void nsGlobalWindowInner::AssertIsOnMainThread() { in AssertIsOnMainThread()
969 void nsGlobalWindowInner::Init() { in Init()
978 nsGlobalWindowInner::~nsGlobalWindowInner() { in ~nsGlobalWindowInner()
1066 void nsGlobalWindowInner::ShutDown() { in ShutDown()
1079 void nsGlobalWindowInner::CleanupCachedXBLHandlers() { in CleanupCachedXBLHandlers()
1085 void nsGlobalWindowInner::CleanUp() { in CleanUp()
1184 void nsGlobalWindowInner::FreeInnerObjects(bool aForDocumentOpen) { in FreeInnerObjects()
1324 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(nsGlobalWindowInner)
1345 NS_IMPL_CYCLE_COLLECTING_ADDREF(nsGlobalWindowInner)
1346 NS_IMPL_CYCLE_COLLECTING_RELEASE(nsGlobalWindowInner)
1348 NS_IMPL_CYCLE_COLLECTION_CAN_SKIP_BEGIN(nsGlobalWindowInner)
1370 NS_IMPL_CYCLE_COLLECTION_CAN_SKIP_IN_CC_BEGIN(nsGlobalWindowInner)
1374 NS_IMPL_CYCLE_COLLECTION_CAN_SKIP_THIS_BEGIN(nsGlobalWindowInner)
1378 NS_IMPL_CYCLE_COLLECTION_CLASS(nsGlobalWindowInner)
1380 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INTERNAL(nsGlobalWindowInner)
1391 NS_IMPL_CYCLE_COLLECTION_DESCRIBE(nsGlobalWindowInner, tmp->mRefCnt.get())
1474 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(nsGlobalWindowInner)
1575 void nsGlobalWindowInner::RiskyUnlink() { in RiskyUnlink()
1580 NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN(nsGlobalWindowInner)
1590 bool nsGlobalWindowInner::IsBlackForCC(bool aTracingNeeded) { in IsBlackForCC()
1605 nsresult nsGlobalWindowInner::EnsureScriptEnvironment() { in EnsureScriptEnvironment()
1616 nsIScriptContext* nsGlobalWindowInner::GetScriptContext() { in GetScriptContext()
1624 JSObject* nsGlobalWindowInner::GetGlobalJSObject() { in GetGlobalJSObject()
1628 void nsGlobalWindowInner::TraceGlobalJSObject(JSTracer* aTrc) { in TraceGlobalJSObject()
1632 PopupControlState nsGlobalWindowInner::GetPopupControlState() const { in GetPopupControlState()
1636 nsresult nsGlobalWindowInner::SetNewDocument(nsIDocument* aDocument, in SetNewDocument()
1657 void nsGlobalWindowInner::InnerSetNewDocument(JSContext* aCx, in InnerSetNewDocument()
1685 nsresult nsGlobalWindowInner::EnsureClientSource() { in EnsureClientSource()
1855 nsresult nsGlobalWindowInner::ExecutionReady() { in ExecutionReady()
1865 void nsGlobalWindowInner::SetOpenerWindow(nsPIDOMWindowOuter* aOpener, in SetOpenerWindow()
1870 void nsGlobalWindowInner::UpdateParentTarget() { in UpdateParentTarget()
1905 EventTarget* nsGlobalWindowInner::GetTargetForDOMEvent() { in GetTargetForDOMEvent()
1909 EventTarget* nsGlobalWindowInner::GetTargetForEventTargetChain() { in GetTargetForEventTargetChain()
1913 nsresult nsGlobalWindowInner::WillHandleEvent(EventChainPostVisitor& aVisitor) { in WillHandleEvent()
1917 nsresult nsGlobalWindowInner::GetEventTargetParent( in GetEventTargetParent()
1958 bool nsGlobalWindowInner::DialogsAreBeingAbused() { in DialogsAreBeingAbused()
1984 void nsGlobalWindowInner::DisableDialogs() { in DisableDialogs()
1988 void nsGlobalWindowInner::EnableDialogs() { in EnableDialogs()
1992 nsresult nsGlobalWindowInner::PostHandleEvent(EventChainPostVisitor& aVisitor) { in PostHandleEvent()
2089 nsresult nsGlobalWindowInner::DefineArgumentsProperty(nsIArray* aArguments) { in DefineArgumentsProperty()
2101 nsIPrincipal* nsGlobalWindowInner::GetPrincipal() { in GetPrincipal()
2159 nsGlobalWindowInner* nsGlobalWindowInner::Window() { return this; } in Window()
2161 nsGlobalWindowInner* nsGlobalWindowInner::Self() { return this; } in Self()
2171 nsScreen* nsGlobalWindowInner::GetScreen(ErrorResult& aError) { in GetScreen()
2183 nsIDOMScreen* nsGlobalWindowInner::GetScreen() { in GetScreen()
2190 nsHistory* nsGlobalWindowInner::GetHistory(ErrorResult& aError) { in GetHistory()
2198 CustomElementRegistry* nsGlobalWindowInner::CustomElements() { in CustomElements()
2230 return nsGlobalWindowInner::Cast(this)->IsSecureContext(); in IsSecureContext()
2234 nsGlobalWindowInner::Cast(this)->Suspend(); in Suspend()
2237 void nsPIDOMWindowInner::Resume() { nsGlobalWindowInner::Cast(this)->Resume(); } in Resume()
2239 void nsPIDOMWindowInner::Freeze() { nsGlobalWindowInner::Cast(this)->Freeze(); } in Freeze()
2241 void nsPIDOMWindowInner::Thaw() { nsGlobalWindowInner::Cast(this)->Thaw(); } in Thaw()
2244 nsGlobalWindowInner::Cast(this)->SyncStateFromParentWindow(); in SyncStateFromParentWindow()
2248 return Move(nsGlobalWindowInner::Cast(this)->GetClientInfo()); in GetClientInfo()
2252 return Move(nsGlobalWindowInner::Cast(this)->GetClientState()); in GetClientState()
2256 return Move(nsGlobalWindowInner::Cast(this)->GetController()); in GetController()
2263 nsGlobalWindowInner::Cast(this)->GetOrCreateServiceWorker(aDescriptor)); in GetOrCreateServiceWorker()
2268 nsGlobalWindowInner::Cast(this)->NoteCalledRegisterForServiceWorkerScope( in NoteCalledRegisterForServiceWorkerScope()
2272 bool nsGlobalWindowInner::ShouldReportForServiceWorkerScope( in ShouldReportForServiceWorkerScope()
2279 nsGlobalWindowInner* topInner = in ShouldReportForServiceWorkerScope()
2280 nsGlobalWindowInner::Cast(topOuter->GetCurrentInnerWindow()); in ShouldReportForServiceWorkerScope()
2288 nsGlobalWindowInner::CallState
2289 nsGlobalWindowInner::ShouldReportForServiceWorkerScopeInternal( in ShouldReportForServiceWorkerScopeInternal()
2356 &nsGlobalWindowInner::ShouldReportForServiceWorkerScopeInternal, aScope, in ShouldReportForServiceWorkerScopeInternal()
2360 void nsGlobalWindowInner::NoteCalledRegisterForServiceWorkerScope( in NoteCalledRegisterForServiceWorkerScope()
2369 void nsGlobalWindowInner::UpdateTopInnerWindow() { in UpdateTopInnerWindow()
2436 nsGlobalWindowInner* window = nsGlobalWindowInner::Cast(this); in TryToCacheTopInnerWindow()
2520 SpeechSynthesis* nsGlobalWindowInner::GetSpeechSynthesis(ErrorResult& aError) { in GetSpeechSynthesis()
2528 bool nsGlobalWindowInner::HasActiveSpeechSynthesis() { in HasActiveSpeechSynthesis()
2538 already_AddRefed<nsPIDOMWindowOuter> nsGlobalWindowInner::GetParent( in GetParent()
2550 nsPIDOMWindowOuter* nsGlobalWindowInner::GetScriptableParent() { in GetScriptableParent()
2558 nsPIDOMWindowOuter* nsGlobalWindowInner::GetScriptableParentOrNull() { in GetScriptableParentOrNull()
2569 nsPIDOMWindowOuter* nsGlobalWindowInner::GetScriptableTop() { in GetScriptableTop()
2573 void nsGlobalWindowInner::GetContent(JSContext* aCx, in GetContent()
2581 BarProp* nsGlobalWindowInner::GetMenubar(ErrorResult& aError) { in GetMenubar()
2589 BarProp* nsGlobalWindowInner::GetToolbar(ErrorResult& aError) { in GetToolbar()
2597 BarProp* nsGlobalWindowInner::GetLocationbar(ErrorResult& aError) { in GetLocationbar()
2604 BarProp* nsGlobalWindowInner::GetPersonalbar(ErrorResult& aError) { in GetPersonalbar()
2611 BarProp* nsGlobalWindowInner::GetStatusbar(ErrorResult& aError) { in GetStatusbar()
2618 BarProp* nsGlobalWindowInner::GetScrollbars(ErrorResult& aError) { in GetScrollbars()
2626 bool nsGlobalWindowInner::GetClosed(ErrorResult& aError) { in GetClosed()
2630 already_AddRefed<nsIDOMWindowCollection> nsGlobalWindowInner::GetFrames() { in GetFrames()
2634 already_AddRefed<nsPIDOMWindowOuter> nsGlobalWindowInner::IndexedGetter( in IndexedGetter()
2639 bool nsGlobalWindowInner::DoResolve( in DoResolve()
2667 bool nsGlobalWindowInner::MayResolve(jsid aId) { in MayResolve()
2702 void nsGlobalWindowInner::GetOwnPropertyNames(JSContext* aCx, in GetOwnPropertyNames()
2762 /* static */ bool nsGlobalWindowInner::IsPrivilegedChromeWindow( in IsPrivilegedChromeWindow()
2770 /* static */ bool nsGlobalWindowInner::OfflineCacheAllowedForContext( in OfflineCacheAllowedForContext()
2776 /* static */ bool nsGlobalWindowInner::IsRequestIdleCallbackEnabled( in IsRequestIdleCallbackEnabled()
2783 /* static */ bool nsGlobalWindowInner::RegisterProtocolHandlerAllowedForContext( in RegisterProtocolHandlerAllowedForContext()
2789 /* static */ bool nsGlobalWindowInner::DeviceSensorsEnabled(JSContext* aCx, in DeviceSensorsEnabled()
2794 nsIDOMOfflineResourceList* nsGlobalWindowInner::GetApplicationCache( in GetApplicationCache()
2825 nsGlobalWindowInner::GetApplicationCache() { in GetApplicationCache()
2833 Crypto* nsGlobalWindowInner::GetCrypto(ErrorResult& aError) { in GetCrypto()
2840 mozilla::dom::U2F* nsGlobalWindowInner::GetU2f(ErrorResult& aError) { in GetU2f()
2853 nsIControllers* nsGlobalWindowInner::GetControllers(ErrorResult& aError) { in GetControllers()
2857 nsresult nsGlobalWindowInner::GetControllers(nsIControllers** aResult) { in GetControllers()
2865 nsPIDOMWindowOuter* nsGlobalWindowInner::GetOpenerWindow(ErrorResult& aError) { in GetOpenerWindow()
2869 void nsGlobalWindowInner::GetOpener(JSContext* aCx, in GetOpener()
2881 void nsGlobalWindowInner::SetOpener(JSContext* aCx, in SetOpener()
2932 void nsGlobalWindowInner::GetStatus(nsAString& aStatus, ErrorResult& aError) { in GetStatus()
2936 void nsGlobalWindowInner::SetStatus(const nsAString& aStatus, in SetStatus()
2941 void nsGlobalWindowInner::GetName(nsAString& aName, ErrorResult& aError) { in GetName()
2945 void nsGlobalWindowInner::SetName(const nsAString& aName, in SetName()
2950 int32_t nsGlobalWindowInner::GetInnerWidth(CallerType aCallerType, in GetInnerWidth()
2959 void nsGlobalWindowInner::GetInnerWidth(JSContext* aCx, in GetInnerWidth()
2963 GetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::GetInnerWidth, aValue, in GetInnerWidth()
2967 nsresult nsGlobalWindowInner::GetInnerWidth(int32_t* aInnerWidth) { in GetInnerWidth()
2975 void nsGlobalWindowInner::SetInnerWidth(int32_t aInnerWidth, in SetInnerWidth()
2982 void nsGlobalWindowInner::SetInnerWidth(JSContext* aCx, in SetInnerWidth()
2986 SetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::SetInnerWidth, aValue, in SetInnerWidth()
2990 int32_t nsGlobalWindowInner::GetInnerHeight(CallerType aCallerType, in GetInnerHeight()
2999 void nsGlobalWindowInner::GetInnerHeight(JSContext* aCx, in GetInnerHeight()
3003 GetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::GetInnerHeight, aValue, in GetInnerHeight()
3007 nsresult nsGlobalWindowInner::GetInnerHeight(int32_t* aInnerHeight) { in GetInnerHeight()
3015 void nsGlobalWindowInner::SetInnerHeight(int32_t aInnerHeight, in SetInnerHeight()
3022 void nsGlobalWindowInner::SetInnerHeight(JSContext* aCx, in SetInnerHeight()
3026 SetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::SetInnerHeight, aValue, in SetInnerHeight()
3030 int32_t nsGlobalWindowInner::GetOuterWidth(CallerType aCallerType, in GetOuterWidth()
3036 void nsGlobalWindowInner::GetOuterWidth(JSContext* aCx, in GetOuterWidth()
3040 GetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::GetOuterWidth, aValue, in GetOuterWidth()
3044 int32_t nsGlobalWindowInner::GetOuterHeight(CallerType aCallerType, in GetOuterHeight()
3050 void nsGlobalWindowInner::GetOuterHeight(JSContext* aCx, in GetOuterHeight()
3054 GetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::GetOuterHeight, aValue, in GetOuterHeight()
3058 void nsGlobalWindowInner::SetOuterWidth(int32_t aOuterWidth, in SetOuterWidth()
3065 void nsGlobalWindowInner::SetOuterWidth(JSContext* aCx, in SetOuterWidth()
3069 SetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::SetOuterWidth, aValue, in SetOuterWidth()
3073 void nsGlobalWindowInner::SetOuterHeight(int32_t aOuterHeight, in SetOuterHeight()
3080 void nsGlobalWindowInner::SetOuterHeight(JSContext* aCx, in SetOuterHeight()
3084 SetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::SetOuterHeight, aValue, in SetOuterHeight()
3088 int32_t nsGlobalWindowInner::GetScreenX(CallerType aCallerType, in GetScreenX()
3093 void nsGlobalWindowInner::GetScreenX(JSContext* aCx, in GetScreenX()
3097 GetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::GetScreenX, aValue, in GetScreenX()
3101 float nsGlobalWindowInner::GetMozInnerScreenX(CallerType aCallerType, in GetMozInnerScreenX()
3106 float nsGlobalWindowInner::GetMozInnerScreenY(CallerType aCallerType, in GetMozInnerScreenY()
3111 double nsGlobalWindowInner::GetDevicePixelRatio(CallerType aCallerType, in GetDevicePixelRatio()
3117 uint64_t nsGlobalWindowInner::GetMozPaintCount(ErrorResult& aError) { in GetMozPaintCount()
3121 int32_t nsGlobalWindowInner::RequestAnimationFrame( in RequestAnimationFrame()
3136 void nsGlobalWindowInner::CancelAnimationFrame(int32_t aHandle, in CancelAnimationFrame()
3145 already_AddRefed<MediaQueryList> nsGlobalWindowInner::MatchMedia( in MatchMedia()
3156 void nsGlobalWindowInner::SetScreenX(int32_t aScreenX, CallerType aCallerType, in SetScreenX()
3162 void nsGlobalWindowInner::SetScreenX(JSContext* aCx, in SetScreenX()
3166 SetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::SetScreenX, aValue, in SetScreenX()
3170 int32_t nsGlobalWindowInner::GetScreenY(CallerType aCallerType, in GetScreenY()
3175 void nsGlobalWindowInner::GetScreenY(JSContext* aCx, in GetScreenY()
3179 GetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::GetScreenY, aValue, in GetScreenY()
3183 void nsGlobalWindowInner::SetScreenY(int32_t aScreenY, CallerType aCallerType, in SetScreenY()
3189 void nsGlobalWindowInner::SetScreenY(JSContext* aCx, in SetScreenY()
3193 SetReplaceableWindowCoord(aCx, &nsGlobalWindowInner::SetScreenY, aValue, in SetScreenY()
3197 int32_t nsGlobalWindowInner::GetScrollMinX(ErrorResult& aError) { in GetScrollMinX()
3201 int32_t nsGlobalWindowInner::GetScrollMinY(ErrorResult& aError) { in GetScrollMinY()
3205 int32_t nsGlobalWindowInner::GetScrollMaxX(ErrorResult& aError) { in GetScrollMaxX()
3209 int32_t nsGlobalWindowInner::GetScrollMaxY(ErrorResult& aError) { in GetScrollMaxY()
3213 double nsGlobalWindowInner::GetScrollX(ErrorResult& aError) { in GetScrollX()
3217 double nsGlobalWindowInner::GetScrollY(ErrorResult& aError) { in GetScrollY()
3221 uint32_t nsGlobalWindowInner::Length() { FORWARD_TO_OUTER(Length, (), 0); } in Length()
3223 already_AddRefed<nsPIDOMWindowOuter> nsGlobalWindowInner::GetTop( in GetTop()
3228 nsPIDOMWindowOuter* nsGlobalWindowInner::GetChildWindow( in GetChildWindow()
3236 void nsGlobalWindowInner::RefreshCompartmentPrincipal() { in RefreshCompartmentPrincipal()
3242 already_AddRefed<nsIWidget> nsGlobalWindowInner::GetMainWidget() { in GetMainWidget()
3246 nsIWidget* nsGlobalWindowInner::GetNearestWidget() const { in GetNearestWidget()
3253 void nsGlobalWindowInner::SetFullScreen(bool aFullScreen, in SetFullScreen()
3259 bool nsGlobalWindowInner::GetFullScreen(ErrorResult& aError) { in GetFullScreen()
3263 bool nsGlobalWindowInner::GetFullScreen() { in GetFullScreen()
3270 void nsGlobalWindowInner::Dump(const nsAString& aStr) { in Dump()
3302 void nsGlobalWindowInner::Alert(nsIPrincipal& aSubjectPrincipal, in Alert()
3307 void nsGlobalWindowInner::Alert(const nsAString& aMessage, in Alert()
3314 bool nsGlobalWindowInner::Confirm(const nsAString& aMessage, in Confirm()
3321 already_AddRefed<Promise> nsGlobalWindowInner::Fetch( in Fetch()
3327 void nsGlobalWindowInner::Prompt(const nsAString& aMessage, in Prompt()
3336 void nsGlobalWindowInner::Focus(ErrorResult& aError) { in Focus()
3340 nsresult nsGlobalWindowInner::Focus() { in Focus()
3347 void nsGlobalWindowInner::Blur(ErrorResult& aError) { in Blur()
3351 void nsGlobalWindowInner::Back(ErrorResult& aError) { in Back()
3355 void nsGlobalWindowInner::Forward(ErrorResult& aError) { in Forward()
3359 void nsGlobalWindowInner::Home(nsIPrincipal& aSubjectPrincipal, in Home()
3364 void nsGlobalWindowInner::Stop(ErrorResult& aError) { in Stop()
3369 bool nsGlobalWindowInner::IsWindowPrintEnabled(JSContext*, JSObject*) { in IsWindowPrintEnabled()
3379 void nsGlobalWindowInner::Print(ErrorResult& aError) { in Print()
3383 void nsGlobalWindowInner::MoveTo(int32_t aXPos, int32_t aYPos, in MoveTo()
3389 void nsGlobalWindowInner::MoveBy(int32_t aXDif, int32_t aYDif, in MoveBy()
3395 void nsGlobalWindowInner::ResizeTo(int32_t aWidth, int32_t aHeight, in ResizeTo()
3402 void nsGlobalWindowInner::ResizeBy(int32_t aWidthDif, int32_t aHeightDif, in ResizeBy()
3409 void nsGlobalWindowInner::SizeToContent(CallerType aCallerType, in SizeToContent()
3415 already_AddRefed<nsPIWindowRoot> nsGlobalWindowInner::GetTopWindowRoot() { in GetTopWindowRoot()
3423 void nsGlobalWindowInner::Scroll(double aXScroll, double aYScroll) { in Scroll()
3430 void nsGlobalWindowInner::ScrollTo(double aXScroll, double aYScroll) { in ScrollTo()
3437 void nsGlobalWindowInner::ScrollTo(const ScrollToOptions& aOptions) { in ScrollTo()
3463 void nsGlobalWindowInner::Scroll(const ScrollToOptions& aOptions) { in Scroll()
3467 void nsGlobalWindowInner::ScrollTo(const CSSIntPoint& aScroll, in ScrollTo()
3503 void nsGlobalWindowInner::ScrollBy(double aXScrollDif, double aYScrollDif) { in ScrollBy()
3519 void nsGlobalWindowInner::ScrollBy(const ScrollToOptions& aOptions) { in ScrollBy()
3536 void nsGlobalWindowInner::ScrollByLines(int32_t numLines, in ScrollByLines()
3553 void nsGlobalWindowInner::ScrollByPages(int32_t numPages, in ScrollByPages()
3570 void nsGlobalWindowInner::MozScrollSnap() { in MozScrollSnap()
3578 void nsGlobalWindowInner::ClearTimeout(int32_t aHandle) { in ClearTimeout()
3584 void nsGlobalWindowInner::ClearInterval(int32_t aHandle) { in ClearInterval()
3590 void nsGlobalWindowInner::SetResizable(bool aResizable) const { in SetResizable()
3594 void nsGlobalWindowInner::CaptureEvents() { in CaptureEvents()
3600 void nsGlobalWindowInner::ReleaseEvents() { in ReleaseEvents()
3606 already_AddRefed<nsPIDOMWindowOuter> nsGlobalWindowInner::Open( in Open()
3613 already_AddRefed<nsPIDOMWindowOuter> nsGlobalWindowInner::OpenDialog( in OpenDialog()
3622 already_AddRefed<nsPIDOMWindowOuter> nsGlobalWindowInner::GetFrames( in GetFrames()
3627 nsGlobalWindowInner* nsGlobalWindowInner::CallerInnerWindow() { in CallerInnerWindow()
3657 return nsGlobalWindowInner::Cast(win); in CallerInnerWindow()
3660 void nsGlobalWindowInner::PostMessageMoz(JSContext* aCx, in PostMessageMoz()
3672 void nsGlobalWindowInner::PostMessageMoz(JSContext* aCx, in PostMessageMoz()
3690 void nsGlobalWindowInner::Close(ErrorResult& aError) { in Close()
3695 nsresult nsGlobalWindowInner::Close() { in Close()
3699 void nsGlobalWindowInner::ReallyCloseWindow() { in ReallyCloseWindow()
3703 bool nsGlobalWindowInner::IsInModalState() { in IsInModalState()
3708 void nsGlobalWindowInner::NotifyDOMWindowDestroyed( in NotifyDOMWindowDestroyed()
3709 nsGlobalWindowInner* aWindow) { in NotifyDOMWindowDestroyed()
3717 void nsGlobalWindowInner::NotifyWindowIDDestroyed(const char* aTopic) { in NotifyWindowIDDestroyed()
3724 void nsGlobalWindowInner::NotifyDOMWindowFrozen(nsGlobalWindowInner* aWindow) { in NotifyDOMWindowFrozen()
3736 void nsGlobalWindowInner::NotifyDOMWindowThawed(nsGlobalWindowInner* aWindow) { in NotifyDOMWindowThawed()
3747 JSObject* nsGlobalWindowInner::GetCachedXBLPrototypeHandler( in GetCachedXBLPrototypeHandler()
3756 void nsGlobalWindowInner::CacheXBLPrototypeHandler( in CacheXBLPrototypeHandler()
3766 Element* nsGlobalWindowInner::GetFrameElement(nsIPrincipal& aSubjectPrincipal, in GetFrameElement()
3772 Element* nsGlobalWindowInner::GetRealFrameElement(ErrorResult& aError) { in GetRealFrameElement()
3780 already_AddRefed<nsIDOMElement> nsGlobalWindowInner::GetFrameElement() { in GetFrameElement()
3788 /* static */ bool nsGlobalWindowInner::TokenizeDialogOptions( in TokenizeDialogOptions()
3822 void nsGlobalWindowInner::ConvertDialogOptions(const nsAString& aOptions, in ConvertDialogOptions()
3905 void nsGlobalWindowInner::UpdateCommands(const nsAString& anAction, in UpdateCommands()
3912 Selection* nsGlobalWindowInner::GetSelection(ErrorResult& aError) { in GetSelection()
3916 bool nsGlobalWindowInner::Find(const nsAString& aString, bool aCaseSensitive, in Find()
3926 void nsGlobalWindowInner::GetOrigin(nsAString& aOrigin) { in GetOrigin()
3930 void nsGlobalWindowInner::Atob(const nsAString& aAsciiBase64String, in Atob()
3935 void nsGlobalWindowInner::Btoa(const nsAString& aBinaryData, in Btoa()
3945 nsPIDOMWindowOuter* nsGlobalWindowInner::GetOwnerGlobalForBindings() { in GetOwnerGlobalForBindings()
3950 nsGlobalWindowInner::RemoveEventListener(const nsAString& aType, in RemoveEventListener()
3959 NS_IMPL_REMOVE_SYSTEM_EVENT_LISTENER(nsGlobalWindowInner) in NS_IMPL_REMOVE_SYSTEM_EVENT_LISTENER() argument
3962 nsGlobalWindowInner::DispatchEvent(nsIDOMEvent* aEvent, bool* aRetVal) { in NS_IMPL_REMOVE_SYSTEM_EVENT_LISTENER()
3986 nsGlobalWindowInner::AddEventListener(const nsAString& aType, in AddEventListener()
4006 void nsGlobalWindowInner::AddEventListener( in AddEventListener()
4027 nsGlobalWindowInner::AddSystemEventListener(const nsAString& aType, in AddSystemEventListener()
4046 EventListenerManager* nsGlobalWindowInner::GetOrCreateListenerManager() { in GetOrCreateListenerManager()
4055 EventListenerManager* nsGlobalWindowInner::GetExistingListenerManager() const { in GetExistingListenerManager()
4059 nsIScriptContext* nsGlobalWindowInner::GetContextForEventHandlers( in GetContextForEventHandlers()
4069 nsPIDOMWindowOuter* nsGlobalWindowInner::GetPrivateRoot() { in GetPrivateRoot()
4078 Location* nsGlobalWindowInner::GetLocation() { in GetLocation()
4086 bool nsGlobalWindowInner::IsTopLevelWindowActive() { in IsTopLevelWindowActive()
4093 void nsGlobalWindowInner::MaybeUpdateTouchState() { in MaybeUpdateTouchState()
4105 void nsGlobalWindowInner::EnableGamepadUpdates() { in EnableGamepadUpdates()
4114 void nsGlobalWindowInner::DisableGamepadUpdates() { in DisableGamepadUpdates()
4123 void nsGlobalWindowInner::EnableVRUpdates() { in EnableVRUpdates()
4129 void nsGlobalWindowInner::DisableVRUpdates() { in DisableVRUpdates()
4136 void nsGlobalWindowInner::ResetVRTelemetry(bool aUpdate) { in ResetVRTelemetry()
4150 void nsGlobalWindowInner::SetFocusedNode(nsIContent* aNode, in SetFocusedNode()
4192 uint32_t nsGlobalWindowInner::GetFocusMethod() { return mFocusMethod; } in GetFocusMethod()
4194 bool nsGlobalWindowInner::ShouldShowFocusRing() { in ShouldShowFocusRing()
4203 bool nsGlobalWindowInner::TakeFocus(bool aFocus, uint32_t aFocusMethod) { in TakeFocus()
4229 void nsGlobalWindowInner::SetReadyForFocus() { in SetReadyForFocus()
4239 void nsGlobalWindowInner::PageHidden() { in PageHidden()
4255 nsGlobalWindowInner* aWindow) in HashchangeCallback()
4270 RefPtr<nsGlobalWindowInner> mWindow;
4273 nsresult nsGlobalWindowInner::DispatchAsyncHashchange(nsIURI* aOldURI, in DispatchAsyncHashchange()
4302 nsresult nsGlobalWindowInner::FireHashchange(const nsAString& aOldURL, in FireHashchange()
4327 nsresult nsGlobalWindowInner::DispatchSyncPopState() { in DispatchSyncPopState()
4389 void nsGlobalWindowInner::UpdateCanvasFocus(bool aFocusChanged, in UpdateCanvasFocus()
4427 already_AddRefed<nsICSSDeclaration> nsGlobalWindowInner::GetComputedStyle( in GetComputedStyle()
4433 nsGlobalWindowInner::GetDefaultComputedStyle(Element& aElt, in GetDefaultComputedStyle()
4439 nsresult nsGlobalWindowInner::GetComputedStyleHelper( in GetComputedStyleHelper()
4458 already_AddRefed<nsICSSDeclaration> nsGlobalWindowInner::GetComputedStyleHelper( in GetComputedStyleHelper()
4466 Storage* nsGlobalWindowInner::GetSessionStorage(ErrorResult& aError) { in GetSessionStorage()
4545 Storage* nsGlobalWindowInner::GetLocalStorage(ErrorResult& aError) { in GetLocalStorage()
4593 IDBFactory* nsGlobalWindowInner::GetIndexedDB(ErrorResult& aError) { in GetIndexedDB()
4602 void nsGlobalWindowInner::AddPendingPromise(mozilla::dom::Promise* aPromise) { in AddPendingPromise()
4606 void nsGlobalWindowInner::RemovePendingPromise( in RemovePendingPromise()
4618 nsGlobalWindowInner::GetInterface(const nsIID& aIID, void** aSink) { in GetInterface()
4629 void nsGlobalWindowInner::GetInterface(JSContext* aCx, nsIJSID* aIID, in GetInterface()
4635 already_AddRefed<CacheStorage> nsGlobalWindowInner::GetCaches( in GetCaches()
4658 void nsGlobalWindowInner::FireOfflineStatusEventIfChanged() { in FireOfflineStatusEventIfChanged()
4695 bool aCallOnidle, nsGlobalWindowInner* aIdleWindow) in NotifyIdleObserverRunnable()
4712 RefPtr<nsGlobalWindowInner> mIdleWindow;
4718 void nsGlobalWindowInner::NotifyIdleObserver( in NotifyIdleObserver()
4731 bool nsGlobalWindowInner::ContainsIdleObserver(nsIIdleObserver* aIdleObserver, in ContainsIdleObserver()
4748 RefPtr<nsGlobalWindowInner> idleWindow = in IdleActiveTimerCallback()
4749 static_cast<nsGlobalWindowInner*>(aClosure); in IdleActiveTimerCallback()
4755 RefPtr<nsGlobalWindowInner> idleWindow = in IdleObserverTimerCallback()
4756 static_cast<nsGlobalWindowInner*>(aClosure); in IdleObserverTimerCallback()
4761 void nsGlobalWindowInner::HandleIdleObserverCallback() { in HandleIdleObserverCallback()
4774 nsresult nsGlobalWindowInner::ScheduleNextIdleObserverCallback() { in ScheduleNextIdleObserverCallback()
4804 uint32_t nsGlobalWindowInner::GetFuzzTimeMS() { in GetFuzzTimeMS()
4823 nsresult nsGlobalWindowInner::ScheduleActiveTimerCallback() { in ScheduleActiveTimerCallback()
4839 nsresult nsGlobalWindowInner::HandleIdleActiveEvent() { in HandleIdleActiveEvent()
4862 nsGlobalWindowInner::SlowScriptResponse
4863 nsGlobalWindowInner::ShowSlowScriptDialog(const nsString& aAddonId) { in ShowSlowScriptDialog()
5090 uint32_t nsGlobalWindowInner::FindInsertionIndex( in FindInsertionIndex()
5109 nsresult nsGlobalWindowInner::RegisterIdleObserver( in RegisterIdleObserver()
5177 nsresult nsGlobalWindowInner::FindIndexOfElementToRemove( in FindIndexOfElementToRemove()
5205 nsresult nsGlobalWindowInner::UnregisterIdleObserver( in UnregisterIdleObserver()
5261 nsresult nsGlobalWindowInner::Observe(nsISupports* aSubject, const char* aTopic, in Observe()
5347 void nsGlobalWindowInner::ObserveStorageNotification( in ObserveStorageNotification()
5441 already_AddRefed<StorageEvent> nsGlobalWindowInner::CloneStorageEvent( in CloneStorageEvent()
5490 void nsGlobalWindowInner::Suspend() { in Suspend()
5508 CallOnChildren(&nsGlobalWindowInner::Suspend); in Suspend()
5536 void nsGlobalWindowInner::Resume() { in Resume()
5551 CallOnChildren(&nsGlobalWindowInner::Resume); in Resume()
5587 bool nsGlobalWindowInner::IsSuspended() const { in IsSuspended()
5592 void nsGlobalWindowInner::Freeze() { in Freeze()
5598 void nsGlobalWindowInner::FreezeInternal() { in FreezeInternal()
5603 CallOnChildren(&nsGlobalWindowInner::FreezeInternal); in FreezeInternal()
5621 void nsGlobalWindowInner::Thaw() { in Thaw()
5627 void nsGlobalWindowInner::ThawInternal() { in ThawInternal()
5632 CallOnChildren(&nsGlobalWindowInner::ThawInternal); in ThawInternal()
5651 bool nsGlobalWindowInner::IsFrozen() const { in IsFrozen()
5658 void nsGlobalWindowInner::SyncStateFromParentWindow() { in SyncStateFromParentWindow()
5669 nsGlobalWindowInner* parentInner = in SyncStateFromParentWindow()
5671 ? nsGlobalWindowInner::Cast(parentOuter->GetCurrentInnerWindow()) in SyncStateFromParentWindow()
5702 nsGlobalWindowInner::CallState nsGlobalWindowInner::CallOnChildren( in CallOnChildren()
5728 nsGlobalWindowInner* inner = win->GetCurrentInnerWindowInternal(); in CallOnChildren()
5752 Maybe<ClientInfo> nsGlobalWindowInner::GetClientInfo() const { in GetClientInfo()
5761 Maybe<ClientState> nsGlobalWindowInner::GetClientState() const { in GetClientState()
5774 Maybe<ServiceWorkerDescriptor> nsGlobalWindowInner::GetController() const { in GetController()
5783 RefPtr<ServiceWorker> nsGlobalWindowInner::GetOrCreateServiceWorker( in GetOrCreateServiceWorker()
5805 nsGlobalWindowInner::GetOrCreateServiceWorkerRegistration( in GetOrCreateServiceWorkerRegistration()
5826 nsresult nsGlobalWindowInner::FireDelayedDOMEvents() { in FireDelayedDOMEvents()
5869 nsPIDOMWindowOuter* nsGlobalWindowInner::GetParentInternal() { in GetParentInternal()
5882 nsGlobalWindowInner* nsGlobalWindowInner::InnerForSetTimeoutOrInterval( in InnerForSetTimeoutOrInterval()
5885 nsGlobalWindowInner* currentInner = in InnerForSetTimeoutOrInterval()
5894 int32_t nsGlobalWindowInner::SetTimeout(JSContext* aCx, Function& aFunction, in SetTimeout()
5902 int32_t nsGlobalWindowInner::SetTimeout(JSContext* aCx, in SetTimeout()
5923 int32_t nsGlobalWindowInner::SetInterval(JSContext* aCx, Function& aFunction, in SetInterval()
5933 int32_t nsGlobalWindowInner::SetInterval( in SetInterval()
5942 int32_t nsGlobalWindowInner::SetTimeoutOrInterval( in SetTimeoutOrInterval()
5946 nsGlobalWindowInner* inner = InnerForSetTimeoutOrInterval(aError); in SetTimeoutOrInterval()
5969 int32_t nsGlobalWindowInner::SetTimeoutOrInterval(JSContext* aCx, in SetTimeoutOrInterval()
5974 nsGlobalWindowInner* inner = InnerForSetTimeoutOrInterval(aError); in SetTimeoutOrInterval()
5997 bool nsGlobalWindowInner::RunTimeoutHandler(Timeout* aTimeout, in RunTimeoutHandler()
6113 already_AddRefed<nsIDocShellTreeOwner> nsGlobalWindowInner::GetTreeOwner() { in GetTreeOwner()
6118 nsGlobalWindowInner::GetWebBrowserChrome() { in GetWebBrowserChrome()
6125 nsIScrollableFrame* nsGlobalWindowInner::GetScrollFrame() { in GetScrollFrame()
6129 bool nsGlobalWindowInner::IsPrivateBrowsing() { in IsPrivateBrowsing()
6134 void nsGlobalWindowInner::FlushPendingNotifications(FlushType aType) { in FlushPendingNotifications()
6140 void nsGlobalWindowInner::EnableDeviceSensor(uint32_t aType) { in EnableDeviceSensor()
6161 void nsGlobalWindowInner::DisableDeviceSensor(uint32_t aType) { in DisableDeviceSensor()
6188 void nsGlobalWindowInner::EnableOrientationChangeListener() { in EnableOrientationChangeListener()
6197 void nsGlobalWindowInner::DisableOrientationChangeListener() { in DisableOrientationChangeListener()
6202 void nsGlobalWindowInner::SetHasGamepadEventListener( in SetHasGamepadEventListener()
6210 void nsGlobalWindowInner::EventListenerAdded(nsAtom* aType) { in EventListenerAdded()
6238 void nsGlobalWindowInner::EventListenerRemoved(nsAtom* aType) { in EventListenerRemoved()
6247 void nsGlobalWindowInner::NotifyVREventListenerAdded() { in NotifyVREventListenerAdded()
6252 bool nsGlobalWindowInner::HasUsedVR() const { in HasUsedVR()
6258 bool nsGlobalWindowInner::IsVRContentDetected() const { in IsVRContentDetected()
6264 bool nsGlobalWindowInner::IsVRContentPresenting() const { in IsVRContentPresenting()
6273 void nsGlobalWindowInner::AddSizeOfIncludingThis( in AddSizeOfIncludingThis()
6322 void nsGlobalWindowInner::AddGamepad(uint32_t aIndex, Gamepad* aGamepad) { in AddGamepad()
6335 void nsGlobalWindowInner::RemoveGamepad(uint32_t aIndex) { in RemoveGamepad()
6345 void nsGlobalWindowInner::GetGamepads(nsTArray<RefPtr<Gamepad>>& aGamepads) { in GetGamepads()
6363 already_AddRefed<Gamepad> nsGlobalWindowInner::GetGamepad(uint32_t aIndex) { in GetGamepad()
6373 void nsGlobalWindowInner::SetHasSeenGamepadInput(bool aHasSeen) { in SetHasSeenGamepadInput()
6377 bool nsGlobalWindowInner::HasSeenGamepadInput() { return mHasSeenGamepadInput; } in HasSeenGamepadInput()
6379 void nsGlobalWindowInner::SyncGamepadState() { in SyncGamepadState()
6388 void nsGlobalWindowInner::StopGamepadHaptics() { in StopGamepadHaptics()
6395 bool nsGlobalWindowInner::UpdateVRDisplays( in UpdateVRDisplays()
6402 void nsGlobalWindowInner::NotifyActiveVRDisplaysChanged() { in NotifyActiveVRDisplaysChanged()
6408 void nsGlobalWindowInner::DispatchVRDisplayActivate( in DispatchVRDisplayActivate()
6451 void nsGlobalWindowInner::DispatchVRDisplayDeactivate( in DispatchVRDisplayDeactivate()
6481 void nsGlobalWindowInner::DispatchVRDisplayConnect(uint32_t aDisplayID) { in DispatchVRDisplayConnect()
6508 void nsGlobalWindowInner::DispatchVRDisplayDisconnect(uint32_t aDisplayID) { in DispatchVRDisplayDisconnect()
6535 void nsGlobalWindowInner::DispatchVRDisplayPresentChange(uint32_t aDisplayID) { in DispatchVRDisplayPresentChange()
6569 uint16_t nsGlobalWindowInner::WindowState() { in WindowState()
6591 bool nsGlobalWindowInner::IsFullyOccluded() { in IsFullyOccluded()
6596 void nsGlobalWindowInner::Maximize() { in Maximize()
6604 void nsGlobalWindowInner::Minimize() { in Minimize()
6612 void nsGlobalWindowInner::Restore() { in Restore()
6620 void nsGlobalWindowInner::GetAttention(ErrorResult& aResult) { in GetAttention()
6624 void nsGlobalWindowInner::GetAttentionWithCycleCount(int32_t aCycleCount, in GetAttentionWithCycleCount()
6633 void nsGlobalWindowInner::BeginWindowMove(Event& aMouseDownEvent, in BeginWindowMove()
6668 already_AddRefed<Promise> nsGlobalWindowInner::PromiseDocumentFlushed( in PromiseDocumentFlushed()
6730 void nsGlobalWindowInner::CallOrCancelDocumentFlushedResolvers() { in CallOrCancelDocumentFlushedResolvers()
6779 void nsGlobalWindowInner::CallDocumentFlushedResolvers() { in CallDocumentFlushedResolvers()
6783 void nsGlobalWindowInner::CancelDocumentFlushedResolvers() { in CancelDocumentFlushedResolvers()
6787 void nsGlobalWindowInner::DidRefresh() { in DidRefresh()
6818 already_AddRefed<nsWindowRoot> nsGlobalWindowInner::GetWindowRoot( in GetWindowRoot()
6823 void nsGlobalWindowInner::SetCursor(const nsAString& aCursor, in SetCursor()
6829 nsGlobalWindowInner::GetBrowserDOMWindow(nsIBrowserDOMWindow** aBrowserWindow) { in GetBrowserDOMWindow()
6837 nsIBrowserDOMWindow* nsGlobalWindowInner::GetBrowserDOMWindow( in GetBrowserDOMWindow()
6842 void nsGlobalWindowInner::SetBrowserDOMWindow( in SetBrowserDOMWindow()
6848 void nsGlobalWindowInner::NotifyDefaultButtonLoaded(Element& aDefaultButton, in NotifyDefaultButtonLoaded()
6894 nsGlobalWindowInner::GetMessageManager(nsIMessageBroadcaster** aManager) { in GetMessageManager()
6900 nsIMessageBroadcaster* nsGlobalWindowInner::GetMessageManager( in GetMessageManager()
6914 nsGlobalWindowInner::GetGroupMessageManager(const nsAString& aGroup, in GetGroupMessageManager()
6922 nsIMessageBroadcaster* nsGlobalWindowInner::GetGroupMessageManager( in GetGroupMessageManager()
6938 void nsGlobalWindowInner::InitWasOffline() { mWasOffline = NS_IsOffline(); } in InitWasOffline()
6941 int16_t nsGlobalWindowInner::Orientation(CallerType aCallerType) const { in Orientation()
6948 already_AddRefed<Console> nsGlobalWindowInner::GetConsole(JSContext* aCx, in GetConsole()
6961 bool nsGlobalWindowInner::IsSecureContext() const { in IsSecureContext()
6966 already_AddRefed<External> nsGlobalWindowInner::GetExternal(ErrorResult& aRv) { in GetExternal()
6986 void nsGlobalWindowInner::GetSidebar(OwningExternalOrWindowProxy& aResult, in GetSidebar()
7006 void nsGlobalWindowInner::ClearDocumentDependentSlots(JSContext* aCx) { in ClearDocumentDependentSlots()
7015 JSObject* nsGlobalWindowInner::CreateNamedPropertiesObject( in CreateNamedPropertiesObject()
7020 void nsGlobalWindowInner::RedefineProperty(JSContext* aCx, in RedefineProperty()
7036 void nsGlobalWindowInner::GetReplaceableWindowCoord( in GetReplaceableWindowCoord()
7037 JSContext* aCx, nsGlobalWindowInner::WindowCoordGetter aGetter, in GetReplaceableWindowCoord()
7046 void nsGlobalWindowInner::SetReplaceableWindowCoord( in SetReplaceableWindowCoord()
7047 JSContext* aCx, nsGlobalWindowInner::WindowCoordSetter aSetter, in SetReplaceableWindowCoord()
7154 void nsGlobalWindowInner::FireOnNewGlobalObject() { in FireOnNewGlobalObject()
7166 already_AddRefed<Promise> nsGlobalWindowInner::CreateImageBitmap( in CreateImageBitmap()
7176 already_AddRefed<Promise> nsGlobalWindowInner::CreateImageBitmap( in CreateImageBitmap()
7188 already_AddRefed<mozilla::dom::Promise> nsGlobalWindowInner::CreateImageBitmap( in CreateImageBitmap()
7204 mozilla::dom::TabGroup* nsGlobalWindowInner::TabGroupInner() { in TabGroupInner()
7231 nsresult nsGlobalWindowInner::Dispatch( in Dispatch()
7240 nsISerialEventTarget* nsGlobalWindowInner::EventTargetFor( in EventTargetFor()
7249 AbstractThread* nsGlobalWindowInner::AbstractMainThreadFor( in AbstractMainThreadFor()
7258 Worklet* nsGlobalWindowInner::GetAudioWorklet(ErrorResult& aRv) { in GetAudioWorklet()
7272 Worklet* nsGlobalWindowInner::GetPaintWorklet(ErrorResult& aRv) { in GetPaintWorklet()
7286 void nsGlobalWindowInner::GetRegionalPrefsLocales( in GetRegionalPrefsLocales()
7297 IntlUtils* nsGlobalWindowInner::GetIntlUtils(ErrorResult& aError) { in GetIntlUtils()
7306 return nsGlobalWindowInner::Cast(this)->TabGroupInner(); in TabGroup()
7309 /* static */ already_AddRefed<nsGlobalWindowInner> nsGlobalWindowInner::Create( in Create()
7311 RefPtr<nsGlobalWindowInner> window = new nsGlobalWindowInner(aOuterWindow); in Create()
7350 return nsGlobalWindowInner::Cast(this); in AsGlobal()
7354 return nsGlobalWindowInner::Cast(this); in AsGlobal()