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

  /external/chromium_org/win8/metro_driver/ime/
input_scope.h 15 // Returns an instance of ITfInputScope object, which represents an array of
17 base::win::ScopedComPtr<ITfInputScope>
input_scope.cc 16 // An implementation of ITfInputScope interface.
17 // This implementation only covers ITfInputScope::GetInputScopes since built-in
20 // Although other advanced features of ITfInputScope such as phase list or
25 public ITfInputScope {
30 COM_INTERFACE_ENTRY(ITfInputScope)
38 // ITfInputScope overrides:
65 // Data which ITfInputScope::GetInputScopes should return.
73 base::win::ScopedComPtr<ITfInputScope>
81 return base::win::ScopedComPtr<ITfInputScope>();
84 return base::win::ScopedComPtr<ITfInputScope>(object)
    [all...]
text_store.h 231 ITfInputScope* input_scope,
305 base::win::ScopedComPtr<ITfInputScope> input_scope_;
text_store.cc 60 base::win::ScopedComPtr<ITfInputScope> input_scope =
86 ITfInputScope* input_scope,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inputscope.h 22 typedef interface ITfInputScope ITfInputScope;
102 * ITfInputScope interface
110 ITfInputScope : public IUnknown
131 __CRT_UUID_DECL(ITfInputScope, 0xfde1eaee, 0x6924, 0x4cdf, 0x91,0xe7, 0xda,0x38,0xcf,0xf5,0x55,0x9d)
139 ITfInputScope* This,
144 ITfInputScope* This);
147 ITfInputScope* This);
149 /*** ITfInputScope methods ***/
151 ITfInputScope* This
    [all...]
  /external/chromium_org/ui/base/ime/win/
tsf_input_scope.h 27 // Returns an instance of ITfInputScope, which is the Windows-specific
33 UI_BASE_EXPORT ITfInputScope* CreateInputScope(TextInputType text_input_type,
39 // NOTE: For TSF-aware window, you should use ITfInputScope instead.
tsf_input_scope.cc 32 class TSFInputScope FINAL : public ITfInputScope {
38 // ITfInputScope:
56 *result = static_cast<ITfInputScope*>(this);
197 ITfInputScope* CreateInputScope(TextInputType text_input_type,

Completed in 225 milliseconds