HomeSort by relevance Sort by last modified time
    Searched full:extension (Results 51 - 75 of 11491) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/extensions/common/manifest_handlers/
sandboxed_page_info.h 10 #include "extensions/common/extension.h"
16 struct SandboxedPageInfo : public Extension::ManifestData {
21 // Returns the extension's Content Security Policy for the sandboxed pages.
23 const Extension* extension);
25 // Returns the extension's sandboxed pages.
26 static const URLPatternSet& GetPages(const Extension* extension);
29 static bool IsSandboxedPage(const Extension* extension,
    [all...]
incognito_info.h 9 #include "extensions/common/extension.h"
14 struct IncognitoInfo : public Extension::ManifestData {
18 // If true, a separate process will be used for the extension in incognito
22 // Return the incognito mode information for the given |extension|.
23 static bool IsSplitMode(const Extension* extension);
32 virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/extensions/
extension_list.js 19 * @type {Object.<string, boolean>} A map from extension id to a boolean
26 * @type {Object.<string, string>} A map from extension id to last reloaded
28 * link. It is used to refresh the icon of an unpacked extension.
48 * Creates all extension items from scratch.
52 // Iterate over the extension data and add each item to the list.
68 this.classList.add('empty-extension-list');
70 this.classList.remove('empty-extension-list');
74 * Synthesizes and initializes an HTML element for the extension metadata
75 * given in |extension|.
76 * @param {Object} extension A dictionary of extension metadata
    [all...]
  /external/chromium/chrome/browser/extensions/
convert_user_script_unittest.cc 14 #include "chrome/common/extensions/extension.h"
24 scoped_refptr<Extension> extension(ConvertUserScriptToExtension(
27 ASSERT_TRUE(extension.get());
30 // Validate generated extension metadata.
31 EXPECT_EQ("My user script", extension->name());
32 EXPECT_EQ("2.2.2", extension->VersionString());
33 EXPECT_EQ("Does totally awesome stuff.", extension->description());
35 extension->public_key());
37 ASSERT_EQ(1u, extension->content_scripts().size())
    [all...]
extension_context_menu_model.cc 13 #include "chrome/common/extensions/extension.h"
31 const Extension* extension,
35 extension_id_(extension->id()),
39 extension_action_ = extension->browser_action();
41 extension_action_ = extension->page_action();
56 const Extension* extension = GetExtension(); local
58 // The extension pointer should only be null if the extension was uninstalled
78 const Extension* extension = this->GetExtension(); local
107 const Extension* extension = GetExtension(); local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
manifest.json 2 "name" : "Enable/disable referrers API example extension",
4 "description" : "Sample extension which demonstrates how to access a preference.",
  /external/chromium_org/chrome/browser/extensions/
standard_management_policy_provider.h 13 class Extension;
17 // extension black/whitelists and admin black/whitelists.
27 virtual bool UserMayLoad(const Extension* extension,
29 virtual bool UserMayModifySettings(const Extension* extension,
31 virtual bool MustRemainEnabled(const Extension* extension,
devtools_util.h 11 class Extension;
15 // Open a dev tools window for the background page for the given extension,
17 void InspectBackgroundPage(const Extension* extension, Profile* profile);
extension_action_manager.h 21 class Extension;
23 // Owns the ExtensionActions associated with each extension. These actions live
24 // while an extension is loaded and are destroyed on unload.
35 // Retrieves the page action, browser action, or script badge for |extension|.
36 // If the result is not NULL, it remains valid until the extension is
38 ExtensionAction* GetPageAction(const extensions::Extension& extension) const;
40 const extensions::Extension& extension) const;
41 ExtensionAction* GetScriptBadge(const extensions::Extension& extension) const
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_open/_locales/en/
messages.json 3 "description": "Extension name"},
6 "description": "Extension description"},
  /external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
manifest.json 2 "name": "NTP prototyping extension",
4 "description": "extension to prototype new NTP designs",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/_locales/en/
messages.json 4 "description": "The extension name."
8 "description": "The extension description."
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_requirements_unittest.cc 51 scoped_refptr<Extension> extension(LoadAndExpectSuccess(
53 ASSERT_TRUE(extension.get());
54 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).webgl, false);
55 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).css3d, false);
56 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).npapi, false);
59 extension = LoadAndExpectSuccess("requirements_valid_full.json");
60 ASSERT_TRUE(extension.get());
61 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).webgl, true);
62 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).css3d, true)
    [all...]
  /external/chromium_org/chrome/test/telemetry/chromeos/autotest_ext/
manifest.json 3 "description": "Telemetry ChromeOS Autotest component extension",
4 "name": "Telemetry ChromeOS AutoTest Component Extension",
  /external/chromium_org/tools/telemetry/unittest_data/component_extension/
manifest.json 3 "description": "Simple test component extension which has just a background script",
4 "name": "Simple Telemetry Test Component Extension",
  /external/chromium_org/tools/telemetry/unittest_data/simple_extension/
manifest.json 2 "description": "Simple test extension which has just a background script",
3 "name": "Simple Telemetry Test Extension",
  /external/e2fsprogs/contrib/python-uuid/
setup.py 2 from distutils.core import setup, Extension
4 uuid = Extension('e2fsprogs_uuid',
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/data/30/fragment/
fragment.xml 5 <extension point = "org.eclipse.pde.core.source">
7 </extension>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/data/30/plugin/
plugin.xml 5 <extension point = "org.eclipse.pde.core.source">
7 </extension>
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/
plugin.xml 4 <extension
10 </extension>
11 <extension
16 </extension>
17 <extension
22 </extension>
23 <extension
28 </extension>
  /external/chromium/chrome/common/extensions/
extension_set.h 14 #include "chrome/common/extensions/extension.h"
17 // The one true extension container. Extensions are identified by their id.
18 // Only one extension can be in the set with a given ID.
27 // Returns true if the set contains the specified extension.
30 // Adds the specified extension to the set. The set becomes an owner. Any
31 // previous extension with the same ID is removed.
32 void Insert(const scoped_refptr<const Extension>& extension);
34 // Removes the specified extension.
37 // Returns the extension ID that the given URL is a part of, or empty i
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/
manifest.json 4 "description": "A sample extension which uses Google Analytics to track usage.",
8 "default_icon": "analytics-extension-icon-19.png",
12 "48": "analytics-extension-icon-48.png",
13 "128": "analytics-extension-icon-128.png"
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_basic_info.h 14 class Extension;
16 // Fills the |info| dictionary with basic information about the extension.
18 void GetExtensionBasicInfo(const Extension* extension,
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.h 12 #include "extensions/common/extension.h"
18 struct CommandsInfo : public Extension::ManifestData {
23 // These commands are the commands which the extension wants to use, which are
31 static const Command* GetBrowserActionCommand(const Extension* extension);
32 static const Command* GetPageActionCommand(const Extension* extension);
33 static const Command* GetScriptBadgeCommand(const Extension* extension);
34 static const CommandMap* GetNamedCommands(const Extension* extension)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
active_tab.html 1 Requests that the extension be granted permissions according to the <a href="activeTab.html">activeTab</a> specification.

Completed in 560 milliseconds

1 23 4 5 6 7 8 91011>>