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

1 2

  /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/base/memory/
scoped_temp_dir_unittest.cc 62 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);
  /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/chrome/installer/gcapi/
gcapi_last_run_test.cc 59 const wchar_t* base_path = google_update::kRegPathClientState; local
60 std::wstring path(base_path);
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/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/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/content/shell/app/
webkit_test_platform_support_linux.cc 81 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");
webkit_test_platform_support_win.cc 32 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/
plugin_private_file_system_backend.h 128 const base::FilePath& base_path() const { return base_path_; } function in class:fileapi::PluginPrivateFileSystemBackend
  /external/chromium_org/chrome/browser/ui/webui/
profiler_ui.cc 71 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.AppendASCII("profiler")
    [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);
extension_browsertests_misc.cc 212 FilePath base_path = test_data_dir_.AppendASCII("browsertest") local
215 ASSERT_TRUE(LoadExtension(base_path.AppendASCII("ExtA")));
225 ASSERT_TRUE(LoadExtension(base_path.AppendASCII("ExtB")));
    [all...]
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 74 std::string base_path = WideToASCII(path_); local
76 net::UrlToFilenameEncoder::Encode(url, base_path, false);
  /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"));
external_provider_impl.cc 240 base::FilePath base_path = loader_->GetBaseCrxFilePath(); local
241 if (base_path.empty()) {
246 path = base_path.Append(external_crx);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate_unittest.cc 68 std::string base_path() const { return "file:///c:/tmp/"; } function in class:BookmarkMenuDelegateTest
84 std::string test_base = base_path();
bookmark_editor_view_unittest.cc 50 std::string base_path() const { return "file:///c:/tmp/"; } function in class:BookmarkEditorViewTest
53 return model_->GetMostRecentlyAddedNodeForURL(GURL(base_path() + name));
132 std::string test_base = base_path();
195 ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->url());
206 SetURLText(UTF8ToWide(GURL(base_path() + "new_a").spec()));
214 ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->url());
229 ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->url());
240 SetURLText(UTF8ToWide(GURL(base_path() + "new_a").spec()));
247 ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->url());
295 SetURLText(UTF8ToWide(GURL(base_path() + "a").spec()))
    [all...]
  /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/net/tools/dump_cache/
cache_dumper.cc 83 std::string base_path = path_.MaybeAsASCII(); local
85 net::UrlToFilenameEncoder::Encode(url, base_path, false);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk_unittest.cc 55 std::string base_path() const { return "file:///c:/tmp/"; } function in class:BookmarkEditorGtkTest
58 return model_->GetMostRecentlyAddedNodeForURL(GURL(base_path() + name));
75 std::string test_base = base_path();
151 ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->GetURL());
161 GURL(base_path() + "new_a").spec().c_str());
172 ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->GetURL());
190 ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->GetURL());
202 GURL(base_path() + "new_a").spec().c_str());
212 ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->GetURL());
271 GURL(base_path() + "a").spec().c_str())
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 44 std::string base_path() const { return "file:///c:/tmp/"; } function in class:BookmarkEditorViewTest
47 return model_->GetMostRecentlyAddedNodeForURL(GURL(base_path() + name));
108 std::string test_base = base_path();
167 ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->GetURL());
177 SetURLText(UTF8ToWide(GURL(base_path() + "new_a").spec()));
185 ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->GetURL());
198 ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->GetURL());
208 SetURLText(UTF8ToWide(GURL(base_path() + "new_a").spec()));
214 ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->GetURL());
256 SetURLText(UTF8ToWide(GURL(base_path() + "a").spec()))
    [all...]
  /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/ui/gtk/bookmarks/
bookmark_editor_gtk_unittest.cc 54 std::string base_path() const { return "file:///c:/tmp/"; } function in class:BookmarkEditorGtkTest
57 return model_->GetMostRecentlyAddedNodeForURL(GURL(base_path() + name));
79 std::string test_base = base_path();
173 ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->url());
183 GURL(base_path() + "new_a").spec().c_str());
193 ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->url());
211 ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->url());
223 GURL(base_path() + "new_a").spec().c_str());
233 ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->url());
293 GURL(base_path() + "a").spec().c_str())
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 136 base::FilePath base_path = shortcut_path. local
142 base::FilePath shortcut_file = base_path;

Completed in 1943 milliseconds

1 2