HomeSort by relevance Sort by last modified time
    Searched refs:optional_root_name (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/renderer/
file_system_natives.cc 54 std::string optional_root_name; local
57 optional_root_name = *v8::String::Utf8Value(args[1]);
61 context_url.GetOrigin(), file_system_id, optional_root_name));
  /external/chromium_org/storage/common/fileapi/
file_system_util.h 163 // and |filesystem_id|. If the |optional_root_name| is given the resulting
168 const std::string& optional_root_name);
file_system_util.cc 451 const std::string& optional_root_name) {
458 if (!optional_root_name.empty()) {
459 if (base::FilePath::FromUTF8Unsafe(optional_root_name).ReferencesParent())
461 root.append(net::EscapePath(optional_root_name));

Completed in 52 milliseconds