OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAllowedScheme
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend_delegate.cc
253
if (!
IsAllowedScheme
(origin_url)) {
514
if (!
IsAllowedScheme
(url.origin()))
544
bool SandboxFileSystemBackendDelegate::
IsAllowedScheme
(const GURL& url) const {
550
return url.inner_url() &&
IsAllowedScheme
(*url.inner_url());
sandbox_file_system_backend_delegate.h
204
bool
IsAllowedScheme
(const GURL& url) const;
Completed in 154 milliseconds