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

/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc217 std::string absolute_path; local
219 BROWSER, PpapiHostMsg_FileRef_GetAbsolutePath(), &absolute_path);
222 absolute_path_var_ = new StringVar(absolute_path);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm.py82 def absolute_path(self, repository_relative_path): member in class:SCM
H A Dscm_mock.py89 def absolute_path(self, *comps): member in class:MockSCM
167 self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc182 base::FilePath absolute_path = base::MakeAbsoluteFilePath(path); local
185 extension_file_util::LoadManifest(absolute_path, &error));
188 absolute_path.value() << "'. " << error;
191 Remove(GenerateId(manifest.get(), absolute_path));
193 return Add(manifest.release(), absolute_path);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handlers.cc176 base::FilePath absolute_path; member in struct:file_manager::file_browser_handlers::__anon4423::FileBrowserHandlerExecutor::FileDefinition
273 file.absolute_path = local_path;
454 handler_pid, iter->absolute_path);
458 GrantCreateReadWriteFile(handler_pid, iter->absolute_path);

Completed in 169 milliseconds