/external/chromium_org/net/disk_cache/ |
mapped_file_win.cc | 21 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_);
|
mapped_file.h | 54 HANDLE section_; member in class:disk_cache::MappedFile
|
/external/chromium/net/disk_cache/ |
mapped_file_win.cc | 20 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0, 22 if (!section_) 25 buffer_ = MapViewOfFile(section_, FILE_MAP_READ | FILE_MAP_WRITE, 0, 0, size); 41 if (section_) 42 CloseHandle(section_);
|
mapped_file.h | 45 HANDLE section_; member in class:disk_cache::MappedFile
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_field.h | 33 const std::string& section() const { return section_; } 42 void set_section(const std::string& section) { section_ = section; } 82 std::string section_; member in class:autofill::AutofillField
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_section_container.h | 73 autofill::DialogSection section_; variable
|
/external/elfutils/src/ |
readelf.c | [all...] |