Searched refs:input_type_ (Results 1 - 11 of 11) sorted by relevance

/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/chromium_org/content/child/npapi/
H A Dwebplugin_ime_win.cc35 input_type_(1) {
151 *input_type = input_type_;
204 instance->input_type_ = input_type;
315 if (instance->input_type_ != input_type) {
316 instance->input_type_ = input_type;
H A Dwebplugin_ime_win.h174 int input_type_; member in class:content::WebPluginIMEWin
/external/protobuf/src/google/protobuf/
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...]
H A Ddescriptor.h780 const Descriptor* input_type_; member in class:google::protobuf::MethodDescriptor
H A Ddescriptor.pb.cc238 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, input_type_),
3766 input_type_ = const_cast< ::std::string*>(&_default_input_type_);
3780 if (input_type_ != &_default_input_type_) {
3781 delete input_type_;
3819 if (input_type_ != &_default_input_type_) {
3820 input_type_->clear();
4107 std::swap(input_type_, other->input_type_);
H A Ddescriptor.cc3325 result->input_type_ = NULL;
3599 method->input_type_ = input_type.descriptor;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
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...]
H A Ddescriptor.h870 const Descriptor* input_type_; member in class:google::protobuf::MethodDescriptor
H A Ddescriptor.pb.cc253 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, input_type_),
3987 input_type_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString());
4001 if (input_type_ != &::google::protobuf::internal::GetEmptyString()) {
4002 delete input_type_;
4041 if (input_type_ != &::google::protobuf::internal::GetEmptyString()) {
4042 input_type_->clear();
4329 std::swap(input_type_, other->input_type_);
H A Ddescriptor.cc3719 result->input_type_ = NULL;
3993 method->input_type_ = input_type.descriptor;

Completed in 334 milliseconds