HomeSort by relevance Sort by last modified time
    Searched defs:input_type (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/omnibox/
omnibox_log.h 24 AutocompleteInput::Type input_type,
42 AutocompleteInput::Type input_type; member in struct:OmniboxLog
  /external/chromium_org/ui/base/ime/win/
tsf_input_scope_unittest.cc 15 TextInputType input_type; member in struct:ui::__anon14779::GetInputScopesTestCase
23 *os << " input_type: " << testing::PrintToString(data.input_type)
109 test_case.input_type, test_case.input_mode);
tsf_bridge.cc 371 const TextInputType input_type = kTextInputTypes[i]; local
375 const bool use_null_text_store = (input_type == TEXT_INPUT_TYPE_NONE);
385 (input_type == TEXT_INPUT_TYPE_PASSWORD ||
386 input_type == TEXT_INPUT_TYPE_NONE);
389 tsf_document_map_[input_type].text_store = text_store;
390 tsf_document_map_[input_type].document_manager = document_manager;
391 tsf_document_map_[input_type].cookie = cookie;
  /external/chromium_org/chrome/browser/history/
shortcuts_backend_unittest.cc 114 AutocompleteMatch::Type input_type; member in struct:history::__anon5070
129 ConvertedMatchType(type_cases[i].input_type));
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.cc 150 bool WebPluginIMEWin::GetStatus(int* input_type, gfx::Rect* caret_rect) {
151 *input_type = input_type_;
203 int input_type = !context && !flags; local
204 instance->input_type_ = input_type;
314 int input_type = open ? 1 : 0; local
315 if (instance->input_type_ != input_type) {
316 instance->input_type_ = input_type;
  /external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button.cc 448 SnapSizer::InputType input_type = local
455 input_type));
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 745 AutocompleteInput::Type input_type; member in struct:AutocompleteLog
    [all...]
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 717 int input_type; local
719 if (!delegate_->GetIMEStatus(&input_type, &caret_rect))
722 Send(new PluginHostMsg_NotifyIMEStatus(route_id_, input_type, caret_rect));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
  /external/protobuf/src/google/protobuf/
descriptor.cc 3589 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
    [all...]
descriptor.pb.h 3517 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 3985 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
    [all...]
descriptor.pb.h 4390 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]

Completed in 512 milliseconds