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

  /external/chromium_org/win8/metro_driver/ime/
ime.gypi 10 'input_scope.cc',
11 'input_scope.h',
input_scope.cc 5 #include "win8/metro_driver/ime/input_scope.h"
text_store.cc 11 #include "win8/metro_driver/ime/input_scope.h"
60 base::win::ScopedComPtr<ITfInputScope> input_scope = local
62 if (!input_scope) {
78 input_scope,
86 ITfInputScope* input_scope,
91 input_scope_ = input_scope;
text_store.h 231 ITfInputScope* input_scope,
text_service.cc 86 // text_store.cc and input_scope.cc for more underlying details.
  /external/chromium_org/ui/base/ime/win/
tsf_input_scope.cc 19 InputScope input_scope) {
22 if (input_scope == IS_DEFAULT)
25 if (std::find(input_scopes->begin(), input_scopes->end(), input_scope) !=
29 input_scopes->push_back(input_scope);

Completed in 80 milliseconds