HomeSort by relevance Sort by last modified time
    Searched defs:base_path (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/mojo/services/network/
main.cc 26 base::FilePath base_path; variable
27 CHECK(PathService::Get(base::DIR_TEMP, &base_path));
28 base_path = base_path.Append(FILE_PATH_LITERAL("network_service"));
29 context_.reset(new mojo::NetworkContext(base_path));
  /external/chromium_org/content/shell/app/
webkit_test_platform_support_linux.cc 32 base::FilePath base_path; local
33 PathService::Get(base::DIR_MODULE, &base_path);
35 base_path.Append(FILE_PATH_LITERAL("fonts.conf"))))
45 if (!gfx::LoadFontIntoFontconfig(base_path.Append(kLocalFonts[i])))
webkit_test_platform_support_win.cc 34 base::FilePath base_path; local
35 PathService::Get(base::DIR_MODULE, &base_path);
37 base_path.Append(FILE_PATH_LITERAL("/AHEM____.TTF"));
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb 27 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/base/files/
scoped_temp_dir_unittest.cc 66 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/
gcapi_last_run_test.cc 57 const wchar_t* base_path = google_update::kRegPathClientState; local
58 std::wstring path(base_path);
gcapi_reactivation_test.cc 46 const wchar_t* base_path = local
50 std::wstring path(base_path);
74 const wchar_t* base_path = local
78 std::wstring path(base_path);
  /external/chromium_org/chrome/installer/util/
registry_test_data.h 24 // 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
  /external/chromium_org/content/shell/common/
webkit_test_helpers.cc 107 base::FilePath base_path; local
108 PathService::Get(base::DIR_SOURCE_ROOT, &base_path);
109 return base_path.Append(FILE_PATH_LITERAL("third_party/WebKit"));
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_posix.cc 22 base::FilePath base_path; local
23 if (PathService::Get(dir_key, &base_path)) {
24 base::FilePath path = base_path.Append(host_name + ".json");
  /external/chromium_org/storage/browser/fileapi/
plugin_private_file_system_backend.h 125 const base::FilePath& base_path() const { return base_path_; } function in class:storage::PluginPrivateFileSystemBackend
  /external/chromium_org/chrome/browser/ui/webui/
profiler_ui.cc 70 base::FilePath base_path; variable
71 PathService::Get(base::DIR_SOURCE_ROOT, &base_path);
72 base_path = base_path.AppendASCII("chrome");
73 base_path = base_path.AppendASCII("browser");
74 base_path = base_path.AppendASCII("resources");
75 base_path = base_path.AppendASCII("profiler")
    [all...]
  /external/chromium_org/ui/ozone/platform/test/
test_window.cc 30 base::FilePath base_path = manager_->base_path(); local
31 if (base_path.empty() || base_path == base::FilePath("/dev/null"))
32 return base_path;
35 return base_path.Append(base::IntToString(widget_));
test_window_manager.cc 95 base::FilePath TestWindowManager::base_path() const { function in class:ui::TestWindowManager
  /external/chromium_org/chrome/browser/extensions/
page_action_browsertest.cc 130 base::FilePath base_path = test_data_dir_.AppendASCII("browsertest") local
133 const Extension* extensionA = LoadExtension(base_path.AppendASCII("ExtA"));
143 const Extension* extensionB = LoadExtension(base_path.AppendASCII("ExtB"));
external_provider_impl.cc 260 base::FilePath base_path = loader_->GetBaseCrxFilePath(); local
261 if (base_path.empty()) {
266 path = base_path.Append(external_crx);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate_unittest.cc 71 std::string base_path() const { return "file:///c:/tmp/"; } function in class:BookmarkMenuDelegateTest
87 std::string test_base = base_path();
bookmark_editor_view_unittest.cc 52 std::string base_path() const { return "file:///c:/tmp/"; } function in class:BookmarkEditorViewTest
55 return model_->GetMostRecentlyAddedUserNodeForURL(GURL(base_path() + name));
134 std::string test_base = base_path();
197 ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->url());
208 SetURLText(UTF8ToUTF16(GURL(base_path() + "new_a").spec()));
216 ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->url());
231 ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->url());
242 SetURLText(UTF8ToUTF16(GURL(base_path() + "new_a").spec()));
249 ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->url());
297 SetURLText(UTF8ToUTF16(GURL(base_path() + "a").spec()))
    [all...]
  /external/chromium_org/content/browser/fileapi/
plugin_private_file_system_backend_unittest.cc 70 const base::FilePath& base_path() const { return backend()->base_path(); } function in class:content::PluginPrivateFileSystemBackendTest
113 EXPECT_TRUE(base_path().AppendASCII("000").AppendASCII(kPlugin1).IsParent(
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 83 std::string base_path = path_.MaybeAsASCII(); local
85 net::UrlToFilenameEncoder::Encode(url, base_path, false);
  /external/qemu/util/
oslib-win32.c 196 char base_path[MAX_PATH+1] = ""; local
199 /* SHGFP_TYPE_CURRENT */ 0, base_path);
205 return g_strdup_printf("%s" G_DIR_SEPARATOR_S "%s", base_path,
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 42 SkPath base_path; local
43 base_path.moveTo(0, SkIntToScalar(-kCalibrationArrowHeight));
44 base_path.lineTo(SkIntToScalar(-kCalibrationArrowHeight), 0);
45 base_path.lineTo(SkIntToScalar(kCalibrationArrowHeight), 0);
46 base_path.close();
54 base_path.transform(rotate_transform.matrix(), &path);
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 135 base::FilePath base_path = shortcut_path. local
141 base::FilePath shortcut_file = base_path;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory_unittest.cc 184 const base::FilePath base_path = temp_directory.path(); local
186 int limit = base::GetMaximumPathComponentLength(base_path);
192 factory()->TestOpenBackingStore(too_long_origin, base_path);
197 factory()->TestOpenBackingStore(ok_origin, base_path);
  /external/chromium_org/win8/metro_driver/
file_picker.cc 394 base::FilePath base_path; local
414 if (base_path.empty()) {
416 base_path = file_path.DirName();
420 result->append(base_path.value().c_str(), base_path.value().size() + 1);
423 DCHECK(!base_path.empty());
424 DCHECK(base_path == file_path.DirName());

Completed in 619 milliseconds

1 2