/external/chromium_org/chrome/browser/ui/webui/print_preview/ |
sticky_settings.cc | 53 base::FilePath::StringType save_path; local 54 if (value->GetString(printing::kSettingSavePath, &save_path)) 55 save_path_.reset(new base::FilePath(save_path)); 73 base::FilePath* StickySettings::save_path() { function in class:printing::StickySettings
|
sticky_settings.h | 36 base::FilePath* save_path();
|
print_preview_handler.cc | [all...] |
/external/chromium_org/tools/site_compare/ |
site_compare.py | 38 window_pos=(0, 0), timeout=20, save_path=None, **kwargs): 47 save_path: root of save path, automatically appended with browser and 61 if save_path is None: 63 save_path = os.path.join(os.path.split(__file__)[0], "Scrapes") 70 full_path = os.path.join(save_path, browser[0], scraper.version)
|
/external/e2fsprogs/lib/ext2fs/ |
extent.c | 566 ext2_extent_path_t save_path; 579 retval = ext2fs_get_mem(sizeof(struct ext2_extent_path), &save_path); 582 memset(save_path, 0, sizeof(struct ext2_extent_path)); 584 save_path->magic = EXT2_ET_MAGIC_EXTENT_PATH; 585 save_path->leaf_height = info.max_depth - info.curr_level - 1; 586 save_path->lblk = extent.e_lblk; 588 *ret_path = save_path; [all...] |
/external/chromium/chrome/browser/sessions/ |
session_service.cc | 142 SessionService::SessionService(const FilePath& save_path) 143 : BaseSessionService(SESSION_RESTORE, NULL, save_path), [all...] |
session_service.h | 57 explicit SessionService(const FilePath& save_path);
|
/external/chromium_org/chrome/browser/sessions/ |
session_service.h | 72 explicit SessionService(const base::FilePath& save_path);
|
session_service.cc | 197 SessionService::SessionService(const base::FilePath& save_path) 198 : BaseSessionService(SESSION_RESTORE, NULL, save_path), [all...] |