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

<<11121314151617181920>>

  /external/chromium_org/sync/protocol/
extension_specifics.proto 5 // Sync protocol datatype extension for extensions.
17 // Properties of extension sync objects.
22 // Globally unique id for this extension.
27 // Auto-update URL to use for this extension. May be blank, in
31 // Whether or not this extension is enabled.
33 // Whether or not this extension is enabled in incognito mode.
36 // The name of the extension. Used only for debugging.
  /external/chromium_org/extensions/browser/
process_manager.cc 38 #include "extensions/common/extension.h"
60 // normalized to the extension URL for apps.
77 // on whether a given extension uses "split" or "spanning" incognito behavior.
83 virtual ExtensionHost* CreateBackgroundHost(const Extension* extension,
88 // Returns true if the extension is allowed to run in incognito mode.
89 bool IsIncognitoEnabled(const Extension* extension);
97 ProcessManager* manager, const Extension* extension) {
324 const Extension* extension = GetExtensionForRenderViewHost( local
332 const Extension* extension = GetExtensionForRenderViewHost( local
403 const Extension* extension = GetExtensionForRenderViewHost( local
578 const Extension* extension = local
586 const Extension* extension = local
645 const Extension* extension = GetExtensionForRenderViewHost( local
684 const Extension* extension = GetExtensionForRenderViewHost(rvh); local
845 const Extension* extension = local
    [all...]
  /external/chromium/chrome/browser/
background_contents_service.cc 25 #include "chrome/common/extensions/extension.h"
51 CrashNotificationDelegate(Profile* profile, const Extension* extension)
53 is_hosted_app_(extension->is_hosted_app()),
54 extension_id_(extension->id()) {
91 void ShowBalloon(const Extension* extension, Profile* profile) {
93 extension->is_hosted_app() ? IDS_BACKGROUND_CRASHED_APP_BALLOON_MESSAGE :
95 UTF8ToUTF16(extension->name()));
97 extension->GetIconURL(Extension::EXTENSION_ICON_SMALLISH
227 const Extension* extension = local
236 const Extension* extension = Details<const Extension>(details).ptr(); local
261 const Extension* extension = NULL; local
299 const Extension* extension = local
342 const Extension* extension = extensions_service->GetExtensionById( local
361 const Extension* extension = local
409 const Extension* extension = *iter; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_manifest_unittest.cc 19 using extensions::Extension;
29 scoped_refptr<const Extension> extension = local
40 ASSERT_TRUE(extension.get());
41 MimeTypesHandler* handler = MimeTypesHandler::GetHandler(extension.get());
50 scoped_refptr<const Extension> extension = local
60 ASSERT_TRUE(extension.get());
62 MimeTypesHandler* handler = MimeTypesHandler::GetHandler(extension.get());
  /external/chromium_org/chrome/browser/extensions/
background_app_browsertest.cc 21 const extensions::Extension* extension) OVERRIDE {
62 // Load our background extension
65 const extensions::Extension* extension = LoadExtension( local
67 ASSERT_FALSE(extension == NULL);
72 // Reload our background extension
73 ReloadExtension(extension->id());
75 // Ensure that we did not see a "Background extension loaded" dialog.
extension_icon_manager.h 22 class Extension;
34 // Start loading the icon for the given extension.
36 const extensions::Extension* extension);
39 // entry specified in the extension's 'icon' section of the manifest, or a
40 // default extension icon.
43 // Removes the extension's icon from memory.
54 // Makes sure we've done one-time initialization of the default extension icon
62 // Maps extension id to an SkBitmap with the icon for that extension
    [all...]
extension_infobar_delegate.h 17 class Extension;
22 // plus monitor when the extension goes away.
28 // Creates an extension infobar and delegate and adds the infobar to the
32 const extensions::Extension* extension,
36 const extensions::Extension* extension() { return extension_; } function in class:ExtensionInfoBarDelegate
46 const extensions::Extension* extension,
51 // Returns an extension infobar that owns |delegate|
    [all...]
extension_special_storage_policy.h 19 class Extension;
40 void GrantRightsForExtension(const extensions::Extension* extension);
41 void RevokeRightsForExtension(const extensions::Extension* extension);
44 // Decides whether the storage for |extension|'s web extent needs protection.
45 bool NeedsProtection(const extensions::Extension* extension);
63 bool Add(const extensions::Extension* extension);
    [all...]
  /external/chromium_org/chrome/common/extensions/api/media_galleries_private/
media_galleries_handler.h 13 #include "extensions/common/extension.h"
44 // Returns the media galleries handlers associated with the |extension|.
45 static List* GetHandlers(const extensions::Extension* extension);
48 // The id for the extension this action belongs to (as defined in the
49 // extension manifest).
57 // Parses the "media_galleries_handlers" extension manifest key.
63 virtual bool Parse(extensions::Extension* extension,
  /external/chromium_org/chrome/common/extensions/
extension_test_util.h 15 class Extension;
30 // Return a very simple extension with id |id|.
31 scoped_refptr<extensions::Extension> CreateExtensionWithID(std::string id);
35 scoped_refptr<extensions::Extension> LoadManifestUnchecked(
43 scoped_refptr<extensions::Extension> LoadManifestUnchecked(
50 scoped_refptr<extensions::Extension> LoadManifest(
56 scoped_refptr<extensions::Extension> LoadManifest(const std::string& dir,
60 scoped_refptr<extensions::Extension> LoadManifestStrict(
64 scoped_refptr<extensions::Extension> LoadManifest(const std::string& dir,
  /external/chromium/chrome/browser/extensions/
extension_disabled_infobar_delegate.cc 31 const Extension* extension);
46 const Extension* extension_;
52 const Extension* extension)
53 : service_(service), extension_(extension) {
72 // Do nothing. The extension will remain disabled.
84 const Extension* extension);
104 const Extension* extension_
159 const Extension* extension; local
    [all...]
extension_install_dialog.h 14 class Extension;
21 const Extension* extension,
extension_module.h 16 DECLARE_EXTENSION_FUNCTION_NAME("extension.setUpdateUrlData");
25 DECLARE_EXTENSION_FUNCTION_NAME("extension.isAllowedIncognitoAccess");
31 DECLARE_EXTENSION_FUNCTION_NAME("extension.isAllowedFileSchemeAccess");
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 19 class Extension;
23 // extension. Depending on the type of extension, the InfoBubble will
47 // the extension has loaded. |extension| is the installed extension. |browser|
49 // icon of the extension.
51 const Extension* extension, Browser *browser, const SkBitmap& icon);
57 ExtensionInstalledBubbleGtk(const Extension* extension, Browser *browser
    [all...]
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.h 16 class Extension;
21 // extension. Depending on the type of extension, the Bubble will
45 // the extension has loaded. |extension| is the installed extension. |browser|
47 // icon of the extension.
49 const Extension* extension, Browser *browser, const SkBitmap& icon);
56 const Extension* extension, Browser *browser, const SkBitmap& icon)
    [all...]
  /external/chromium_org/chrome/browser/background/
background_mode_manager_aura.cc 7 #include "extensions/common/extension.h"
18 const extensions::Extension* extension) {
background_mode_manager_chromeos.cc 7 #include "extensions/common/extension.h"
16 const extensions::Extension* extension) {
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller_mock.cc 10 const extensions::Extension& extension)
11 : MediaGalleriesDialogController(extension) {
  /external/chromium_org/chrome/browser/resources/extensions/
pack_extension_overlay.css 5 .pack-extension-heading {
10 .pack-extension-text-boxes {
14 .pack-extension-text-area {
  /external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_manifest_unittest.cc 19 scoped_refptr<Extension> extension(
21 EXPECT_EQ("de-AT", LocaleInfo::GetDefaultLocale(extension.get()));
  /external/chromium_org/chrome/common/extensions/api/managed_mode_private/
managed_mode_handler.cc 25 bool ManagedModeInfo::IsContentPack(const Extension* extension) {
27 extension->GetManifestData(keys::kContentPack));
33 const Extension* extension) {
35 extension->GetManifestData(keys::kContentPack));
37 extension->GetResource(info->site_list) :
47 bool ManagedModeHandler::Parse(Extension* extension, base::string16* error) {
48 if (!extension->manifest()->HasKey(keys::kContentPack)
    [all...]
  /external/chromium_org/chrome/common/extensions/api/system_indicator/
system_indicator_handler.h 9 #include "extensions/common/extension.h"
20 virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_initvalue_unittest.cc 11 #include "extensions/common/extension.h"
85 scoped_refptr<Extension> extension(LoadAndExpectSuccess(
92 EXPECT_TRUE(Extension::IdIsValid(extension->id()));
93 EXPECT_EQ("1.0.0.0", extension->VersionString());
94 EXPECT_EQ("my extension", extension->name());
95 EXPECT_EQ(extension->name(), extension->short_name())
    [all...]
  /external/chromium_org/chrome/renderer/
benchmarking_extension.h 9 class Extension;
14 // Profiler is an extension to allow javascript access to the API for
19 static v8::Extension* Get();
  /external/chromium_org/chrome/renderer/extensions/
renderer_permissions_policy_delegate_unittest.cc 13 #include "extensions/common/extension.h"
39 scoped_refptr<const Extension> CreateTestExtension(const std::string& id) {
42 .Set("name", "Extension with ID " + id)
57 scoped_refptr<const Extension> extension(CreateTestExtension("a"));
61 extension.get(), kSigninUrl, kSigninUrl, -1, NULL, -1, &error)) << error;
66 extension.get(), kSigninUrl, kSigninUrl, -1, NULL, -1, &error)) << error;
73 scoped_refptr<const Extension> extension(CreateTestExtension("a"));
77 extension.get(), kAnyUrl, kAnyUrl, -1, NULL, -1, &error)) << error
    [all...]

Completed in 1795 milliseconds

<<11121314151617181920>>