HomeSort by relevance Sort by last modified time
    Searched refs:file_path (Results 251 - 275 of 684) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.h 35 void EnqueueMediaFile(Profile* profile, const FilePath& file_path,
43 // |file_path|. If there is no mediaplayer currently, show it, and play the
44 // given |file_path|.
45 void ForcePlayMediaFile(Profile* profile, const FilePath& file_path,
  /external/chromium_org/base/mac/
mac_util.h 92 // Excludes the file given by |file_path| from being backed up by Time Machine.
93 BASE_EXPORT bool SetFileBackupExclusion(const FilePath& file_path);
121 BASE_EXPORT bool RemoveQuarantineAttribute(const FilePath& file_path);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 72 // specified by |file_path|.
74 const base::FilePath& file_path,
112 const base::FilePath& file_path,
copy_operation.cc 55 int64 GetFileSize(const base::FilePath& file_path) {
57 if (!base::GetFileSize(file_path, &file_size))
66 base::FilePath* file_path) {
89 *file_path = metadata->GetFilePath(local_id);
330 base::FilePath* file_path = new base::FilePath; local
335 metadata_, base::Passed(&resource_entry), file_path),
338 callback, base::Owned(file_path)));
343 base::FilePath* file_path,
349 observer_->OnDirectoryChangedByOperation(file_path->DirName());
  /external/chromium_org/chrome/browser/chromeos/drive/
write_on_cache_file_unittest.cc 31 // Mimics OpenFile. It fails if the |file_path| points to a hosted document.
32 virtual void OpenFile(const base::FilePath& file_path,
39 if (file_path == base::FilePath(kInvalidPath)) {
change_list_loader_unittest.cc 161 base::FilePath file_path = local
165 metadata_->GetResourceEntryByPath(file_path, &entry));
230 base::FilePath file_path = local
234 metadata_->GetResourceEntryByPath(file_path, &entry));
265 base::FilePath file_path = local
268 metadata_->GetResourceEntryByPath(file_path, &entry));
282 metadata_->GetResourceEntryByPath(file_path, &entry));
320 base::FilePath file_path = local
324 metadata_->GetResourceEntryByPath(file_path, &entry));
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_linux.cc 26 base::FilePath file_path(path);
27 std::string device = file_path.BaseName().value();
  /external/chromium_org/content/browser/download/
download_stats.h 143 const base::FilePath& file_path);
149 const base::FilePath& file_path);
  /external/chromium_org/content/test/
weburl_loader_mock_factory.h 10 #include "base/files/file_path.h"
80 base::FilePath file_path; member in struct:WebURLLoaderMockFactory::ResponseInfo
96 static bool ReadFile(const base::FilePath& file_path, blink::WebData* data);
  /external/chromium_org/net/url_request/
url_fetcher_response_writer.h 9 #include "base/files/file_path.h"
82 // |file_path| is used as the destination path. If |file_path| is empty,
86 const base::FilePath& file_path);
89 const base::FilePath& file_path() const { return file_path_; } function in class:net::URLFetcherFileWriter
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png.py 40 def __init__(self, file_path, handle_style_error, scm=None, host=None):
41 self._file_path = file_path
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc 35 bool XmlReader::LoadFile(const std::string& file_path) {
38 reader_ = xmlReaderForFile(file_path.c_str(), NULL, kParseOptions);
  /external/chromium_org/tools/checkdeps/
cpp_checker.py 109 def IsCppFile(file_path):
113 return os.path.splitext(file_path)[1] in CppChecker.EXTENSIONS
  /external/chromium_org/tools/json_schema_compiler/
preview.py 193 file_path = '%s/%s.%s' % (basedir, unix_name, loader_ext)
194 if os.path.exists(file_path):
197 return (loader_fn(file_path)[0], file_path)
212 (api_def, file_path) = self._LoadModel(filedir, filename)
213 namespace = api_model.AddNamespace(api_def, file_path)
225 (api_def, file_path) = self._LoadModel(filedir, dependency)
226 referenced_namespace = api_model.AddNamespace(api_def, file_path)
  /external/chromium_org/tools/python/google/
path_utils.py 78 file_path = os.path.join(*path)
80 os.makedirs(file_path)
  /external/chromium_org/webkit/glue/
simple_webmimeregistry_impl.cc 7 #include "base/files/file_path.h"
84 const WebString& file_path) {
86 net::GetMimeTypeFromFile(base::FilePath::FromUTF16Unsafe(file_path),
  /external/chromium/base/
path_service.cc 13 #include "base/file_path.h"
213 FilePath file_path = path; local
218 if (!file_util::PathExists(file_path) &&
219 !file_util::CreateDirectory(file_path))
225 if (!file_util::AbsolutePath(&file_path))
234 path_data->cache[key] = file_path;
235 path_data->overrides[key] = file_path;
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.cc 113 const base::FilePath& file_path) {
118 GetComponentLoader()->Add(manifest, file_path);
125 const base::FilePath& file_path) {
135 const base::FilePath& file_path) {
139 extension_file_util::LoadManifest(file_path, &error));
142 if (!extension_l10n_util::LocalizeExtension(file_path,
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback_unittest.cc 31 const base::FilePath& file_path,
56 const base::FilePath& file_path,
63 file_path_(file_path),
79 const base::FilePath& file_path,
91 const base::FilePath& file_path,
97 base_url, metadata, file_path, progress_callback,
two_phase_uploader.cc 33 const base::FilePath& file_path,
72 const base::FilePath& file_path,
80 file_path_(file_path),
201 const base::FilePath& file_path,
207 file_path, progress_callback, finish_callback);
210 file_path, progress_callback, finish_callback);
  /external/chromium_org/components/nacl/browser/
nacl_file_host.cc 9 #include "base/files/file_path.h"
100 base::FilePath file_path,
108 nacl_browser->PutFilePath(file_path, &file_token_lo, &file_token_hi);
129 base::FilePath file_path; local
131 file_url, true /* use_blocking_api */, &file_path)) {
136 base::PlatformFile file = nacl::OpenNaClExecutableImpl(file_path);
145 file, file_path, reply_msg));
  /external/chromium_org/jingle/glue/
logging_unittest.cc 85 base::FilePath file_path(log_file_name);
87 base::ReadFileToString(file_path, &contents_of_file);
112 base::FilePath file_path(log_file_name);
114 base::ReadFileToString(file_path, &contents_of_file);
146 base::FilePath file_path(log_file_name);
148 base::ReadFileToString(file_path, &contents_of_file);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.cc 22 #include "ppapi/shared_impl/file_path.h"
261 base::FilePath file_path; local
262 if (!base::CreateTemporaryFileInDir(validated_dir_path, &file_path)) {
269 file_path,
293 base::FilePath file_path; // Empty path returned on error. local
299 file_path = pepper_path.path();
307 file_path = plugin_data_directory_.Append(pepper_path.path());
313 return file_path;
  /external/chromium_org/win8/metro_driver/
file_picker_ash.cc 139 mswrw::HString file_path; local
141 hr = storage_item->get_Path(file_path.GetAddressOf());
146 ::WindowsGetStringRawBuffer(file_path.Get(), &path_len);
350 base::FilePath file_path(MakeStdWString(file_path_str.Get()));
353 base_path = file_path.DirName();
361 DCHECK(base_path == file_path.DirName());
364 base::FilePath base_name = file_path.BaseName();
532 mswrw::HString file_path; local
534 hr = storage_item->get_Path(file_path.GetAddressOf());
537 string16 path_str = MakeStdWString(file_path.Get())
601 mswrw::HString file_path; local
    [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 61 // If set, |file_path| must be a trusted (i.e. read-only,
63 WallpaperLoader(const base::FilePath& file_path,
67 : file_path_(file_path),
78 const base::FilePath& file_path() const { return file_path_; } function in class:ash::DesktopBackgroundController::WallpaperLoader
213 base::FilePath file_path; local
230 file_path = command_line->GetSwitchValuePath(switch_name);
232 if (DefaultWallpaperIsAlreadyLoadingOrLoaded(file_path, resource_id))
237 file_path, file_layout, resource_id, resource_layout);
323 wallpaper_loader_->file_path() == image_file &&
346 current_default_wallpaper_path_ = loader->file_path();
    [all...]

Completed in 647 milliseconds

<<11121314151617181920>>