Lines Matching refs:sContent

138 StaticRefPtr<nsIContent> IMEStateManager::sContent;  member in mozilla::IMEStateManager
222 sContent = nullptr; in StopIMEStateManagement()
292 aPresContext, sPresContext.get(), sContent.get(), sTextCompositions)); in OnDestroyPresContext()
303 sContent = nullptr; in OnDestroyPresContext()
338 if (!sPresContext || !sContent || in OnRemoveContent()
339 !nsContentUtils::ContentIsDescendantOf(sContent, aContent)) { in OnRemoveContent()
346 aPresContext, aContent, sPresContext.get(), sContent.get(), sTextCompositions)); in OnRemoveContent()
359 sContent = nullptr; in OnRemoveContent()
407 sContent.get(), sWidget, GetBoolName(sWidget && !sWidget->Destroyed()), in OnChangeFocusInternal()
425 (sContent != aContent || sPresContext != aPresContext || in OnChangeFocusInternal()
550 sContent = aContent; in OnChangeFocusInternal()
583 OnChangeFocusInternal(sPresContext, sContent, action); in OnInstalledMenuKeyboardListener()
595 aPresContext, aContent, aMouseEvent, sPresContext.get(), sContent.get())); in OnMouseButtonEventInEditor()
597 if (sPresContext != aPresContext || sContent != aContent) { in OnMouseButtonEventInEditor()
652 aPresContext, aContent, aMouseEvent, sPresContext.get(), sContent.get(), in OnClickInEditor()
655 if (sPresContext != aPresContext || sContent != aContent || in OnClickInEditor()
719 aPresContext, aContent, aEditor, sPresContext.get(), sContent.get(), in OnFocusInEditor()
722 if (sPresContext != aPresContext || sContent != aContent) { in OnFocusInEditor()
799 sPresContext.get(), sContent.get(), in UpdateIMEState()
1680 aEditor, sPresContext.get(), sContent.get(), in CreateIMEContentObserver()
1684 sActiveIMEContentObserver->IsManaging(sPresContext, sContent) : false))); in CreateIMEContentObserver()
1690 MOZ_ASSERT(sActiveIMEContentObserver->IsManaging(sPresContext, sContent)); in CreateIMEContentObserver()
1729 activeIMEContentObserver->Init(widget, sPresContext, sContent, aEditor); in CreateIMEContentObserver()