HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 1176 - 1200 of 3914) sorted by null

<<41424344454647484950>>

  /external/chromium_org/extensions/browser/
content_hash_reader.cc 27 const base::FilePath& extension_root,
28 const base::FilePath& relative_path,
47 base::FilePath verified_contents_path =
62 base::FilePath computed_hashes_path =
file_reader_unittest.cc 56 base::FilePath path;
60 extension_id, path, base::FilePath().AppendASCII(filename));
87 base::FilePath path;
90 ExtensionResource resource(extension_id, path, base::FilePath(
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test.cc 27 base::FilePath src_path;
29 base::FilePath test_expectations_path =
61 base::FilePath test_path;
63 base::FilePath program(test_path.Append(FILE_PATH_LITERAL(
  /external/chromium_org/net/base/
upload_element.h 32 const base::FilePath& file_path() const { return file_path_; }
54 void SetToFilePath(const base::FilePath& path) {
61 void SetToFilePathRange(const base::FilePath& path,
76 base::FilePath file_path_;
  /external/chromium_org/net/tools/crl_set_dump/
crl_set_dump.cc 29 base::FilePath crl_set_filename, delta_filename, output_filename;
34 crl_set_filename = base::FilePath::FromUTF8Unsafe(argv[1]);
36 delta_filename = base::FilePath::FromUTF8Unsafe(argv[2]);
38 output_filename = base::FilePath::FromUTF8Unsafe(argv[3]);
  /external/chromium_org/net/url_request/
url_fetcher_response_writer.h 88 const base::FilePath& file_path);
91 const base::FilePath& file_path() const { return file_path_; }
114 base::FilePath* temp_file_path,
129 base::FilePath file_path_;
  /external/chromium_org/ppapi/shared_impl/
file_ref_create_info.h 45 MakeExternalFileRefCreateInfo(const base::FilePath& external_path,
test_harness_utils.cc 21 base::FilePath::StringType GetTestLibraryName() {
  /external/chromium_org/printing/
printed_document.h 105 static void set_debug_dump_path(const base::FilePath& debug_dump_path);
109 // Returns empty |base::FilePath| if debug dumps is not enabled.
110 static base::FilePath CreateDebugDumpPath(
112 const base::FilePath::StringType& extension);
116 const base::FilePath::StringType& extension);
  /external/chromium_org/remoting/host/
usage_stats_consent_mac.cc 26 base::FilePath config_file_path =
  /external/chromium_org/ui/ozone/platform/test/
file_surface_factory.cc 23 void WriteDataToFile(const base::FilePath& location, const SkBitmap& bitmap) {
33 FileSurface(const base::FilePath& location) : location_(location) {}
60 base::FilePath location_;
66 FileSurfaceFactory::FileSurfaceFactory(const base::FilePath& dump_location)
  /external/chromium_org/webkit/browser/fileapi/
dragged_file_util.h 30 base::FilePath* platform_path) OVERRIDE;
  /external/chromium_org/win8/metro_driver/
secondary_tile.h 24 const base::FilePath& logo_path,
  /external/chromium_org/content/browser/download/
base_file_unittest.cc 51 base_file_.reset(new BaseFile(base::FilePath(),
68 base::FilePath full_path = base_file_->full_path();
102 base_file_.reset(new BaseFile(base::FilePath(),
140 base::FilePath CreateTestFile() {
141 base::FilePath file_name;
142 BaseFile file(base::FilePath(),
154 EXPECT_NE(base::FilePath::StringType(), file_name.value());
166 void CreateFileWithName(const base::FilePath& file_name) {
167 EXPECT_NE(base::FilePath::StringType(), file_name.value());
233 EXPECT_EQ(base::FilePath().value(), base_file_->full_path().value())
    [all...]
save_package.cc 82 base::FilePath::StringType StripOrdinalNumber(
83 const base::FilePath::StringType& pure_file_name) {
84 base::FilePath::StringType::size_type r_paren_index =
86 base::FilePath::StringType::size_type l_paren_index =
91 for (base::FilePath::StringType::size_type i = l_paren_index + 1;
135 const base::FilePath::CharType SavePackage::kDefaultHtmlExtension[] =
144 const base::FilePath& file_full_path,
145 const base::FilePath& directory_full_path)
161 file_name_set_(&base::FilePath::CompareLessIgnoreCase),
192 file_name_set_(&base::FilePath::CompareLessIgnoreCase)
    [all...]
  /external/chromium_org/content/browser/fileapi/
native_file_util_unittest.cc 29 base::FilePath Path() {
33 base::FilePath Path(const char* file_name) {
37 bool FileExists(const base::FilePath& path) {
42 int64 GetSize(const base::FilePath& path) {
55 base::FilePath file_name = Path("test_file");
79 base::FilePath file_name = Path("foobar");
94 base::FilePath dir_name = Path("test_dir");
115 base::FilePath file_name = Path("test_file");
151 base::FilePath path_1 = Path("dir1");
152 base::FilePath path_2 = Path("file1")
    [all...]
  /external/chromium_org/athena/home/
app_list_view_delegate.h 31 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
36 const base::Callback<void(const base::FilePath&)>& callback) OVERRIDE;
56 const base::FilePath& profile_path) OVERRIDE;
  /external/chromium_org/base/
native_library.h 26 class FilePath;
72 BASE_EXPORT NativeLibrary LoadNativeLibrary(const FilePath& library_path,
82 const FilePath& library_path);
  /external/chromium_org/base/process/
kill.h 43 BASE_EXPORT bool KillProcesses(const FilePath::StringType& executable_name,
117 const FilePath::StringType& executable_name,
133 BASE_EXPORT bool CleanupProcesses(const FilePath::StringType& executable_name,
  /external/chromium_org/cc/test/
pixel_test_utils.cc 17 bool WritePNGFile(const SkBitmap& bitmap, const base::FilePath& file_path,
31 bool ReadPNGFile(const base::FilePath& file_path, SkBitmap* bitmap) {
40 bool MatchesPNGFile(const SkBitmap& gen_bmp, base::FilePath ref_img_path,
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.h 47 const base::FilePath& path,
90 base::FilePath path_;
107 const base::FilePath& path,
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
webkit_file_stream_writer_impl.h 45 const base::FilePath& file_path,
61 const base::FilePath& local_path,
66 const base::FilePath file_path_;
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
provided_file_system_interface.h 51 const base::FilePath& entry_path,
57 const base::FilePath& directory_path,
62 virtual void OpenFile(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 251 const base::FilePath& downloads_directory,
329 base::FilePath GetImageDir();
331 const base::FilePath& target_device_path() { return target_device_path_; }
332 void set_target_device_path(const base::FilePath& path) {
336 const base::FilePath& target_file_path() { return target_file_path_; }
337 void set_target_file_path(const base::FilePath& path) {
349 BurnManager(const base::FilePath& downloads_directory,
379 base::FilePath image_dir_;
380 base::FilePath zip_image_file_path_;
381 base::FilePath source_image_path_
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.h 31 const base::FilePath& file_path) OVERRIDE;
33 const base::FilePath& file_path) OVERRIDE;
58 const base::FilePath& file_path);

Completed in 1164 milliseconds

<<41424344454647484950>>