HomeSort by relevance Sort by last modified time
    Searched refs:SetInfo (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/components/autofill/core/browser/
phone_number_unittest.cc 24 phone_number.SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER), phone, "US");
88 // Verify that PhoneNumber::SetInfo() correctly formats the incoming number.
89 TEST(PhoneNumberTest, SetInfo) {
97 EXPECT_TRUE(phone.SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER),
103 EXPECT_TRUE(phone.SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER),
109 EXPECT_TRUE(phone.SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER),
116 EXPECT_FALSE(phone.SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER),
155 EXPECT_FALSE(number1.SetInfo(AutofillType(ADDRESS_BILLING_CITY),
157 EXPECT_TRUE(number1.SetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE),
159 EXPECT_TRUE(number1.SetInfo(AutofillType(PHONE_HOME_CITY_CODE)
    [all...]
form_group.h 41 // canonicalized, use SetInfo() instead.
52 virtual bool SetInfo(const AutofillType& type,
address_unittest.cc 28 address.SetInfo(
56 address.SetInfo(
65 address.SetInfo(
72 address.SetInfo(
79 address.SetInfo(
86 address.SetInfo(
95 address.SetInfo(html_type_country_code, ASCIIToUTF16("US"), "en-US");
102 address.SetInfo(html_type_country_code, ASCIIToUTF16("cA"), "en-US");
108 address.SetInfo(html_type_country_code, ASCIIToUTF16("unknown"), "en-US");
264 // Verifies that Address::SetInfo() rejects setting data fo
    [all...]
phone_number.h 41 virtual bool SetInfo(const AutofillType& type,
59 bool SetInfo(const AutofillType& type, const base::string16& value);
61 // Parses the number built up from pieces stored via SetInfo() according to
address.h 32 virtual bool SetInfo(const AutofillType& type,
form_group.cc 44 bool FormGroup::SetInfo(const AutofillType& type,
credit_card.h 58 virtual bool SetInfo(const AutofillType& type,
phone_number.cc 129 bool PhoneNumber::SetInfo(const AutofillType& type,
183 bool PhoneNumber::PhoneCombineHelper::SetInfo(const AutofillType& type,
autofill_profile.h 52 virtual bool SetInfo(const AutofillType& type,
62 // Multi-value equivalents to |GetInfo| and |SetInfo|.
autofill_ie_toolbar_import_win.cc 166 if (!phone || !phone->SetInfo(AutofillType(it->second), field_value)) {
168 form_group->SetInfo(AutofillType(it->second), field_value, app_locale);
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_aura.cc 9 bool DisplayInfoProvider::SetInfo(const std::string& display_id,
display_info_provider_mac.cc 9 bool DisplayInfoProvider::SetInfo(const std::string& display_id,
display_info_provider.h 35 virtual bool SetInfo(const std::string& display_id,
system_display_api.cc 46 bool success = DisplayInfoProvider::Get()->SetInfo(params->id,
display_info_provider_win.cc 54 bool DisplayInfoProvider::SetInfo(const std::string& display_id,
  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager_unittest.cc 141 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight);
155 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight);
188 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight1);
193 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight2);
215 manager_->SetInfo(renderbuffer1.get(), kSamples, kFormat, kWidth, kHeight);
248 manager_->SetInfo(renderbuffer1.get(), kSamples, kFormat, kWidth, kHeight);
257 manager_->SetInfo(
262 manager_->SetInfo(
268 manager_->SetInfo(
274 manager_->SetInfo(
    [all...]
renderbuffer_manager.h 84 void SetInfo(
145 void SetInfo(
buffer_manager.h 120 void SetInfo(
260 void SetInfo(
renderbuffer_manager.cc 100 void RenderbufferManager::SetInfo(
108 renderbuffer->SetInfo(samples, internalformat, width, height);
vertex_attrib_manager.h 109 void SetInfo(
210 attrib->SetInfo(
buffer_manager.cc 98 void Buffer::SetInfo(
250 void BufferManager::SetInfo(
258 buffer->SetInfo(size, usage, shadow, data, is_client_side_array);
322 SetInfo(buffer, size, usage, data);
324 SetInfo(buffer, 0, usage, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdadc.h 122 virtual HRESULT WINAPI SetInfo(ULONG cInfo,DCINFO rgInfo[]) = 0;
131 HRESULT (WINAPI *SetInfo)(IDCInfo *This,ULONG cInfo,DCINFO rgInfo[]);
142 #define IDCInfo_SetInfo(This,cInfo,rgInfo) (This)->lpVtbl->SetInfo(This,cInfo,rgInfo)
  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.cc 97 profile->SetInfo(AutofillType(ADDRESS_HOME_COUNTRY), country, app_locale_);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper_unittest.cc 41 TEST_F(CannedBrowsingDataAppCacheHelperTest, SetInfo) {
  /external/chromium_org/v8/src/
type-info.h 105 void SetInfo(TypeFeedbackId id, Object* target);

Completed in 3869 milliseconds

1 2 3