Searched defs:registered_name (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dgranted_file_entry.h19 std::string registered_name; member in struct:extensions::GrantedFileEntry
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc144 std::string* registered_name) {
151 registered_name);
174 const std::string& registered_name,
180 origin, file_system_id, registered_name);
371 std::string registered_name; local
374 &registered_name);
385 registered_name,
399 std::string registered_name; local
402 &registered_name);
405 registered_name,
142 RegisterFileSystem(WebContents* web_contents, const base::FilePath& path, std::string* registered_name) argument
171 CreateFileSystemStruct( WebContents* web_contents, const std::string& file_system_id, const std::string& registered_name, const std::string& file_system_path) argument
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Disolated_context.cc59 const base::FilePath& path, std::string* registered_name) {
82 if (registered_name)
83 *registered_name = utf8name;
58 AddPath( const base::FilePath& path, std::string* registered_name) argument

Completed in 387 milliseconds