Searched refs:section_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file_win.cc21 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0,
23 if (!section_)
26 buffer_ = MapViewOfFile(section_, FILE_MAP_READ | FILE_MAP_WRITE, 0, 0, size);
48 if (section_)
49 CloseHandle(section_);
H A Dmapped_file.h58 HANDLE section_; member in class:disk_cache::MappedFile
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_field.h33 const std::string& section() const { return section_; }
42 void set_section(const std::string& section) { section_ = section; }
98 std::string section_; member in class:autofill::AutofillField
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_section_container.h73 autofill::DialogSection section_; variable
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h681 : rinfo_(rinfo), section_(section), merged_index_(merged_index) {}
684 ConstantPoolArray::LayoutSection section_; member in struct:v8::internal::BASE_EMBEDDED::ConstantPoolEntry
H A Dassembler-arm.cc3675 entry_section = entries_[i].section_;
3758 offset = offsets[entry->section_][type];
3759 offsets[entry->section_][type] += ConstantPoolArray::entry_size(type);
3782 if (entry->section_ == ConstantPoolArray::EXTENDED_SECTION) {
/external/elfutils/0.153/src/
H A Dreadelf.c7327 { ".debug_" #name, section_##name, print_debug_##name##_section }

Completed in 1405 milliseconds