/external/chromium_org/chrome/browser/ui/autofill/ |
data_model_wrapper.cc | 34 input->initial_value = GetInfo(AutofillType(input->type)); 40 return GetInfo(type); 67 AutofillField::FillFormField(*field, GetInfo(field->Type()), 108 base::string16 EmptyDataModelWrapper::GetInfo(const AutofillType& type) const { 129 base::string16 AutofillProfileWrapper::GetInfo(const AutofillType& type) const { 154 GetInfo(AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE))); 181 base::string16 AutofillShippingAddressWrapper::GetInfo( 187 return AutofillProfileWrapper::GetInfo(type); 197 base::string16 AutofillCreditCardWrapper::GetInfo(const AutofillType& type) 205 return card_->GetInfo(type, g_browser_process->GetApplicationLocale()) [all...] |
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_address.cc | 278 base::string16 Address::GetInfo(const AutofillType& type,
|
wallet_items.cc | 346 base::string16 WalletItems::MaskedInstrument::GetInfo( 350 return address().GetInfo(type, app_locale);
|
/external/chromium/chrome/browser/autofill/ |
autofill_profile.cc | 135 (*values)[i] = form_group_items[i].GetInfo(type); 231 string16 AutofillProfile::GetInfo(AutofillFieldType type) const { 237 return form_group->GetInfo(return_type); 291 (*values)[0] = GetInfo(type); 403 int comparison = GetInfo(types[index]).compare( 404 profile.GetInfo(types[index])); 422 int comparison = GetInfo(single_value_types[i]).compare( 423 profile.GetInfo(single_value_types[i])); 463 return GetInfo(ADDRESS_HOME_LINE1) + 464 GetInfo(ADDRESS_HOME_CITY) [all...] |
credit_card.cc | 195 string16 CreditCard::GetInfo(AutofillFieldType type) const { 364 int comparison = GetInfo(types[index]).compare( 365 credit_card.GetInfo(types[index])); 537 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_NAME)) 539 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_TYPE)) 541 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_NUMBER)) 543 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_EXP_MONTH)) 545 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR));
|
/external/chromium_org/components/autofill/core/browser/ |
credit_card.cc | 387 base::string16 CreditCard::GetInfo(const AutofillType& type, 416 GetInfo(AutofillType(CREDIT_CARD_NUMBER), app_locale); 521 if (this->GetInfo(AutofillType(CREDIT_CARD_NUMBER), app_locale) != 522 imported_card.GetInfo(AutofillType(CREDIT_CARD_NUMBER), app_locale)) {
|
autofill_profile.cc | 128 form_group.GetInfo(type, app_locale); 290 base::string16 AutofillProfile::GetInfo(const AutofillType& type, 296 return form_group->GetInfo(type, app_locale);
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_pepper_interface_html5fs.cc | 123 void FakeHtml5FsNode::GetInfo(PP_FileInfo* out_info) { *out_info = info_; } 356 file_io_resource->node->GetInfo(info); 572 node->GetInfo(info);
|
/external/chromium_org/ppapi/cpp/extensions/dev/ |
socket_dev.cc | 544 int32_t Socket_Dev::GetInfo(int32_t socket_id, 551 return get_interface<PPB_Ext_Socket_Dev_0_2>()->GetInfo(
|
/external/chromium_org/v8/src/ |
type-info.cc | 76 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { 103 Handle<Object> maybe_code = GetInfo(id); 113 Handle<Object> maybe_code = GetInfo(id); 123 Handle<Object> maybe_code = GetInfo(ast_id); 131 Handle<Object> maybe_code = GetInfo(ast_id); 141 Handle<Object> maybe_code = GetInfo(ast_id); 152 Handle<Object> value = GetInfo(id); 159 Handle<Object> value = GetInfo(id); 166 Handle<Object> info = GetInfo(id); 172 Handle<Object> value = GetInfo(id) [all...] |
liveedit.cc | 808 Handle<SharedFunctionInfo> GetInfo() { [all...] |
/external/v8/src/ |
type-info.cc | 72 Handle<Object> TypeFeedbackOracle::GetInfo(unsigned ast_id) { 81 Handle<Object> map_or_code = GetInfo(expr->id()); 92 Handle<Object> map_or_code = GetInfo(expr->id()); 107 Handle<Object> map_or_code = GetInfo(expr->id()); 120 Handle<Object> map_or_code = GetInfo(expr->id()); 139 Handle<Object> map_or_code = GetInfo(expr->id()); 157 Handle<Object> value = GetInfo(expr->id()); 163 Handle<Object> value = GetInfo(expr->id()); 170 Handle<Object> map_or_code = GetInfo(prop->key()->id()); 176 Handle<Object> value = GetInfo(stmt->PrepareId()) [all...] |
liveedit.cc | 771 Handle<SharedFunctionInfo> GetInfo() { [all...] |
/external/chromium_org/chrome/installer/util/ |
install_util.cc | 572 bool InstallUtil::ProgramCompare::GetInfo(const base::win::ScopedHandle& handle, 587 } else if (!GetInfo(file_handle_, &file_info_)) { 629 GetInfo(handle, &info) &&
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_table.cc | 51 base::string16 GetInfo(const AutofillDataModel& data_model, 66 s->BindString16(index++, GetInfo(profile, COMPANY_NAME)); 67 s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_STREET_ADDRESS)); 68 s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_DEPENDENT_LOCALITY)); 69 s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_CITY)); 70 s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_STATE)); 71 s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_ZIP)); 72 s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_SORTING_CODE)); 73 s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_COUNTRY)); 107 s->BindString16(index++, GetInfo(credit_card, CREDIT_CARD_NAME)) [all...] |
/external/chromium_org/gpu/command_buffer/ |
build_gles2_cmd_buffer.py | [all...] |
/external/libvpx/libwebm/ |
mkvparser.cpp | [all...] |