Searched defs:base_path (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dleveldb_settings_storage_factory.cc13 const base::FilePath& base_path,
15 return new LeveldbValueStore(base_path.AppendASCII(extension_id));
12 Create( const base::FilePath& base_path, const std::string& extension_id) argument
/external/chromium_org/content/public/test/
H A Dtest_file_system_context.cc19 const base::FilePath& base_path) {
22 base::MessageLoopProxy::current().get(), base_path));
24 quota_manager_proxy, additional_providers.Pass(), base_path);
30 const base::FilePath& base_path) {
38 base_path,
44 const base::FilePath& base_path) {
53 base_path,
17 CreateFileSystemContextForTesting( quota::QuotaManagerProxy* quota_manager_proxy, const base::FilePath& base_path) argument
27 CreateFileSystemContextWithAdditionalProvidersForTesting( quota::QuotaManagerProxy* quota_manager_proxy, ScopedVector<FileSystemBackend> additional_providers, const base::FilePath& base_path) argument
42 CreateIncognitoFileSystemContextForTesting( quota::QuotaManagerProxy* quota_manager_proxy, const base::FilePath& base_path) argument
/external/chromium/base/memory/
H A Dscoped_temp_dir_unittest.cc62 FilePath base_path; local
64 &base_path);
69 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
72 EXPECT_TRUE(base_path.IsParent(test_path));
73 EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
H A Dscoped_temp_dir.cc31 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { argument
35 // If |base_path| does not exist, create it.
36 if (!file_util::CreateDirectory(base_path))
39 // Create a new, uniquely named directory under |base_path|.
41 base_path,
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb27 File.expand_path GLMatrix.base_path.join('spec/jasmine.yml')
51 env = Sprockets::Environment.new base_path
52 env.append_path base_path.join('src')
56 def base_path method in class:GLMatrix
64 dest = base_path.join dest
72 puts "compiled #{source} to #{dest.relative_path_from base_path}"
81 puts "minified #{source} to #{dest.relative_path_from base_path}"
/external/chromium_org/content/shell/common/
H A Dwebkit_test_helpers.cc115 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/base/files/
H A Dscoped_temp_dir.cc32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { argument
36 // If |base_path| does not exist, create it.
37 if (!base::CreateDirectory(base_path))
40 // Create a new, uniquely named directory under |base_path|.
41 if (!base::CreateTemporaryDirInDir(base_path,
H A Dscoped_temp_dir_unittest.cc66 FilePath base_path; local
68 &base_path));
73 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
76 EXPECT_TRUE(base_path.IsParent(test_path));
77 EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
80 base::DeleteFile(base_path, true);
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_last_run_test.cc59 const wchar_t* base_path = google_update::kRegPathClientState; local
60 std::wstring path(base_path);
H A Dgcapi_reactivation_test.cc45 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/installer/util/
H A Dregistry_test_data.h24 // Resets this instance, deletes the key rooted at |base_path|, and then
25 // populates |base_path| with:
27 // \NonEmptyKey (default value = "|base_path|\NonEmptyKey")
29 bool Initialize(HKEY root_key, const wchar_t* base_path);
31 // Deletes the key rooted at base_path and clears all state.
39 const std::wstring& base_path() const { return base_path_; } function in class:RegistryTestData
H A Dregistry_test_data.cc47 bool RegistryTestData::Initialize(HKEY root_key, const wchar_t* base_path) { argument
53 if (DeleteKey(root_key, base_path)) {
56 base_path_.assign(base_path);
/external/chromium_org/content/shell/app/
H A Dwebkit_test_platform_support_linux.cc81 base::FilePath base_path; local
82 PathService::Get(base::DIR_MODULE, &base_path);
83 base::FilePath fonts_conf = base_path.Append(FILE_PATH_LITERAL("fonts.conf"));
122 base::FilePath ahem_font = base_path.Append("AHEM____.TTF");
H A Dwebkit_test_platform_support_win.cc32 base::FilePath base_path; local
33 PathService::Get(base::DIR_MODULE, &base_path);
35 base_path.Append(FILE_PATH_LITERAL("/AHEM____.TTF"));
/external/chromium_org/webkit/browser/fileapi/
H A Dplugin_private_file_system_backend.h128 const base::FilePath& base_path() const { return base_path_; } function in class:fileapi::PluginPrivateFileSystemBackend
/external/chromium/chrome/browser/net/
H A Durl_request_slow_http_job.cc28 void URLRequestSlowHTTPJob::AddUrlHandler(const FilePath& base_path) { argument
29 base_path_ = base_path;
/external/chromium_org/mojo/shell/
H A Durl_request_context_getter.cc32 base::FilePath base_path,
37 : base_path_(base_path),
31 URLRequestContextGetter( base::FilePath base_path, base::SingleThreadTaskRunner* network_task_runner, base::SingleThreadTaskRunner* file_task_runner, base::MessageLoopProxy* cache_task_runner, scoped_ptr<net::NetworkDelegate> network_delegate) argument
H A Dloader.cc37 base::FilePath base_path)
40 base_path,
33 Loader(base::SingleThreadTaskRunner* network_runner, base::SingleThreadTaskRunner* file_runner, base::MessageLoopProxy* cache_runner, scoped_ptr<net::NetworkDelegate> network_delegate, base::FilePath base_path) argument
/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder.h93 // Given a |url| and a |base_path|, returns a filename which represents this
98 static std::string Encode(const std::string& url, std::string base_path, argument
103 EncodeSegment(base_path, url_no_scheme, '/', &filename);
113 filename.append(base_path);
/external/chromium_org/chrome/browser/extensions/
H A Dpage_action_browsertest.cc126 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"));
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_delegate_unittest.cc68 std::string base_path() const { return "file:///c:/tmp/"; } function in class:BookmarkMenuDelegateTest
84 std::string test_base = base_path();
/external/chromium_org/chrome/browser/ui/webui/
H A Dprofiler_ui.cc71 base::FilePath base_path; variable
72 PathService::Get(base::DIR_SOURCE_ROOT, &base_path);
73 base_path = base_path.AppendASCII("chrome");
74 base_path = base_path.AppendASCII("browser");
75 base_path = base_path.AppendASCII("resources");
76 base_path = base_path
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dplugin_private_file_system_backend_unittest.cc65 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/browser/
H A Dshell_url_request_context_getter.cc62 const base::FilePath& base_path,
68 base_path_(base_path),
60 ShellURLRequestContextGetter( bool ignore_certificate_errors, const base::FilePath& base_path, base::MessageLoop* io_loop, base::MessageLoop* file_loop, ProtocolHandlerMap* protocol_handlers, net::NetLog* net_log) argument
/external/chromium_org/net/tools/dump_cache/
H A Durl_to_filename_encoder.h92 // Given a |url| and a |base_path|, returns a filename which represents this
97 static std::string Encode(const std::string& url, std::string base_path, argument
102 EncodeSegment(base_path, url_no_scheme, '/', &filename);
112 filename.append(base_path);

Completed in 995 milliseconds

123