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

  /external/chromium_org/components/autofill/core/browser/
form_group.cc 44 bool FormGroup::SetInfo(const AutofillType& type,
address.cc 153 bool Address::SetInfo(const AutofillType& type,
phone_number.cc 129 bool PhoneNumber::SetInfo(const AutofillType& type,
190 bool PhoneNumber::PhoneCombineHelper::SetInfo(const AutofillType& type,
contact_info.cc 236 bool NameInfo::SetInfo(const AutofillType& type,
248 return FormGroup::SetInfo(type, value, app_locale);
credit_card.cc 383 bool CreditCard::SetInfo(const AutofillType& type,
autofill_profile.cc 168 (*form_group_items)[i].SetInfo(type, values[i], app_locale);
340 bool AutofillProfile::SetInfo(const AutofillType& type,
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);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
display_info_provider_aura.cc 17 bool DisplayInfoProviderAura::SetInfo(
display_info_provider_mac.cc 17 bool DisplayInfoProviderMac::SetInfo(
display_info_provider_win.cc 60 bool DisplayInfoProviderWin::SetInfo(
display_info_provider_chromeos.cc 174 // Validates that parameters passed to the SetInfo function are valid for the
290 bool DisplayInfoProviderChromeOS::SetInfo(const std::string& display_id_str,
  /external/chromium_org/extensions/shell/browser/
shell_display_info_provider.cc 15 bool ShellDisplayInfoProvider::SetInfo(
  /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 45 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_org/v8/src/
type-info.cc 449 SetInfo(ast_id, target);
459 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) {
  /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)
iiisext.h 169 HRESULT (WINAPI *SetInfo)(IISApplicationPool *This,void *retval);
199 #define IISApplicationPool_SetInfo(This,retval) (This)->lpVtbl->SetInfo(This,retval)
244 HRESULT (WINAPI *SetInfo)(IISApplicationPools *This,void *retval);
270 #define IISApplicationPools_SetInfo(This,retval) (This)->lpVtbl->SetInfo(This,retval)
320 HRESULT (WINAPI *SetInfo)(IISWebService *This,void *retval);
362 #define IISWebService_SetInfo(This,retval) (This)->lpVtbl->SetInfo(This,retval)
451 HRESULT (WINAPI *SetInfo)(IISDsCrMap *This,void *retval);
    [all...]
winioctl.h     [all...]
iads.h     [all...]
  /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/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]
fx_dib_composite.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 3259 milliseconds