/external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/ |
README | 1 Demo Chrome Extension that uses the Tab Pinning API. Enables a new keyboard
|
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
manifest.json | 12 "extension",
|
/external/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/ |
manifest.json | 4 "description": "The first extension that I made.",
|
/external/chromium/chrome/common/extensions/ |
extension_file_util.h | 12 #include "chrome/common/extensions/extension.h" 14 class Extension; 23 // extension in. 34 // Removes all versions of the extension with |id| from |extensions_dir|. 38 // Loads and validates an extension from the specified directory. Returns NULL 40 scoped_refptr<Extension> LoadExtension(const FilePath& extension_root, 41 Extension::Location location, 45 // Returns true if the given extension object is valid and consistent. 47 bool ValidateExtension(Extension* extension, std::string* error) [all...] |
extension_sidebar_utils.cc | 7 #include "chrome/common/extensions/extension.h" 26 const Extension* extension, 28 GURL url(extension->GetResourceURL(relative_path));
|
/external/chromium_org/chrome/browser/extensions/ |
extension_infobar_delegate.cc | 16 #include "extensions/common/extension.h" 24 const extensions::Extension* extension, 30 browser, extension, url, web_contents, height)))); 35 const extensions::Extension* extension, 43 extension_(extension), 66 // When an extension crashes, an InfoBar is shown (for the crashed extension). 68 // is already showing the 'extension crashed InfoBar', which it never is), bu [all...] |
extension_keybinding_registry.h | 27 class Extension; 64 // Add extension keybinding for the events defined by the |extension|. 68 const Extension* extension, 70 // Remove extension bindings for |extension|. |command_name| is optional, 73 const Extension* extension, 96 // Maps an accelerator to a list of string pairs (extension id, command name [all...] |
extension_tab_util.h | 33 class Extension; 45 const Extension* extension); 49 // permissions of the extension, the object may or may not include sensitive 53 const Extension* extension) { 54 return CreateTabValue(web_contents, NULL, -1, extension); 60 const Extension* extension); 62 // Creates a Tab object but performs no extension permissions checks; th [all...] |
extension_view_host_mac.h | 13 class Extension; 19 ExtensionViewHostMac(const Extension* extension, 23 ExtensionViewHost(extension, site_instance, url, host_type) {}
|
install_tracker.cc | 76 const Extension* extension = local 78 extension; 80 OnExtensionInstalled(extension)); 84 const Extension* extension = local 85 content::Details<const Extension>(details).ptr(); 87 OnExtensionLoaded(extension)); 93 const Extension* extension = unload_info->extension local 99 const Extension* extension = local [all...] |
/external/chromium_org/chrome/browser/extensions/updater/ |
extension_downloader_delegate.h | 32 // Failed to fetch the manifest for this extension. 39 // this extension. 42 // There was an update for this extension but the download of the crx 48 // the extension update sent a ping. 61 // One of the following 3 methods is always invoked for a given extension 63 // extension was added to the ExtensionDownloader. 69 // AddExtension/AddPendingExtension the combination of extension id and 71 // be called with all request ids that resulted in that extension being 74 // Invoked if the extension couldn't be downloaded. |error| contains the 81 // Invoked if the extension had an update available and its crx wa [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_error_overlay.html | 6 <div id="extension-error-overlay" class="page"> 8 <h1 class="extension-error-overlay-title"></h1> 9 <div class="content-area" id="extension-error-overlay-content"></div> 13 <button id="extension-error-overlay-dismiss" i18n-content="ok"></button>
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_controller_delegate.cc | 18 #include "extensions/common/extension.h" 23 const extensions::Extension* GetExtension(Profile* profile, 27 const extensions::Extension* extension = local 29 return extension; 59 const extensions::Extension* extension = GetExtension(profile, app_id); local 62 return extension && 63 policy->UserMayModifySettings(extension, NULL); 77 const extensions::Extension* extension = GetExtension(profile, app_id) local 85 const extensions::Extension* extension = GetExtension(profile, app_id); local 110 const extensions::Extension* extension = GetExtension(profile, app_id); local 119 const extensions::Extension* extension = GetExtension(profile, app_id); local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/ |
manifest.json | 3 "description": "This extension adds an animated browser action to the toolbar.",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
manifest.json | 3 "description": "Utility for working with the extension tabs api",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/pin/ |
README | 1 Demo Chrome Extension that uses the Tab Pinning API. Enables a new keyboard
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
debugger.html | 6 If user invokes Chrome DevTools while extension is attached to the tab, 7 debugging session is terminated. Extension can re-establish it later. 13 You must declare the "debugger" permission in your extension's manifest 19 "name": "My extension",
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/ |
clipboard_write.html | 1 Indicates the extension or app uses <code>document.execCommand('copy')</code> or <code>document.execCommand('cut')</code>. This permission is <b>required for hosted apps</b>; it's recommended for extensions and packaged apps.
|
geolocation.html | 1 Allows the extension or app to use the proposed HTML5 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> without prompting the user for permission.
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
standard_extensions_api.html | 6 platform:strings.extension
|
/external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/ |
samples.html | 6 platform:strings.extension /}}
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
DEPS | 6 "+chrome/test/chromedriver/extension",
|
/external/chromium_org/extensions/ |
README | 2 Chrome's extension system, and can be used with any host of the 'content'
|
/external/chromium_org/sync/protocol/ |
extension_setting_specifics.proto | 5 // Sync protocol datatype extension for an extension setting. 17 // Properties of extension setting sync objects. 19 // Id of the extension the setting is for.
|
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/ |
ARB_texture_rectangle.glsl | 0 #extension GL_ARB_texture_rectangle : enable
|