Searched defs:input_type_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin_ime_win.h174 int input_type_; member in class:content::WebPluginIMEWin
/external/chromium_org/ui/base/ime/
H A Dinput_method_chromeos_unittest.cc277 return input_type_;
348 input_type_ = TEXT_INPUT_TYPE_NONE;
369 TextInputType input_type_; member in class:ui::InputMethodChromeOSTest
401 input_type_ = TEXT_INPUT_TYPE_PASSWORD;
404 input_type_ = TEXT_INPUT_TYPE_TEXT;
434 input_type_ = TEXT_INPUT_TYPE_PASSWORD;
455 input_type_ = TEXT_INPUT_TYPE_PASSWORD;
477 input_type_ = TEXT_INPUT_TYPE_PASSWORD;
486 // Confirm that IBusClient::FocusIn is called on "connected" if input_type_ is
493 input_type_
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h780 const Descriptor* input_type_; member in class:google::protobuf::MethodDescriptor
H A Ddescriptor.pb.h1354 ::std::string* input_type_; member in class:google::protobuf::MethodDescriptorProto
3512 if (input_type_ != &_default_input_type_) {
3513 input_type_->clear();
3518 return *input_type_;
3522 if (input_type_ == &_default_input_type_) {
3523 input_type_ = new ::std::string;
3525 input_type_->assign(value);
3529 if (input_type_ == &_default_input_type_) {
3530 input_type_ = new ::std::string;
3532 input_type_
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h870 const Descriptor* input_type_; member in class:google::protobuf::MethodDescriptor
H A Ddescriptor.pb.h1405 ::std::string* input_type_; member in class:google::protobuf::MethodDescriptorProto
4385 if (input_type_ != &::google::protobuf::internal::GetEmptyString()) {
4386 input_type_->clear();
4391 return *input_type_;
4395 if (input_type_ == &::google::protobuf::internal::GetEmptyString()) {
4396 input_type_ = new ::std::string;
4398 input_type_->assign(value);
4402 if (input_type_ == &::google::protobuf::internal::GetEmptyString()) {
4403 input_type_ = new ::std::string;
4405 input_type_
[all...]

Completed in 4535 milliseconds