OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:context_url
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/renderer/
file_system_natives.cc
45
GURL
context_url
=
local
47
CHECK(
context_url
.SchemeIs(extensions::kExtensionScheme));
49
std::string name(storage::GetIsolatedFileSystemName(
context_url
.GetOrigin(),
61
context_url
.GetOrigin(), file_system_id, optional_root_name));
/external/chromium_org/extensions/browser/
extension_error.h
130
const GURL&
context_url
,
140
const GURL&
context_url
() const { return context_url_; }
function in class:extensions::RuntimeError
Completed in 192 milliseconds