OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsURLUserScript
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/download/
download_crx_util.cc
96
if (extensions::UserScript::
IsURLUserScript
(download_item.GetURL(),
122
extensions::UserScript::
IsURLUserScript
(download_item.GetURL(),
/external/chromium/chrome/common/extensions/
user_script.h
34
static bool
IsURLUserScript
(const GURL& url, const std::string& mime_type);
user_script.cc
44
bool UserScript::
IsURLUserScript
(const GURL& url,
/external/chromium_org/extensions/common/
user_script.cc
41
bool UserScript::
IsURLUserScript
(const GURL& url,
user_script.h
31
static bool
IsURLUserScript
(const GURL& url, const std::string& mime_type);
/external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc
525
return extensions::UserScript::
IsURLUserScript
(url, mime_type);
/external/chromium/chrome/browser/download/
download_manager.cc
277
if (UserScript::
IsURLUserScript
(info->url(), info->mime_type) ||
[
all
...]
download_util.cc
330
if (UserScript::
IsURLUserScript
(download_item.url(),
[
all
...]
Completed in 1325 milliseconds