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

  /external/chromium_org/chrome/renderer/extensions/
file_system_natives.cc 59 std::string optional_root_name; local
62 optional_root_name = *v8::String::Utf8Value(args[1]);
68 optional_root_name));
  /external/chromium_org/webkit/common/fileapi/
file_system_util.cc 386 const std::string& optional_root_name) {
393 if (!optional_root_name.empty()) {
394 if (base::FilePath::FromUTF8Unsafe(optional_root_name).ReferencesParent())
396 root.append(optional_root_name);
file_system_util.h 153 // and |filesystem_id|. If the |optional_root_name| is given the resulting
158 const std::string& optional_root_name);

Completed in 672 milliseconds