HomeSort by relevance Sort by last modified time
    Searched refs:IsScriptableURL (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/extensions/test/
test_extensions_client.h 36 virtual bool IsScriptableURL(const GURL& url,
test_extensions_client.cc 73 bool TestExtensionsClient::IsScriptableURL(const GURL& url,
  /external/chromium_org/apps/shell/common/
shell_extensions_client.h 39 virtual bool IsScriptableURL(const GURL& url, std::string* error) const
shell_extensions_client.cc 185 bool ShellExtensionsClient::IsScriptableURL(const GURL& url,
  /external/chromium_org/chrome/common/extensions/
chrome_extensions_client.h 43 virtual bool IsScriptableURL(const GURL& url, std::string* error) const
chrome_extensions_client.cc 200 bool ChromeExtensionsClient::IsScriptableURL(
  /external/chromium_org/extensions/common/
extensions_client.h 81 virtual bool IsScriptableURL(const GURL& url, std::string* error) const = 0;
  /external/chromium_org/extensions/common/permissions/
permissions_data.cc 93 if (!ExtensionsClient::Get()->IsScriptableURL(document_url, error))

Completed in 128 milliseconds