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

  /external/chromium_org/apps/shell/
shell_extensions_client.h 38 virtual bool IsScriptableURL(const GURL& url, std::string* error) const
shell_extensions_client.cc 141 bool ShellExtensionsClient::IsScriptableURL(const GURL& url,
  /external/chromium_org/chrome/common/extensions/
chrome_extensions_client.h 41 virtual bool IsScriptableURL(const GURL& url, std::string* error) const
chrome_extensions_client.cc 129 bool ChromeExtensionsClient::IsScriptableURL(
  /external/chromium_org/extensions/common/
extensions_client.h 70 virtual bool IsScriptableURL(const GURL& url, std::string* error) const = 0;
  /external/chromium_org/extensions/common/permissions/
permissions_data.cc 474 !ExtensionsClient::Get()->IsScriptableURL(document_url, error)) {

Completed in 417 milliseconds