HomeSort by relevance Sort by last modified time
    Searched refs:GetInputScopes (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/base/ime/win/
tsf_input_scope.h 23 UI_BASE_EXPORT std::vector<InputScope> GetInputScopes(
tsf_input_scope.cc 65 STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE {
182 std::vector<InputScope> GetInputScopes(TextInputType text_input_type,
199 return new TSFInputScope(GetInputScopes(text_input_type, text_input_mode));
210 std::vector<InputScope> input_scopes = GetInputScopes(text_input_type,
tsf_input_scope_unittest.cc 105 TEST_P(TSFInputScopeTest, GetInputScopes) {
108 std::vector<InputScope> input_scopes = tsf_inputscope::GetInputScopes(
  /external/chromium_org/win8/metro_driver/ime/
input_scope.cc 17 // This implementation only covers ITfInputScope::GetInputScopes since built-in
39 STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE {
65 // Data which ITfInputScope::GetInputScopes should return.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inputscope.h 112 virtual HRESULT STDMETHODCALLTYPE GetInputScopes(
150 HRESULT (STDMETHODCALLTYPE *GetInputScopes)(
185 #define ITfInputScope_GetInputScopes(This,pprgInputScopes,pcCount) (This)->lpVtbl->GetInputScopes(This,pprgInputScopes,pcCount)
203 return This->lpVtbl->GetInputScopes(This,pprgInputScopes,pcCount);
  /external/chromium_org/ui/base/ime/
remote_input_method_win.cc 76 tsf_inputscope::GetInputScopes(text_input_type, text_input_mode);

Completed in 971 milliseconds