/external/chromium_org/chrome/installer/util/ |
registry_key_backup_unittest.cc | 25 destination_path_.assign(test_data_.base_path()).append(L"\\Destination"); 44 std::wstring non_existent_key_path(test_data_.base_path() + L"\\NoKeyHere");
|
copy_reg_key_work_item_unittest.cc | 26 destination_path_.assign(test_data_.base_path()).append(L"\\Destination"); 37 std::wstring(test_data_.base_path() + L"\\NoKeyHere"), 38 std::wstring(test_data_.base_path() + L"\\NoKeyHere\\OrHere")
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
samples_data_source.py | 31 base_path): 35 self._base_path = base_path 107 def _MakeSamplesList(self, base_path, files, is_apps=False): 123 posixpath.join(base_path, js_file)).Get() 164 posixpath.join(base_path, sample_path), 186 base_path, 190 self._base_path = base_path
|
fake_url_fetcher.py | 18 def __init__(self, base_path): 19 self._base_path = base_path 95 def __init__(self, file_system, base_path): 96 self._base_path = base_path
|
local_file_system.py | 63 def __init__(self, base_path): 64 self._base_path = _ConvertToFilepath(base_path)
|
sidenav_data_source.py | 65 (beginning with /, in which case it will be moved relative to |base_path|). 78 item['href'] = self._server_instance.base_path + href 89 _AddSelected(sidenav, self._server_instance.base_path + self._request.path)
|
/external/chromium_org/content/public/test/ |
test_file_system_backend.cc | 32 explicit TestFileUtil(const base::FilePath& base_path) 33 : base_path_(base_path) {} 158 const base::FilePath& base_path) 159 : base_path_(base_path), 160 file_util_(new AsyncFileUtilAdapter(new TestFileUtil(base_path))),
|
test_file_system_backend.h | 31 const base::FilePath& base_path);
|
/external/chromium_org/tools/grit/grit/format/ |
html_inline.py | 75 src_match, base_path, distribution, inlined_files, names_only=False, 87 base_path: path that to look for files in 106 filepath = os.path.normpath(os.path.join(base_path, filename)) 166 def GetFilepath(src_match, base_path = input_filepath): 176 return os.path.normpath(os.path.join(base_path, filename)) 260 def InlineCSSFile(src_match, pattern, base_path=input_filepath): 266 base_path: The base path to use for resolving the CSS file. 271 filepath = GetFilepath(src_match, base_path)
|
/external/chromium_org/content/browser/fileapi/ |
plugin_private_file_system_backend_unittest.cc | 65 const base::FilePath& base_path() const { return backend()->base_path(); } function in class:fileapi::PluginPrivateFileSystemBackendTest 102 EXPECT_TRUE(base_path().AppendASCII("000").AppendASCII(kPlugin1).IsParent(
|
/external/chromium_org/content/shell/common/ |
webkit_test_helpers.cc | 115 base::FilePath base_path; local 116 PathService::Get(base::DIR_SOURCE_ROOT, &base_path); 117 return base_path.Append(FILE_PATH_LITERAL("third_party/WebKit"));
|
/external/chromium_org/tools/grit/grit/ |
util_unittest.py | 61 def TestRelativePathCombinations(base_path, other_path, expected_result): 65 for path1 in [base_path, base_path + os.path.sep]:
|
/external/chromium_org/gpu/gles2_conform_support/ |
generate_gles2_embedded_data.py | 67 base_path = full_path[len(self.scan_dir) + 1:] 96 base_path.replace("\\", "/"), name))
|
/external/chromium_org/mojo/shell/ |
url_request_context_getter.cc | 32 base::FilePath base_path, 37 : base_path_(base_path),
|
/development/scripts/ |
divide_and_compress.py | 135 self.base_path = base_dir 151 os.path.walk(self.base_path, self.CompressDirectory, 1) 303 self.base_path, archive_obj.infolist()[0].filename)) 335 archive.write(filepath, filepath[len(self.base_path):])
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/ |
release_helper.rb | 36 GLMatrix.base_path.to_s
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_test_util.h | 103 virtual ValueStore* Create(const base::FilePath& base_path,
|
settings_test_util.cc | 159 const base::FilePath& base_path, 162 return delegate_->Create(base_path, extension_id);
|
settings_backend.h | 37 // |base_path| is the base of the extension settings directory, so the 38 // databases will be at base_path/extension_id. 42 const base::FilePath& base_path,
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi_reactivation_test.cc | 45 const wchar_t* base_path = local 49 std::wstring path(base_path); 73 const wchar_t* base_path = local 77 std::wstring path(base_path);
|
/external/chromium_org/chrome/browser/printing/ |
printing_layout_browsertest.cc | 122 base::FilePath base_path(ui_test_utils::GetTestFilePath( 124 base::FilePath emf(base_path.Append(verification_name + L".emf")); 125 base::FilePath png(base_path.Append(verification_name + L".png")); 128 base_path.Append(verification_name + L"_cleartype.png")); 153 base_path.Append(verification_name + L"_failed.emf")); 166 base_path.Append(verification_name + L"_rendering.png"));
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
cmake.py | 93 def NormjoinPathForceCMakeSource(base_path, rel_path): 94 """Resolves rel_path against base_path and returns the result. 97 Otherwise it is resolved against base_path and normalized. 105 # TODO: do we need to check base_path for absolute variables as well? 107 os.path.normpath(os.path.join(base_path, rel_path))) 110 def NormjoinPath(base_path, rel_path): 111 """Resolves rel_path against base_path and returns the result. 114 Otherwise it is resolved against base_path if relative, then normalized. 118 return os.path.normpath(os.path.join(base_path, rel_path)) 325 def NormjoinRulePathForceCMakeSource(base_path, rel_path, rule_source) [all...] |
/external/chromium/chrome/browser/extensions/ |
external_extension_provider_impl.cc | 128 FilePath base_path = loader_->GetBaseCrxFilePath(); local 129 if (base_path.empty()) { 134 path = base_path.Append(external_crx);
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
locally_managed_user_creation_controller.cc | 39 const base::FilePath& base_path) { 42 base::CreateDirectory(base_path); 44 base::FilePath token_file = base_path.Append(kManagedUserTokenFilename);
|
/external/chromium_org/chrome/browser/extensions/ |
page_action_browsertest.cc | 126 base::FilePath base_path = test_data_dir_.AppendASCII("browsertest") local 129 const Extension* extensionA = LoadExtension(base_path.AppendASCII("ExtA")); 139 const Extension* extensionB = LoadExtension(base_path.AppendASCII("ExtB"));
|