Searched defs:absolute_path (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfileapi_util.h35 base::FilePath absolute_path; member in struct:file_manager::util::FileDefinition
95 // if |absolute_path| is not managed by the external filesystem provider.
97 const base::FilePath& absolute_path,
103 // |absolute_path| is not managed by the external filesystem provider.
107 const base::FilePath& absolute_path,
H A Dfileapi_util.cc281 const base::FilePath& absolute_path,
287 absolute_path,
298 const base::FilePath& absolute_path,
312 if (!backend->GetVirtualPath(absolute_path, virtual_path))
280 ConvertAbsoluteFilePathToFileSystemUrl(Profile* profile, const base::FilePath& absolute_path, const std::string& extension_id, GURL* url) argument
295 ConvertAbsoluteFilePathToRelativeFileSystemPath( Profile* profile, const std::string& extension_id, const base::FilePath& absolute_path, base::FilePath* virtual_path) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_mock.py76 def absolute_path(self, *comps): member in class:MockSCM
109 self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
H A Dscm.py63 def absolute_path(self, repository_relative_path): member in class:SCM
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc200 std::string absolute_path; local
202 BROWSER, PpapiHostMsg_FileRef_GetAbsolutePath(), &absolute_path);
205 absolute_path_var_ = new StringVar(absolute_path);
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc185 base::FilePath absolute_path = base::MakeAbsoluteFilePath(path); local
188 file_util::LoadManifest(absolute_path, &error));
191 absolute_path.value() << "'. " << error;
194 Remove(GenerateId(manifest.get(), absolute_path));
196 return Add(manifest.release(), absolute_path);

Completed in 140 milliseconds