Lines Matching refs:aBrowserParent

1056     BrowserParent* aBrowserParent, const InputContext& aInputContext,  in SetInputContextForChildProcess()  argument
1066 aBrowserParent, ToString(aInputContext.mIMEState.mEnabled).c_str(), in SetInputContextForChildProcess()
1078 if (aBrowserParent != BrowserParent::GetFocused()) { in SetInputContextForChildProcess()
1360 BrowserParent* aBrowserParent, WidgetCompositionEvent* aCompositionEvent, in DispatchCompositionEvent() argument
1382 GetBoolName(aIsSynthesized), aBrowserParent)); in DispatchCompositionEvent()
1407 aBrowserParent, aCompositionEvent); in DispatchCompositionEvent()
1550 BrowserParent* aBrowserParent) { in NotifyIME() argument
1552 aBrowserParent); in NotifyIME()
1558 BrowserParent* aBrowserParent) { in NotifyIME() argument
1565 ToChar(aNotification.mMessage), aWidget, aBrowserParent, in NotifyIME()
1568 GetBoolName(aBrowserParent == BrowserParent::GetFocused()), in NotifyIME()
1569 GetBoolName(aBrowserParent == sFocusedIMEBrowserParent))); in NotifyIME()
1582 if (aBrowserParent != BrowserParent::GetFocused()) { in NotifyIME()
1595 sFocusedIMEBrowserParent || aBrowserParent, in NotifyIME()
1607 if (aBrowserParent) { in NotifyIME()
1609 aBrowserParent->GetTextInputHandlingWidget(); in NotifyIME()
1613 sFocusedIMEBrowserParent = aBrowserParent; in NotifyIME()
1622 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
1653 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
1699 if (aBrowserParent != composition->GetBrowserParent()) { in NotifyIME()
1724 BrowserParent* aBrowserParent) { in NotifyIME() argument
1727 ToChar(aMessage), aPresContext, aBrowserParent)); in NotifyIME()
1740 return NotifyIME(aMessage, widget, aBrowserParent); in NotifyIME()