Searched defs:current_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dredirect_uitest.cc186 FilePath current_path; local
187 ASSERT_TRUE(net::FileURLToFilePath(current_url, &current_path));
188 ASSERT_TRUE(file_util::AbsolutePath(&current_path));
191 StringToLowerASCII(current_path.value()));
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_tree_model.cc45 GtkTreePath* current_path = gtk_tree_model_get_path(tree_model, parent_iter); local
46 if (gtk_tree_path_compare(current_path, selected_path) == 0)
48 gtk_tree_path_free(current_path);
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc124 FilePath current_path = full_path.StripTrailingSeparators(); local
126 FilePath path = current_path.DirName();
127 FilePath name = current_path.BaseName();

Completed in 219 milliseconds