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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/api/omnibox/
extension-docs.zip 
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
extension.html 1 {{+partials.standard_extensions_api api:apis.extension intro:intros.extension/}}
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_manifest.json 7 "chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/",
8 "chrome-extension://gbchcmhmhahfdphkhkmpfmihenigjmpp/",
9 "chrome-extension://kgngmbheleoaphbjbaiobfdepmghbfah/",
10 "chrome-extension://odkaodonbgfohohmklejpjiejmcipmib/",
11 "chrome-extension://ojoimpklfciegopdfgeenehpalipignm/",
12 "chrome-extension://dokpleeekgeeiehdhmdkeimnkmoifgdd/",
13 "chrome-extension://ajoainacpilcemgiakehflpbkbfipojk/"
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_kiosk_unittest.cc 6 #include "extensions/common/extension.h"
22 scoped_refptr<Extension> extension(
24 EXPECT_FALSE(KioskModeInfo::IsKioskEnabled(extension.get()));
28 scoped_refptr<Extension> extension(
30 EXPECT_FALSE(KioskModeInfo::IsKioskEnabled(extension.get()));
34 scoped_refptr<Extension> extension(
36 EXPECT_FALSE(KioskModeInfo::IsKioskEnabled(extension.get()))
    [all...]
extension_manifests_dummy_unittest.cc 10 scoped_refptr<Extension> extension = local
12 EXPECT_EQ(0u, extension->install_warnings().size());
16 scoped_refptr<Extension> extension = local
  /external/chromium_org/chrome/common/extensions/api/extension_action/
action_info.h 12 #include "extensions/common/extension.h"
21 class Extension;
27 // The types of extension actions.
36 static scoped_ptr<ActionInfo> Load(const Extension* extension,
40 // Returns the extension's browser action, if any.
41 static const ActionInfo* GetBrowserActionInfo(const Extension* extension);
43 // Returns the extension's page action, if any.
44 static const ActionInfo* GetPageActionInfo(const Extension* extension)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
oid.cnf 1 2.99999.1 SET.ex1 SET x509v3 extension 1
2 2.99999.2 SET.ex2 SET x509v3 extension 2
3 2.99999.3 SET.ex3 SET x509v3 extension 3
4 2.99999.4 SET.ex4 SET x509v3 extension 4
5 2.99999.5 SET.ex5 SET x509v3 extension 5
6 2.99999.6 SET.ex6 SET x509v3 extension 6
  /external/openssl/apps/
oid.cnf 1 2.99999.1 SET.ex1 SET x509v3 extension 1
2 2.99999.2 SET.ex2 SET x509v3 extension 2
3 2.99999.3 SET.ex3 SET x509v3 extension 3
4 2.99999.4 SET.ex4 SET x509v3 extension 4
5 2.99999.5 SET.ex5 SET x509v3 extension 5
6 2.99999.6 SET.ex6 SET x509v3 extension 6
  /external/chromium_org/chrome/common/extensions/
sync_helper.h 10 class Extension;
14 // Returns true if the extension should be synced.
15 bool IsSyncable(const Extension* extension);
17 // Returns true if the extension uses the sync bucket of this type.
18 bool IsSyncableExtension(const Extension* extension);
19 bool IsSyncableApp(const Extension* extension);
sync_type_unittest.cc 9 #include "extensions/common/extension.h"
23 EXTENSION,
29 static scoped_refptr<Extension> MakeSyncTestExtensionWithPluginPermission(
71 scoped_refptr<Extension> extension = Extension::Create( local
74 EXPECT_TRUE(extension.get());
76 EXPECT_FALSE(extension.get());
78 return extension;
81 static scoped_refptr<Extension> MakeSyncTestExtension
    [all...]
  /external/chromium_org/extensions/browser/
management_policy.cc 11 void GetExtensionNameAndId(const Extension* extension,
14 // The extension may be NULL in testing.
15 *id = extension ? extension->id() : "[test]";
16 *name = extension ? extension->name() : "test";
27 bool ManagementPolicy::Provider::UserMayLoad(const Extension* extension,
33 const Extension* extension, string16* error) const
    [all...]
  /external/chromium_org/extensions/common/manifest_handlers/
background_info.h 12 #include "extensions/common/extension.h"
18 class BackgroundInfo : public Extension::ManifestData {
23 static GURL GetBackgroundURL(const Extension* extension);
25 const Extension* extension);
26 static bool HasBackgroundPage(const Extension* extension);
27 static bool HasPersistentBackgroundPage(const Extension* extension);
    [all...]
  /external/chromium_org/chrome/browser/resources/memory_internals/
extension_view.html 5 <table class="list" id="extension-view">
7 <th class="extension-id">PID
8 <th class="extension-info">Name
9 <th class="extension-memory">Private Memory [KB]
10 <tr id="extension-template">
11 <td class="extension-id">
12 <td class="extension-info">
13 <td class="extension-memory">
extension_view.css 5 #extension-view .extension-id {
10 #extension-view .extension-info {
14 #extension-view .extension-memory {
20 #extension-template {
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.h 10 #include "extensions/common/extension.h"
18 struct ContentScriptsInfo : public Extension::ManifestData {
22 // Paths to the content scripts the extension contains (possibly empty).
25 // Returns the content scripts for the extension (if the extension has
27 static const UserScriptList& GetContentScripts(const Extension* extension);
29 // Returns the list of hosts that this extension can run content scripts on.
30 static URLPatternSet GetScriptableHosts(const Extension* extension);
    [all...]
icons_handler.h 11 #include "extensions/common/extension.h"
17 struct IconsInfo : public Extension::ManifestData {
22 // The icons for the extension.
25 // Return the icon set for the given |extension|.
26 static const ExtensionIconSet& GetIcons(const Extension* extension);
28 // Returns the default extension/app icon (for extensions or apps that don't
33 // Get an extension icon as a resource or URL.
35 const Extension* extension,
    [all...]
  /external/chromium_org/extensions/common/permissions/
permissions_data.h 24 class Extension;
29 // A container for the permissions data of the extension; also responsible for
31 // class also contains the active (runtime) permissions for the extension.
45 virtual bool CanExecuteScriptOnPage(const Extension* extension,
56 // Return the optional or required permission set for the given |extension|.
58 const Extension* extension);
60 const Extension* extension);
    [all...]
permissions_data_unittest.cc 17 #include "extensions/common/extension.h"
37 scoped_refptr<Extension> extension,
43 extension.get(), APIPermission::kSocket, &param);
49 scoped_refptr<Extension> extension; local
52 extension = LoadManifest("effective_host_permissions", "empty.json");
54 PermissionsData::GetEffectiveHostPermissions(extension.get())
57 EXPECT_FALSE(PermissionsData::HasEffectiveAccessToAllHosts(extension.get()));
59 extension = LoadManifest("effective_host_permissions", "one_host.json")
121 scoped_refptr<Extension> extension; local
154 scoped_refptr<Extension> extension; local
170 scoped_refptr<Extension> extension; local
184 scoped_refptr<Extension> extension; local
196 scoped_refptr<Extension> extension; local
206 scoped_refptr<Extension> extension; local
330 scoped_refptr<Extension> extension = LoadManifestStrict("script_and_capture", local
428 scoped_refptr<Extension> extension; local
523 scoped_refptr<Extension> extension = local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
clipboard_read.html 1 Required if the extension or app uses <code>document.execCommand('paste')</code>.
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
README.txt 2 extension for SQLite.
  /external/smack/src/org/jivesoftware/smackx/packet/
package.html 1 <body>XML packets that are part of the XMPP extension protocols.</body
  /external/chromium/chrome/browser/extensions/
extension_disabled_infobar_delegate.h 9 class Extension;
13 // Shows UI to inform the user that an extension was disabled after upgrading
16 const Extension* extension);
18 // Shows the extension install dialog.
20 const Extension* extension);
extension_special_storage_policy.cc 8 #include "chrome/common/extensions/extension.h"
34 const Extension* extension) {
35 DCHECK(extension);
36 if (!extension->is_hosted_app() &&
37 !extension->HasApiPermission(Extension::kUnlimitedStoragePermission) &&
38 !extension->HasApiPermission(Extension::kFileBrowserHandlerPermission)) {
42 if (extension->is_hosted_app()
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_disabled_ui.h 16 class Extension;
18 // Adds a global error to inform the user that an extension was
21 const Extension* extension);
23 // Shows the extension install dialog.
26 const Extension* extension);
  /external/clang/test/Parser/
opencl-pragma.cl 3 #pragma OPENCL EXTENSION cl_khr_fp16 : enable
5 #pragma OPENCL EXTENSION cl_no_such_extension : disable /* expected-warning {{unknown OpenCL extension 'cl_no_such_extension' - ignoring}} */
7 #pragma OPENCL EXTENSION all : disable
8 #pragma OPENCL EXTENSION all : enable /* expected-warning {{unknown OpenCL extension 'all' - ignoring}} */
10 #pragma OPENCL EXTENSION cl_khr_fp64 : on /* expected-warning {{expected 'enable' or 'disable' - ignoring}} */

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011>>