OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsURLUserScript
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/download/
download_crx_util.cc
107
if (extensions::UserScript::
IsURLUserScript
(download_item.GetURL(),
125
extensions::UserScript::
IsURLUserScript
(download_item.GetURL(),
/external/chromium_org/extensions/common/
user_script.cc
52
bool UserScript::
IsURLUserScript
(const GURL& url,
user_script.h
34
static bool
IsURLUserScript
(const GURL& url, const std::string& mime_type);
/external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc
565
return extensions::UserScript::
IsURLUserScript
(url, mime_type);
Completed in 863 milliseconds