Searched refs:GetInputScopes (Results 1 – 5 of 5) sorted by relevance
65 STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE { in STDMETHOD() argument182 std::vector<InputScope> GetInputScopes(TextInputType text_input_type, in GetInputScopes() function199 return new TSFInputScope(GetInputScopes(text_input_type, text_input_mode)); in CreateInputScope()210 std::vector<InputScope> input_scopes = GetInputScopes(text_input_type, in SetInputScopeForTsfUnawareWindow()
105 TEST_P(TSFInputScopeTest, GetInputScopes) { in TEST_P() argument108 std::vector<InputScope> input_scopes = tsf_inputscope::GetInputScopes( in TEST_P()
23 UI_BASE_EXPORT std::vector<InputScope> GetInputScopes(
39 STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE { in STDMETHOD() argument
76 tsf_inputscope::GetInputScopes(text_input_type, text_input_mode); in GetInputScopesAsInt()