Searched defs:SetInfo (Results 1 - 19 of 19) sorted by relevance

/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_win.cc60 bool DisplayInfoProviderWin::SetInfo( function in class:extensions::DisplayInfoProviderWin
H A Ddisplay_info_provider_chromeos.cc174 // Validates that parameters passed to the SetInfo function are valid for the
290 bool DisplayInfoProviderChromeOS::SetInfo(const std::string& display_id_str, function in class:extensions::DisplayInfoProviderChromeOS
/external/chromium_org/components/autofill/core/browser/
H A Dform_group.cc44 bool FormGroup::SetInfo(const AutofillType& type, function in class:autofill::FormGroup
H A Daddress.cc153 bool Address::SetInfo(const AutofillType& type, function in class:autofill::Address
H A Dphone_number.cc129 bool PhoneNumber::SetInfo(const AutofillType& type, function in class:autofill::PhoneNumber
190 bool PhoneNumber::PhoneCombineHelper::SetInfo(const AutofillType& type, function in class:autofill::PhoneNumber::PhoneCombineHelper
H A Dcontact_info.cc236 bool NameInfo::SetInfo(const AutofillType& type, function in class:autofill::NameInfo
248 return FormGroup::SetInfo(type, value, app_locale);
H A Dcredit_card.cc383 bool CreditCard::SetInfo(const AutofillType& type, function in class:autofill::CreditCard
H A Dautofill_profile.cc168 (*form_group_items)[i].SetInfo(type, values[i], app_locale);
340 bool AutofillProfile::SetInfo(const AutofillType& type, function in class:autofill::AutofillProfile
349 return form_group->SetInfo(type, trimmed_value, app_locale);
426 SetInfo(type, values[0], app_locale);
428 SetInfo(type, base::string16(), app_locale);
612 heuristically_parsed_name.SetInfo(type, full_name, app_locale);
819 trimmed_profile.SetInfo(region_code_type, profile_region_code, app_locale);
841 trimmed_profile.SetInfo(autofill_type, field_value, app_locale);
/external/chromium_org/extensions/shell/browser/
H A Dshell_display_info_provider.cc15 bool ShellDisplayInfoProvider::SetInfo( function in class:extensions::ShellDisplayInfoProvider
/external/chromium_org/gpu/command_buffer/service/
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);
H A Drenderbuffer_manager.cc100 void RenderbufferManager::SetInfo( function in class:gpu::gles2::RenderbufferManager
108 renderbuffer->SetInfo(samples, internalformat, width, height);
H A Drenderbuffer_manager.h84 void SetInfo( function in class:gpu::gles2::Renderbuffer
145 void SetInfo(
H A Dvertex_attrib_manager.cc45 void VertexAttrib::SetInfo( function in class:gpu::gles2::VertexAttrib
/external/chromium_org/v8/src/
H A Dtype-info.cc449 SetInfo(ast_id, target);
459 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) { function in class:v8::internal::TypeFeedbackOracle
/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.cc105 void SetInfo( function in class:gpu::gles2::VertexArrayObject::VertexAttrib
259 attrib.SetInfo(buffer_id, size, type, normalized, stride, ptr);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_composite.cpp4466 FX_BOOL CFX_BitmapComposer::SetInfo(int width, int height, FXDIB_Format src_format, FX_DWORD* pSrcPalette) function in class:CFX_BitmapComposer
H A Dfx_dib_main.cpp1719 FX_BOOL CFX_BitmapStorer::SetInfo(int width, int height, FXDIB_Format src_format, FX_DWORD* pSrcPalette) function in class:CFX_BitmapStorer

Completed in 8287 milliseconds