Searched refs:OnSetInputMethodActive (Results 1 – 3 of 3) sorted by relevance
906 view()->OnSetInputMethodActive(true); in TEST_F()1097 view()->OnSetInputMethodActive(ime_message->enable); in TEST_F()1111 view()->OnSetInputMethodActive(ime_message->enable); in TEST_F()1938 view()->OnSetInputMethodActive(true); in TEST_F()2127 view()->OnSetInputMethodActive(true); in TEST_F()
389 void OnSetInputMethodActive(bool is_active);
614 IPC_MESSAGE_HANDLER(ViewMsg_SetInputMethodActive, OnSetInputMethodActive) in OnMessageReceived()1498 void RenderWidget::OnSetInputMethodActive(bool is_active) { in OnSetInputMethodActive() function in content::RenderWidget