OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/webkit/common/fileapi/
file_system_util.cc
452
const std::string&
optional_root_name
) {
459
if (!
optional_root_name
.empty()) {
460
if (base::FilePath::FromUTF8Unsafe(
optional_root_name
).ReferencesParent())
462
root.append(net::EscapePath(
optional_root_name
));
file_system_util.h
163
// and |filesystem_id|. If the |
optional_root_name
| is given the resulting
168
const std::string&
optional_root_name
);
Completed in 416 milliseconds