Home
last modified time | relevance | path

Searched refs:GetInputScopes (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/base/ime/win/
Dtsf_input_scope.cc65 STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE { in STDMETHOD() argument
182 std::vector<InputScope> GetInputScopes(TextInputType text_input_type, in GetInputScopes() function
199 return new TSFInputScope(GetInputScopes(text_input_type, text_input_mode)); in CreateInputScope()
210 std::vector<InputScope> input_scopes = GetInputScopes(text_input_type, in SetInputScopeForTsfUnawareWindow()
Dtsf_input_scope_unittest.cc105 TEST_P(TSFInputScopeTest, GetInputScopes) { in TEST_P() argument
108 std::vector<InputScope> input_scopes = tsf_inputscope::GetInputScopes( in TEST_P()
Dtsf_input_scope.h23 UI_BASE_EXPORT std::vector<InputScope> GetInputScopes(
/external/chromium_org/win8/metro_driver/ime/
Dinput_scope.cc39 STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE { in STDMETHOD() argument
/external/chromium_org/ui/base/ime/
Dremote_input_method_win.cc76 tsf_inputscope::GetInputScopes(text_input_type, text_input_mode); in GetInputScopesAsInt()