Searched defs:section_start (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/win/
H A Dpe_image_unittest.cc43 PVOID section_start,
41 SectionsCallback(const PEImage &image, PIMAGE_SECTION_HEADER header, PVOID section_start, DWORD section_size, PVOID cookie) argument
H A Dpe_image.cc245 PVOID section_start = RVAToAddr(section->VirtualAddress); local
248 if (!callback(*this, section, section_start, size, cookie))
/external/chromium/chrome/browser/autofill/
H A Dautofill_manager.cc105 // Fills |section_start| and |section_end| so that [section_start, section_end)
115 size_t* section_start,
117 DCHECK(section_start);
121 *section_start = 0;
166 *section_start = i;
168 *section_start = i + 1;
186 // |form_structure| with indices in the range [section_start, section_end).
189 size_t section_start,
199 for (size_t i = section_start,
112 FindSectionBounds(const FormStructure& form, const AutofillField& field, bool is_filling_credit_card, size_t* section_start, size_t* section_end) argument
187 SectionIsAutofilled(const FormStructure* form_structure, const webkit_glue::FormData& form, size_t section_start, size_t section_end) argument
418 size_t section_start, section_end; local
[all...]

Completed in 537 milliseconds