Searched refs:SetInfo (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_unittest.cc24 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),
107 EXPECT_TRUE(phone.SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER),
114 EXPECT_TRUE(phone.SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER),
126 EXPECT_FALSE(phone.SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER),
165 EXPECT_FALSE(number1.SetInfo(AutofillType(ADDRESS_BILLING_CITY),
167 EXPECT_TRUE(number1.SetInfo(AutofillTyp
[all...]
H A Daddress_unittest.cc28 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");
285 EXPECT_TRUE(address.SetInfo(typ
[all...]
H A Dform_group.h41 // canonicalized, use SetInfo() instead.
52 virtual bool SetInfo(const AutofillType& type,
H A Dphone_number.h41 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
H A Daddress.h32 virtual bool SetInfo(const AutofillType& type,
H A Dform_group.cc44 bool FormGroup::SetInfo(const AutofillType& type, function in class:autofill::FormGroup
H A Dcontact_info.h36 virtual bool SetInfo(const AutofillType& type,
H A Dcontact_info_unittest.cc53 name.SetInfo(AutofillType(NAME_FULL),
148 name.SetInfo(AutofillType(NAME_FIRST), ASCIIToUTF16("First"), "en-US");
167 name.SetInfo(AutofillType(NAME_FIRST), ASCIIToUTF16("Third"), "en-US");
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_aura.cc17 bool DisplayInfoProviderAura::SetInfo( function in class:extensions::DisplayInfoProviderAura
H A Ddisplay_info_provider_mac.cc17 bool DisplayInfoProviderMac::SetInfo( function in class:extensions::DisplayInfoProviderMac
H A Ddisplay_info_provider_aura.h18 virtual bool SetInfo(const std::string& display_id,
H A Ddisplay_info_provider_chromeos.h18 virtual bool SetInfo(const std::string& display_id,
H A Ddisplay_info_provider_mac.h18 virtual bool SetInfo(const std::string& display_id,
H A Ddisplay_info_provider_win.h18 virtual bool SetInfo(const std::string& display_id,
H A Ddisplay_info_provider_win.cc60 bool DisplayInfoProviderWin::SetInfo( function in class:extensions::DisplayInfoProviderWin
/external/chromium_org/extensions/shell/browser/
H A Dshell_display_info_provider.cc15 bool ShellDisplayInfoProvider::SetInfo( function in class:extensions::ShellDisplayInfoProvider
H A Dshell_display_info_provider.h18 virtual bool SetInfo(const std::string& display_id,
/external/chromium_org/extensions/browser/api/system_display/
H A Ddisplay_info_provider.h46 virtual bool SetInfo(const std::string& display_id,
H A Dsystem_display_api.cc48 DisplayInfoProvider::Get()->SetInfo(params->id, params->info, &error);
/external/chromium_org/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.cc71 profile->SetInfo(
76 profile->SetInfo(
81 profile->SetInfo(
86 profile->SetInfo(
91 profile->SetInfo(
96 profile->SetInfo(
101 profile->SetInfo(
106 profile->SetInfo(
111 profile->SetInfo(AutofillType(ADDRESS_HOME_COUNTRY),
115 profile->SetInfo(
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Drenderbuffer_manager_unittest.cc141 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...]
H A Drenderbuffer_manager.h84 void SetInfo( function in class:gpu::gles2::Renderbuffer
145 void SetInfo(
H A Drenderbuffer_manager.cc100 void RenderbufferManager::SetInfo( function in class:gpu::gles2::RenderbufferManager
108 renderbuffer->SetInfo(samples, internalformat, width, height);
H A Dvertex_attrib_manager.h108 void SetInfo(
209 attrib->SetInfo(
H A Dbuffer_manager.cc98 void Buffer::SetInfo( function in class:gpu::gles2::Buffer
250 void BufferManager::SetInfo( function in class:gpu::gles2::BufferManager
258 buffer->SetInfo(size, usage, shadow, data, is_client_side_array);
322 SetInfo(buffer, size, usage, data);
324 SetInfo(buffer, 0, usage, NULL);

Completed in 173 milliseconds

123