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

  /external/chromium_org/net/disk_cache/
cache_util.cc 86 base::FilePath current_path = full_path.StripTrailingSeparators(); local
88 base::FilePath path = current_path.DirName();
89 base::FilePath name = current_path.BaseName();
  /external/chromium_org/chrome/browser/history/
download_row.h 25 const base::FilePath& current_path,
46 base::FilePath current_path; member in struct:history::DownloadRow
  /external/chromium_org/content/public/test/
mock_download_manager.h 30 base::FilePath current_path; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
47 const base::FilePath& current_path,
100 const base::FilePath& current_path,
  /external/chromium_org/skia/ext/
platform_device_win.cc 146 CubicPath* current_path = NULL; local
158 current_path = &paths->back();
185 current_path = &paths->back();
189 current_path = NULL;
194 SkASSERT(current_path);
195 if (!current_path) {
199 current_path->push_back(points_to_add);
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 186 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/
bookmark_tree_model.cc 45 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_org/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 49 GtkTreePath* current_path = local
51 if (gtk_tree_path_compare(current_path, selected_path) == 0)
53 gtk_tree_path_free(current_path);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 749 const base::FilePath current_path = parent_path.Append( local
752 file_system_as_text.append(FormatEntry(current_path, entry) + "\n");
756 current_path,
759 current_path));
  /external/chromium_org/base/
file_util_posix.cc 828 FilePath current_path = base; local
829 if (!VerifySpecificPathControlledByUser(current_path, owner_uid, group_gids))
833 current_path = current_path.Append(*ip);
835 current_path, owner_uid, group_gids))
  /external/chromium/net/disk_cache/
backend_impl.cc 124 FilePath current_path = full_path.StripTrailingSeparators(); local
126 FilePath path = current_path.DirName();
127 FilePath name = current_path.BaseName();
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 763 std::vector<MenuItemView*> current_path; local
765 BuildPathsAndCalculateDiff(pending_state_.item, menu_item, &current_path,
768 size_t current_size = current_path.size();
783 current_path.empty() ? NULL : current_path.front()->GetDelegate();
786 current_path[i]->GetType() == MenuItemView::SUBMENU) {
787 current_delegate->WillHideMenu(current_path[i]);
789 current_path[i]->SetSelected(false);
1427 std::vector<MenuItemView*> current_path; local
    [all...]

Completed in 396 milliseconds