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

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.h74 AutocompleteInput::Type input_type_; member in class:HistoryContentsProvider
/external/chromium_org/ash/wm/workspace/
H A Dsnap_sizer.h128 const InputType input_type_; member in class:ash::internal::SnapSizer
/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_ibus_unittest.cc271 return input_type_;
343 input_type_ = TEXT_INPUT_TYPE_NONE;
368 TextInputType input_type_; member in class:ui::InputMethodIBusTest
406 input_type_ = TEXT_INPUT_TYPE_PASSWORD;
409 input_type_ = TEXT_INPUT_TYPE_TEXT;
433 input_type_ = TEXT_INPUT_TYPE_PASSWORD;
448 input_type_ = TEXT_INPUT_TYPE_PASSWORD;
462 input_type_ = TEXT_INPUT_TYPE_PASSWORD;
471 // Confirm that IBusClient::FocusIn is called on "connected" if input_type_ is
478 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::kEmptyString) {
4386 input_type_->clear();
4391 return *input_type_;
4395 if (input_type_ == &::google::protobuf::internal::kEmptyString) {
4396 input_type_ = new ::std::string;
4398 input_type_->assign(value);
4402 if (input_type_ == &::google::protobuf::internal::kEmptyString) {
4403 input_type_ = new ::std::string;
4405 input_type_
[all...]

Completed in 602 milliseconds