HomeSort by relevance Sort by last modified time
    Searched refs:GetFilePath (Results 26 - 50 of 74) sorted by null

12 3

  /external/chromium_org/chrome/browser/download/
download_prefs.cc 118 const base::FilePath current = prefs->GetFilePath(path_pref[i]);
143 base::FilePath current_download_dir = prefs->GetFilePath(
  /external/chromium_org/chrome/common/extensions/
extension_unittest.cc 181 extension->GetResource("test.html").GetFilePath().value());
183 extension->GetResource("test.js").GetFilePath().value());
manifest_url_handler.cc 244 extension->GetResource(about_path).GetFilePath();
  /external/chromium_org/chrome/browser/android/thumbnail/
thumbnail_store.cc 312 base::FilePath file_path = GetFilePath(tab_id);
325 base::FilePath file_path = GetFilePath(tab_id);
368 GetFilePath(tab_id),
413 base::FilePath file_path = GetFilePath(tab_id);
486 base::FilePath ThumbnailStore::GetFilePath(TabId tab_id) const {
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_unittest.cc 246 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(file_id, &path));
262 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(file_id, &path));
300 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(dir_id, &path));
459 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(local_id, &path));
467 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(local_id, &path));
resource_metadata.cc 424 error = GetFilePath(children[i], &path);
447 FileError ResourceMetadata::GetFilePath(const std::string& id,
458 error = GetFilePath(entry.parent_local_id(), &path);
search_metadata.cc 269 error = resource_metadata->GetFilePath(candidate.local_id, &path);
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 459 const base::FilePath& path = ExtensionResource::GetFilePath(
469 const base::FilePath& path = ExtensionResource::GetFilePath(
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc 50 error = metadata->GetFilePath(local_id, &path);
copy_operation.cc 193 return metadata->GetFilePath(local_id, file_path);
268 return metadata->GetFilePath(local_id, &params->changed_path);
  /external/chromium_org/chrome/browser/extensions/
convert_web_app_unittest.cc 148 EXPECT_TRUE(base::PathExists(resource.GetFilePath()));
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_unittest.cc 136 local_state_->GetFilePath(prefs::kAppListProfile)));
  /external/chromium_org/chrome/browser/ui/webui/
net_export_ui.cc 197 net_log_temp_file->GetFilePath(&net_export_file_path);
  /external/chromium_org/extensions/browser/api/
execute_code_function.cc 93 file_url_ = net::FilePathToFileURL(resource_.GetFilePath());
  /external/chromium_org/extensions/browser/
info_map.cc 182 // (GetFilePath()), so that this can be called on the IO thread. It only
221 // GetFilePath is a blocking function call.
222 const base::FilePath resource_file_path = resource.GetFilePath();
image_loader.cc 81 base::FilePath path = image_info.resource.GetFilePath();
  /external/chromium_org/extensions/common/manifest_handlers/
options_page_info.cc 212 base::FilePath path = extension->GetResource(options_path).GetFilePath();
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.cc 103 outFileName = (*it)->GetFilePath() + "/" + (*it)->GetName() + "_" +
video_source.cc 172 VideoSource::GetFilePath() const
  /external/clang/include/clang/Driver/
Driver.h 320 /// GetFilePath - Lookup \p Name in the list of file search paths.
326 std::string GetFilePath(const char *Name, const ToolChain &TC) const;
ToolChain.h 158 std::string GetFilePath(const char *Name) const;
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 360 pref_service->GetFilePath(prefs::kDownloadDefaultDirectory));
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 227 zip::Zip(context->GetFilePath(origin_url), zip_path, true);
  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 51 CFX_WideString CPDF_Action::GetFilePath() const

Completed in 1646 milliseconds

12 3