HomeSort by relevance Sort by last modified time
    Searched defs:SetInfo (Results 1 - 22 of 22) sorted by null

  /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_gtk.cc 14 bool DisplayInfoProvider::SetInfo(const std::string& display_id,
display_info_provider_win.cc 53 bool DisplayInfoProvider::SetInfo(const std::string& display_id,
display_info_provider_chromeos.cc 174 // Validates that parameters passed to the SetInfo function are valid for the
357 bool DisplayInfoProvider::SetInfo(const std::string& display_id,
  /external/chromium_org/components/autofill/core/browser/
form_group.cc 44 bool FormGroup::SetInfo(const AutofillType& type,
address.cc 143 bool Address::SetInfo(const AutofillType& type,
phone_number.cc 135 bool PhoneNumber::SetInfo(const AutofillType& type,
189 bool PhoneNumber::PhoneCombineHelper::SetInfo(const AutofillType& type,
credit_card.cc 396 bool CreditCard::SetInfo(const AutofillType& type,
autofill_profile.cc 299 bool AutofillProfile::SetInfo(const AutofillType& type,
308 return form_group->SetInfo(type, trimmed_value, app_locale);
  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager.cc 100 void RenderbufferManager::SetInfo(
108 renderbuffer->SetInfo(samples, internalformat, width, height);
renderbuffer_manager.h 84 void SetInfo(
145 void SetInfo(
vertex_attrib_manager.cc 46 void VertexAttrib::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);
  /external/chromium/chrome/browser/autofill/
address.cc 128 void Address::SetInfo(AutofillFieldType type, const string16& value) {
contact_info.cc 108 void NameInfo::SetInfo(AutofillFieldType type, const string16& value) {
365 void EmailInfo::SetInfo(AutofillFieldType type, const string16& value) {
408 void CompanyInfo::SetInfo(AutofillFieldType type, const string16& value) {
phone_number.cc 114 void PhoneNumber::SetInfo(AutofillFieldType type, const string16& value) {
autofill_profile.cc 123 (*form_group_items)[i].SetInfo(type, CollapseWhitespace(values[i], false));
240 void AutofillProfile::SetInfo(AutofillFieldType type, const string16& value) {
243 form_group->SetInfo(type, CollapseWhitespace(value, false));
263 SetInfo(type, values[0]);
265 SetInfo(type, string16());
492 SetInfo(*iter, profile.GetInfo(*iter));
credit_card.cc 242 void CreditCard::SetInfo(AutofillFieldType type, const string16& value) {
  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager.cc 105 void SetInfo(
259 attrib.SetInfo(buffer_id, size, type, normalized, stride, ptr);
  /external/chromium_org/v8/src/
type-info.cc 545 SetInfo(ast_id, Smi::FromInt(target->check_type()));
557 SetInfo(ast_id, target);
581 SetInfo(ast_id, cell);
587 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) {
  /external/v8/src/
type-info.cc 653 SetInfo(ast_id, Smi::FromInt(target->check_type()));
657 SetInfo(ast_id, static_cast<Object*>(target));
660 SetInfo(ast_id, map);
664 SetInfo(ast_id, target);
672 SetInfo(ast_id, target);
680 SetInfo(ast_id, target);
702 SetInfo(ast_id, value);
708 void TypeFeedbackOracle::SetInfo(unsigned ast_id, Object* target) {

Completed in 843 milliseconds