Searched defs:input_type (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/omnibox/
H A Domnibox_log.cc10 metrics::OmniboxInputType::Type input_type,
22 input_type(input_type),
7 OmniboxLog( const base::string16& text, bool just_deleted_text, metrics::OmniboxInputType::Type input_type, bool is_popup_open, size_t selected_index, bool is_paste_and_go, SessionID::id_type tab_id, metrics::OmniboxEventProto::PageClassification current_page_classification, base::TimeDelta elapsed_time_since_user_first_modified_omnibox, size_t completed_length, base::TimeDelta elapsed_time_since_last_change_to_default_match, const AutocompleteResult& result) argument
H A Domnibox_log.h25 metrics::OmniboxInputType::Type input_type,
46 metrics::OmniboxInputType::Type input_type; member in struct:OmniboxLog
/external/chromium_org/ui/base/ime/win/
H A Dtsf_input_scope_unittest.cc15 TextInputType input_type; member in struct:ui::__anon16651::GetInputScopesTestCase
23 *os << " input_type: " << testing::PrintToString(data.input_type)
109 test_case.input_type, test_case.input_mode);
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend_unittest.cc180 AutocompleteMatch::Type input_type; member in struct:__anon2934
210 cases[i].input_type));
212 << ":i:" << i << ":type:" << cases[i].input_type;
214 << ":i:" << i << ":type:" << cases[i].input_type;
216 << ":i:" << i << ":type:" << cases[i].input_type;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_unittest.cc139 void FocusIn(ui::TextInputType input_type) { argument
141 input_type, ui::TEXT_INPUT_MODE_DEFAULT);
143 IMEBridge::Get()->SetCurrentTextInputType(input_type);
/external/chromium_org/components/search_engines/
H A Dtemplate_url_unittest.cc565 metrics::OmniboxInputType::Type input_type; member in struct:TestData
590 search_terms_args.input_type = test_data[i].input_type;
H A Dtemplate_url.h130 metrics::OmniboxInputType::Type input_type; member in struct:TemplateURLRef::SearchTermsArgs
/external/chromium_org/content/child/npapi/
H A Dwebplugin_ime_win.cc150 bool WebPluginIMEWin::GetStatus(int* input_type, gfx::Rect* caret_rect) { argument
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;
H A Dwebplugin_delegate_impl_win.cc1437 bool WebPluginDelegateImpl::GetIMEStatus(int* input_type, argument
1441 return plugin_ime_->GetStatus(input_type, caret_rect);
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc153 // Returns true if |input_type| in |section| is needed for |form_structure|.
155 ServerFieldType input_type,
159 if (field && common::ServerTypeMatchesField(section, input_type, *field))
154 IsSectionInputUsedInFormStructure(DialogSection section, ServerFieldType input_type, const FormStructure& form_structure) argument
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc610 int input_type; local
612 if (!delegate_->GetIMEStatus(&input_type, &caret_rect))
615 Send(new PluginHostMsg_NotifyIMEStatus(route_id_, input_type, caret_rect));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc208 Type* input_type = NodeProperties::GetBounds(node).upper; local
210 if (input_type->Is(type)) return node; // already in the value range.
435 Type* input_type = NodeProperties::GetBounds(input).upper; local
436 if (input_type->Is(Type::Number())) {
440 if (input_type->Is(Type::Undefined())) {
444 if (input_type->Is(Type::Null())) {
448 if (input_type->Is(Type::Boolean())) {
468 Type* input_type = NodeProperties::GetBounds(input).upper; local
469 if (input_type->Is(Type::String())) {
472 if (input_type
496 Type* input_type = NodeProperties::GetBounds(input).upper; local
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc1691 const ServerFieldType input_type = EMAIL_ADDRESS; local
1692 base::string16 name = full_profile.GetRawInfo(input_type);
1693 view->SetTextContentsOfInput(input_type, name.substr(0, name.size() / 2));
1694 view->ActivateInput(input_type);
1695 ASSERT_EQ(input_type, controller()->popup_input_type());
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc1363 WebInputEvent::Type input_type) {
1361 CheckLatencyInfoComponentInMessage(RenderWidgetHostProcess* process, int64 component_id, WebInputEvent::Type input_type) argument
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc103 Node* ReduceUnop(const Operator* op, Type* input_type) { argument
104 return reduce(Unop(op, Parameter(input_type)));
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc921 void WebPluginDelegateProxy::OnNotifyIMEStatus(int input_type, argument
928 static_cast<ui::TextInputType>(input_type),
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc152 const string& input_type,
156 result->set_input_type(input_type);
1132 EXPECT_EQ(foo_request_, foo_->input_type());
1133 EXPECT_EQ(bar_request_, bar_->input_type());
3375 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3389 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3402 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3416 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3939 " input_type: \"NoSuchType\"" // error
3964 " input_type
150 AddMethod(ServiceDescriptorProto* service, const string& name, const string& input_type, const string& output_type) argument
[all...]
H A Ddescriptor.cc1615 if (!input_type()->is_unqualified_placeholder_) {
1618 proto->mutable_input_type()->append(input_type()->full_name());
1972 input_type()->full_name(),
3983 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
3984 if (input_type.IsNull()) {
3987 proto.input_type());
3988 } else if (input_type.type != Symbol::MESSAGE) {
3991 "\"" + proto.input_type() + "\" is not a message type.");
3993 method->input_type_ = input_type
[all...]
H A Ddescriptor.pb.h1358 // optional string input_type = 2;
1362 inline const ::std::string& input_type() const;
1368 inline void set_allocated_input_type(::std::string* input_type);
4374 // optional string input_type = 2;
4390 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
4431 inline void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { argument
4435 if (input_type) {
4437 input_type_ = input_type;
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc150 const string& input_type,
154 result->set_input_type(input_type);
1130 EXPECT_EQ(foo_request_, foo_->input_type());
1131 EXPECT_EQ(bar_request_, bar_->input_type());
2992 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3005 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3017 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3030 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3512 " input_type: \"NoSuchType\"" // error
3536 " input_type
148 AddMethod(ServiceDescriptorProto* service, const string& name, const string& input_type, const string& output_type) argument
[all...]
H A Ddescriptor.cc1471 if (!input_type()->is_unqualified_placeholder_) {
1474 proto->mutable_input_type()->append(input_type()->full_name());
1797 input_type()->full_name(),
3589 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
3590 if (input_type.IsNull()) {
3593 proto.input_type());
3594 } else if (input_type.type != Symbol::MESSAGE) {
3597 "\"" + proto.input_type() + "\" is not a message type.");
3599 method->input_type_ = input_type
[all...]
H A Ddescriptor.pb.h1320 // optional string input_type = 2;
1324 inline const ::std::string& input_type() const;
3507 // optional string input_type = 2;
3517 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc3569 Register input_type = x12; local
3592 __ IsObjectJSStringType(input_string, input_type, &runtime);
3618 // x12 input_type instance type of input string
3631 __ Tst(input_type, kIsIndirectStringMask);
3633 __ Tst(input_type, kSlicedNotConsMask);
3655 __ Ldrb(input_type, FieldMemOperand(temp, Map::kInstanceTypeOffset));
3668 // x12 input_type instance type of input string
3685 __ Tbz(input_type, MaskToBit(kStringEncodingMask), &two_byte_slice);
3708 // x12 input_type instance type of input string
3720 __ Tst(input_type, kExternalStringTa
[all...]

Completed in 578 milliseconds