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

  /external/chromium_org/net/disk_cache/
cache_util.cc 114 base::FilePath current_path = full_path.StripTrailingSeparators(); local
116 base::FilePath path = current_path.DirName();
117 base::FilePath name = current_path.BaseName();
  /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_org/chrome/browser/history/
download_row.h 26 const base::FilePath& current_path,
49 base::FilePath current_path; member in struct:history::DownloadRow
  /external/chromium_org/content/public/test/
mock_download_manager.h 31 base::FilePath current_path; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
50 const base::FilePath& current_path,
105 const base::FilePath& current_path,
  /external/chromium_org/base/files/
file_util_posix.cc 765 FilePath current_path = base; local
766 if (!VerifySpecificPathControlledByUser(current_path, owner_uid, group_gids))
770 current_path = current_path.Append(*ip);
772 current_path, owner_uid, group_gids))
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 827 const base::FilePath current_path = parent_path.Append( local
830 file_system_as_text.append(FormatEntry(current_path, entry) + "\n");
834 current_path,
837 current_path));
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 833 std::vector<MenuItemView*> current_path; local
835 BuildPathsAndCalculateDiff(pending_state_.item, menu_item, &current_path,
838 size_t current_size = current_path.size();
850 current_path.empty() ? NULL : current_path.front()->GetDelegate();
853 current_path[i]->GetType() == MenuItemView::SUBMENU) {
854 current_delegate->WillHideMenu(current_path[i]);
856 current_path[i]->SetSelected(false);
1400 std::vector<MenuItemView*> current_path; local
    [all...]

Completed in 350 milliseconds