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

  /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/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/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...]

Completed in 179 milliseconds