/external/chromium_org/chrome/browser/omnibox/ |
H A D | omnibox_log.cc | 10 AutocompleteInput::Type input_type, 20 input_type(input_type), 7 OmniboxLog( const string16& text, bool just_deleted_text, AutocompleteInput::Type input_type, size_t selected_index, SessionID::id_type tab_id, AutocompleteInput::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 D | omnibox_log.h | 24 AutocompleteInput::Type input_type, 42 AutocompleteInput::Type input_type; member in struct:OmniboxLog
|
/external/chromium_org/content/child/npapi/ |
H A D | webplugin_ime_win.cc | 150 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 D | webplugin_ime_win.h | 106 bool GetStatus(int* input_type, gfx::Rect* caret_rect);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_service.cc | 148 sub_vars["input_type"] = ClassName(method->input_type(), true); 154 " const $input_type$* request,\n" 219 sub_vars["input_type"] = ClassName(method->input_type(), true); 224 " const $input_type$*,\n" 249 sub_vars["input_type"] = ClassName(method->input_type(), true); 257 " ::google::protobuf::down_cast<const $input_type$*>(request),\n" 290 (which == REQUEST) ? method->input_type() [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_service.cc | 148 sub_vars["input_type"] = ClassName(method->input_type(), true); 154 " const $input_type$* request,\n" 219 sub_vars["input_type"] = ClassName(method->input_type(), true); 224 " const $input_type$*,\n" 249 sub_vars["input_type"] = ClassName(method->input_type(), true); 257 " ::google::protobuf::down_cast<const $input_type$*>(request),\n" 290 (which == REQUEST) ? method->input_type() [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
H A D | autofill_dialog_common.cc | 37 AutofillType input_type = AutofillType(input.type); 38 return input_type.GetStorableType() == server_type && 39 input_type.group() == field_type.group();
|
/external/chromium/chrome/browser/autocomplete/ |
H A D | autocomplete.h | 732 AutocompleteInput::Type input_type, 737 input_type(input_type), 745 AutocompleteInput::Type input_type; member in struct:AutocompleteLog 731 AutocompleteLog(const string16& text, AutocompleteInput::Type input_type, size_t selected_index, size_t inline_autocompleted_length, const AutocompleteResult& result) argument
|
H A D | history_quick_provider.h | 58 AutocompleteInput::Type input_type,
|
H A D | history_url_provider.h | 190 static int CalculateRelevance(AutocompleteInput::Type input_type,
|
H A D | history_quick_provider.cc | 200 AutocompleteInput::Type input_type, 199 CalculateRelevance(int raw_score, AutocompleteInput::Type input_type, MatchType match_type, size_t match_number) argument
|
/external/chromium_org/ash/wm/workspace/ |
H A D | snap_sizer.h | 37 // Set |input_type| to |TOUCH_MAXIMIZE_BUTTON_INPUT| when called by a touch 43 InputType input_type);
|
H A D | snap_sizer.cc | 72 InputType input_type) 82 input_type_(input_type), 69 SnapSizer(aura::Window* window, const gfx::Point& start, Edge edge, InputType input_type) argument
|
H A D | frame_maximize_button.cc | 446 SnapSizer::InputType input_type = local 452 input_type));
|
/external/chromium_org/ui/base/ime/win/ |
H A D | tsf_bridge.cc | 342 const TextInputType input_type = kTextInputTypes[i]; local 346 const bool use_null_text_store = (input_type == TEXT_INPUT_TYPE_NONE); 356 (input_type == TEXT_INPUT_TYPE_PASSWORD || 357 input_type == TEXT_INPUT_TYPE_NONE); 360 tsf_document_map_[input_type].text_store = text_store; 361 tsf_document_map_[input_type].document_manager = document_manager; 362 tsf_document_map_[input_type].cookie = cookie;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_service.cc | 197 vars["input"] = ClassName(method->input_type()); 242 vars["input"] = ClassName(method->input_type()); 287 (which == REQUEST) ? method->input_type() : method->output_type()); 425 vars["input"] = ClassName(method->input_type()); 440 vars["input"] = ClassName(method->input_type());
|
/external/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_service.cc | 188 vars["input"] = ClassName(method->input_type()); 233 vars["input"] = ClassName(method->input_type()); 278 (which == REQUEST) ? method->input_type() : method->output_type()); 416 vars["input"] = ClassName(method->input_type()); 431 vars["input"] = ClassName(method->input_type());
|
/external/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 535 input_type: The descriptor of the message that this method accepts. 542 input_type, output_type, options=None): 553 self.input_type = input_type
|
H A D | service_reflection.py | 187 return method_descriptor.input_type._concrete_class
|
/external/chromium/chrome/browser/metrics/ |
H A D | metrics_log.cc | 474 const std::string input_type( 475 AutocompleteInput::TypeToString(log.input_type)); 476 if (!input_type.empty()) 477 WriteAttribute("inputtype", input_type);
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 623 input_type: The descriptor of the message that this method accepts. 630 input_type, output_type, options=None): 641 self.input_type = input_type
|
H A D | service_reflection.py | 187 return method_descriptor.input_type._concrete_class
|
/external/chromium_org/content/plugin/ |
H A D | webplugin_proxy.cc | 699 int input_type; local 701 if (!delegate_->GetIMEStatus(&input_type, &caret_rect)) 704 Send(new PluginHostMsg_NotifyIMEStatus(route_id_, input_type, caret_rect));
|
/external/protobuf/python/google/protobuf/internal/ |
H A D | descriptor_test.py | 93 input_type=None, 317 input_type: '.protobuf_unittest.FooRequest' 322 input_type: '.protobuf_unittest.BarRequest'
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
H A D | radeonsi_shader.c | 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local 333 input_type, args, 3, LLVMReadOnlyAttribute);
|