Home
last modified time | relevance | path

Searched defs:description (Results 1 – 25 of 1469) sorted by relevance

12345678910>>...59

/external/chromium_org/tools/perf/
Dtest-info.json4 "description":"Runs all enabled benchmarks in third_party/WebKit/PerformanceTests/", string
11 …"description": "Runs Browsermark CSS, DOM, WebGL, JS, resize and page load benchmarks.\n\nAddition… string
15 …"description": "Runs Canvasmark HTML5, Canvas 2D rendering and javascript benchmark.\n\nCanvasMark… string
19 "description":"Microbenchmarks for compositor (cc/) component.", string
26 "description":"Performance of DOM operations." string
29 "description":"Setting and getting DOM node attributes." string
32 "description":"Creating and injecting DOM nodes." string
35 "description":"Querying DOM elements in a document." string
38 "description":"Traversing a DOM structure." string
41 "description":"Setting and getting DOM node attributes using the jQuery JavaScript Library." string
[all …]
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/_locales/en/
Dmessages.json3 "description": "Extension name"}, string
6 "description": "Extension description"}, string
9 "description": ""}, string
12 "description": "tab title"}, string
15 "description": ""}, string
18 "description": ""}, string
21 "description": ""}, string
24 "description": ""}, string
27 "description": ""}, string
30 "description": ""}, string
[all …]
/external/chromium_org/chrome/common/extensions/docs/templates/json/
Dwhats_new.json4 …"description": "Background pages can optionally be non-persistent, using a feature we call <code>e… string
9 … "description": "The types.ChromeSetting.set method now has a <code>regular_only</code> scope.", string
14 … "description": "The browsingData.RemovalOptions now has an <code>originTypes</code> property.", string
19 …"description": "The management.uninstall method now has a <code>showConfirmDialog</code> parameter… string
24 …"description": "The contextMenus.create method now allows you to specify unique IDs for each item.… string
29 …"description": "The browserAction.setIcon and pageAction.setIcon methods now accept optional callb… string
34 …"description": "The privacy.websites namespace now has a <code>protectedContentEnabled</code> prop… string
39 …"description": "The <code>index</code> parameter to the tabs.move method now accepts -1 to indicat… string
44 …"description": "The <code>windowId</code> parameter to the tabs.highlight method is now optional.", string
49 …"description": "Manifest version 1 was deprecated in Chrome 18 and will be phased out according to… string
[all …]
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/_locales/en/
Dmessages.json4 "description": "The title of the application, displayed in the web store." string
8 "description":"The description of the application, displayed in the web store." string
12 "description": "The title of the options page." string
16 "description": "Text at the top of the options page explaining the extension." string
20 …"description": "More text at the top of the options page, explaining that Caret Browsing (the name… string
24 "description": "Title of the heading on the page that describes keyboard commands." string
28 …"description": "Instructions for how to enable or disable this feature on any platform other than … string
32 …"description": "Instructions for how to enable or disable this feature on a Chromebook, where you … string
36 …"description": "Text that describes how to move by words using the Control key. This string is use… string
40 … "description": "Text that describes how to move by words using the Option key on a Mac keyboard." string
[all …]
/external/chromium_org/chrome/common/extensions/api/
Dwebview_tag.json8 …"description": "Use the <code>webview</code> tag to actively load live content from the web over t… string
18 … "description": "Options that determine what data should be cleared by <code>clearData</code>.", string
23 …"description": "Clear data accumulated on or after this date, represented in milliseconds since th… string
30 … "description": "A set of data types. Missing properties are interpreted as <code>false</code>.", string
32 … "appcache": { "type": "boolean", "optional": true, "description": "Websites' appcaches." }, string
33 … "cookies": { "type": "boolean", "optional": true, "description": "The partition's cookies." }, string
34 … "fileSystems": { "type": "boolean", "optional": true, "description": "Websites' filesystems." }, string
35 … "indexedDB": { "type": "boolean", "optional": true, "description": "Websites' IndexedDB data." }, string
36 …"localStorage": { "type": "boolean", "optional": true, "description": "Websites' local storage dat… string
37 "webSQL": { "type": "boolean", "optional": true, "description": "Websites' WebSQL data." } string
[all …]
Dwebstore.json8 …"description": "Use the <code>chrome.webstore</code> API to initiate app and extension installatio… string
14 …"description": "Enum used to indicate the stage of the installation process. 'downloading' indicat… string
19 …"description": "Enum of the possible install results, including error codes sent back in the event… string
29 "description": "The operation was aborted as the requestor is no longer alive.", string
33 "description": "An installation of the same extension is in progress.", string
37 "description": "The installation is not permitted.", string
41 "description": "Invalid Chrome Web Store item ID.", string
45 "description": "Failed to retrieve extension metadata from the Web Store.", string
49 "description": "The extension metadata retrieved from the Web Store was invalid.", string
53 …"description": "An error occurred while parsing the extension manifest retrieved from the Web Stor… string
[all …]
Daccessibility_private.json11 "description": "none", string
16 "description": "Information about the state of a checkbox.", string
18 "isChecked": {"type": "boolean", "description": "True if this checkbox is checked."} string
24 "description": "Information about the state of a combo box.", string
26 "value": {"type": "string", "description": "The value of the combo box."}, string
27 … "itemCount": {"type": "integer", "description": "The number of items in the combo box's list."}, string
28 …"itemIndex": {"type": "integer", "description": "The 0-based index of the current value, or -1 if … string
34 "description": "Information about the state of a list box.", string
36 "value": {"type": "string", "description": "The value of the list box."}, string
37 "itemCount": {"type": "integer", "description": "The number of items in the list."}, string
[all …]
Dcookies.json8 …"description": "Use the <code>chrome.cookies</code> API to query and modify cookies, and to be not… string
13 "description": "Represents information about an HTTP cookie.", string
15 "name": {"type": "string", "description": "The name of the cookie."}, string
16 "value": {"type": "string", "description": "The value of the cookie."}, string
17 …"domain": {"type": "string", "description": "The domain of the cookie (e.g. \"www.google.com\", \"… string
18 …"hostOnly": {"type": "boolean", "description": "True if the cookie is a host-only cookie (i.e. a r… string
19 "path": {"type": "string", "description": "The path of the cookie."}, string
20 …"secure": {"type": "boolean", "description": "True if the cookie is marked as Secure (i.e. its sco… string
21 …"httpOnly": {"type": "boolean", "description": "True if the cookie is marked as HttpOnly (i.e. the… string
22 …"session": {"type": "boolean", "description": "True if the cookie is a session cookie, as opposed … string
[all …]
Dmanifest_types.json10 "description": "Schemas for structured manifest entries", string
18 "description": "Chrome settings which can be overriden by an extension.", string
21 "description": "New value for the homepage.", string
27 "description": "A search engine", string
33 …"description": "Name of the search engine displayed to user. This may only be ommitted if <em>prep… string
38 …"description": "Omnibox keyword for the search engine. This may only be ommitted if <em>prepopulat… string
43 …"description": "An icon URL for the search engine. This may only be ommitted if <em>prepopulated_i… string
47 "description": "An search URL used by the search engine." string
52 …"description": "Encoding of the search term. This may only be ommitted if <em>prepopulated_id</em>… string
57 "description": "If omitted, this engine does not support suggestions." string
[all …]
Dinput_ime.json8 …"description": "Use the <code>chrome.input.ime</code> API to implement a custom IME for Chrome OS.… string
14 "description": "See http://www.w3.org/TR/DOM-Level-3-Events/#events-KeyboardEvent", string
16 …"type": {"type": "string", "description": "One of keyup or keydown.", "enum": ["keyup", "keydown"]… string
17 "requestId": {"type": "string", "description": "The ID of the request."}, string
18 …"extensionId": {"type": "string", "optional": true, "description": "The extension ID of the sender… string
19 "key": {"type": "string", "description": "Value of the key being pressed"}, string
20 …"code": {"type": "string", "description": "Value of the physical key being pressed. The value is n… string
21 …"keyCode": {"type": "integer", "optional": true, "description": "The deprecated HTML keyCode, whic… string
22 …"altKey": {"type": "boolean", "optional": true, "description": "Whether or not the ALT key is pres… string
23 …"ctrlKey": {"type": "boolean", "optional": true, "description": "Whether or not the CTRL key is pr… string
[all …]
Dcloud_print_private.json8 "description": "none", string
13 "description": "Settings per printer.", string
17 "description": "Unique printer id." string
21 "description": "Whether printer is selected." string
28 "description": "Settings set by user.", string
31 "description": "Printer settings.", string
39 "description": "Whether should printer be connected." string
47 "description": "Setup Cloud Print Connector.", string
53 "description": "The email address of the user." string
58 "description": "The email address of the robot account." string
[all …]
Ddebugger.json8 …"description": "The <code>chrome.debugger</code> API serves as an alternate transport for Chrome's… string
13 "description": "Debuggee identifier. Either tabId or extensionId must be specified", string
15 …"tabId": { "type": "integer", "optional": true, "description": "The id of the tab which you intend… string
16 …"extensionId": { "type": "string", "optional": true, "description": "The id of the extension which… string
17 …"targetId": { "type": "string", "optional": true, "description": "The opaque id of the debug targe… string
23 "description": "Debug target information", string
27 "description": "Target type.", string
30 "id": { "type": "string", "description": "Target id." }, string
31 …"tabId": { "type": "integer", "optional": true, "description": "The tab id, defined if type == 'pa… string
32 …"extensionId": { "type": "string", "optional": true, "description": "The extension id, defined if … string
[all …]
Dweb_navigation.json8 …"description": "Use the <code>chrome.webNavigation</code> API to receive notifications about the s… string
14 …"description": "Retrieves information about the given frame. A frame refers to an &lt;iframe&gt; o… string
19 "description": "Information about the frame to retrieve information about.", string
21 …"tabId": { "type": "integer", "minimum": 0, "description": "The ID of the tab in which the frame i… string
22 …"processId": {"type": "integer", "description": "The ID of the process runs the renderer for this … string
23 …"frameId": { "type": "integer", "minimum": 0, "description": "The ID of the frame in the given tab… string
32 …"description": "Information about the requested frame, null if the specified frame ID and/or tab I… string
36 …"description": "True if the last navigation in this frame was interrupted by an error, i.e. the on… string
40 …"description": "The URL currently associated with this frame, if the frame identified by the frame… string
44 … "description": "ID of frame that wraps the frame. Set to -1 of no parent frame exists." string
[all …]
Dexperience_sampling_private.json8 …"description": "The experienceSamplingPrivate API listens for when various types of UI elements ar… string
13 "description": "Information about an element of the UI.", string
15 "name": {"type": "string", "description": "The type of interesting UI element."}, string
16 …"destination": {"type": "string", "description": "URL that was being navigated to when the UI was … string
17 …"referrer": {"type": "string", "description": "URL that was being navigated from when the UI was s… string
18 …"time": {"type": "number", "description": "Time when the UI element was first displayed (in ms sin… string
24 "description": "Information about the current browser context.", string
28 "description": "The experimental variations (trial and group names) active in Chrome." string
36 "name": {"type": "string", "description": "What the user decided to do."}, string
37 … "details": {"type": "boolean", "description": "Whether the user opened the additional details."}, string
[all …]
Dprocesses.json8 …"description": "Use the <code>chrome.processes</code> API to interact with the browser's processes… string
13 "description": "An object containing information about one of the browser's processes.", string
17 "description": "Unique ID of the process provided by the browser." string
21 "description": "The ID of the process, as provided by the OS." string
25 "description": "The title of the process as seen in the task manager." string
30 "description": "The type of process." string
34 "description": "The profile which the process is associated with." string
38 …"description": "The debugging port for Native Client processes. Zero for other process types and f… string
42 …"description": "Array of Tab IDs that have a page rendered by this process. The list will be non-e… string
47 …"description": "The most recent measurement of the process CPU usage, between 0 and 100%. Only ava… string
[all …]
Dproxy.json8 …"description": "Use the <code>chrome.proxy</code> API to manage Chrome's proxy settings. This API … string
13 "description": "An object encapsulating a single proxy server's specification.", string
15 …tional": true, "enum": ["http", "https", "quic", "socks4", "socks5"], "description": "The scheme (… string
16 …"host": {"type": "string", "description": "The URI of the proxy server. This must be an ASCII host… string
17 …"port": {"type": "integer", "optional": true, "description": "The port of the proxy server. Defaul… string
23 …"description": "An object encapsulating the set of proxy rules for all protocols. Use either 'sing… string
25 …"singleProxy": {"$ref": "ProxyServer", "optional": true, "description": "The proxy server to be us… string
26 …"proxyForHttp": {"$ref": "ProxyServer", "optional": true, "description": "The proxy server to be u… string
27 …"proxyForHttps": {"$ref": "ProxyServer", "optional": true, "description": "The proxy server to be … string
28 …"proxyForFtp": {"$ref": "ProxyServer", "optional": true, "description": "The proxy server to be us… string
[all …]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/_locales/en/
Dmessages.json4 "description": "The extension name." string
8 "description": "The extension description." string
12 "description": "Header for 'Direct Connection' configuration `fieldset`." string
16 "description": "Error message displayed when `levelOfControl` is 'not_controllable'." string
20 …"description": "Error message displayed when `levelOfControl` is 'controlled_by_other_extensions'." string
24 "description": "Error message, displayed when failing to set regular proxy settings." string
28 "description": "Error message, displayed when failing to set incognito proxy settings." string
32 "description": "Success message, displayed after proxy settings have been written." string
36 "description": "Error message used as popup title." string
40 "description": "Error message displayed in popup when an error occurs." string
[all …]
/external/chromium_org/chrome/common/extensions/api/devtools/
Dpanels.json8 …"description": "Use the <code>chrome.devtools.panels</code> API to integrate your extension into D… string
14 "description": "Represents the Elements panel.", string
18 "description": "Fired when an object is selected in the panel." string
25 "description": "Creates a pane within panel's sidebar.", string
30 "description": "Text that is displayed in sidebar caption." string
35 "description": "A callback invoked when the sidebar is created.", string
40 "description": "An ExtensionSidebarPane object for created sidebar pane.", string
52 "description": "Represents a panel created by extension.", string
56 "description": "Appends a button to the status bar of the panel.", string
61 …"description": "Path to the icon of the button. The file should contain a 64x24-pixel image compos… string
[all …]
Dinspected_window.json8 …"description": "Use the <code>chrome.devtools.inspectedWindow</code> API to interact with the insp… string
14 … "description": "A resource within the inspected page, such as a document, a script, or an image.", string
18 "description": "The URL of the resource." string
25 "description": "Gets the content of the resource.", string
30 … "description": "A function that receives resource content when the request completes.", string
35 "description": "Content of the resource (potentially encoded)." string
40 …"description": "Empty if content is not encoded, encoding name otherwise. Currently, only base64 i… string
49 "description": "Sets the content of the resource.", string
54 …"description": "New content of the resource. Only resources with the text type are currently suppo… string
59 …"description": "True if the user has finished editing the resource, and the new content of the res… string
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/
Dprotocol.json10 "description": "Enables inspector domain notifications." string
14 "description": "Disables inspector domain notifications." string
18 "description": "Resets all domains." string
38 …"description": "Fired when remote debugging connection is about to be terminated. Contains detach … string
40 …{ "name": "reason", "type": "string", "description": "The reason why connection has been terminate… string
46 "description": "Fired when debugging target has crashed", string
67 … "description": "Actions and events related to the inspected page belong to the page domain.", string
73 "description": "Resource type as it was perceived by the rendering engine." string
78 "description": "Unique frame identifier." string
83 "description": "Information about the Frame on the page.", string
[all …]
DInspector-1.0.json9 "description": "Enables inspector domain notifications." string
13 "description": "Disables inspector domain notifications." string
58 "description": "Number of nodes with given name." string
67 "description": "Number of JS event listeners by event type." string
77 "description": "Character data statistics for the page." string
103 … "description": "Actions and events related to the inspected page belong to the page domain.", string
109 "description": "Resource type as it was perceived by the rendering engine." string
114 "description": "Information about the Frame on the page.", string
116 { "name": "id", "type": "string", "description": "Frame unique identifier." }, string
117 …{ "name": "parentId", "type": "string", "optional": true, "description": "Parent frame identifier.… string
[all …]
DInspector-0.1.json63 … "description": "Actions and events related to the inspected page belong to the page domain.", string
69 "description": "Resource type as it was perceived by the rendering engine." string
74 "description": "Information about the Frame on the page.", string
76 { "name": "id", "type": "string", "description": "Frame unique identifier." }, string
77 …{ "name": "parentId", "type": "string", "optional": true, "description": "Parent frame identifier.… string
78 …{ "name": "loaderId", "$ref": "Network.LoaderId", "description": "Identifier of the loader associa… string
79 …{ "name": "name", "type": "string", "optional": true, "description": "Frame's name as specified in… string
80 { "name": "url", "type": "string", "description": "Frame document's URL." }, string
81 …{ "name": "mimeType", "type": "string", "description": "Frame document's mimeType as determined by… string
88 … "description": "Information about the Frame hierarchy along with their cached resources.", string
[all …]
DInspector-1.1.json10 "description": "Enables inspector domain notifications." string
14 "description": "Disables inspector domain notifications." string
18 "description": "Resets all domains." string
38 …"description": "Fired when remote debugging connection is about to be terminated. Contains detach … string
40 …{ "name": "reason", "type": "string", "description": "The reason why connection has been terminate… string
45 "description": "Fired when debugging target has crashed" string
57 …{ "name": "size", "type": "number", "optional": true, "description": "Size of the block in bytes i… string
58 …{ "name": "name", "type": "string", "description": "Unique name used to identify the component tha… string
66 …{ "name": "strings", "type": "array", "items": { "type": "string" }, "description": "An array of s… string
67 …{ "name": "nodes", "type": "array", "items": { "type": "integer" }, "description": "An array of no… string
[all …]
/external/chromium_org/extensions/common/api/
Dweb_request.json8 …"description": "Use the <code>chrome.webRequest</code> API to observe and analyze traffic and to i… string
12 …"description": "The maximum number of times that <code>handlerBehaviorChanged</code> can be called… string
19 "description": "An object describing filters to apply to webRequest events.", string
23 …"description": "A list of URLs or URL patterns. Requests that cannot match any of the URLs will be… string
29 …"description": "A list of request types. Requests that cannot match any of the types will be filte… string
40 …"description": "An array of HTTP headers. Each header is represented as a dictionary containing th… string
44 "name": {"type": "string", "description": "Name of the HTTP header."}, string
45 …"value": {"type": "string", "optional": true, "description": "Value of the HTTP header if it can b… string
49 …"description": "Value of the HTTP header if it cannot be represented by UTF-8, stored as individua… string
59 …"description": "Returns value for event handlers that have the 'blocking' extraInfoSpec applied. A… string
[all …]
Devents.json8 …"description": "The <code>chrome.events</code> namespace contains common types used by APIs dispat… string
16 "description": "Description of a declarative rule for handling events.", string
21 "description": "Optional identifier that allows referencing this rule." string
27 … "description": "Tags can be used to annotate rules and perform operations on sets of rules." string
32 "description": "List of conditions that can trigger the actions." string
37 … "description": "List of actions that are triggered if one of the condtions is fulfilled." string
42 "description": "Optional priority of this rule. Defaults to 100." string
49 … "description": "An object which allows the addition and removal of listeners for a Chrome event.", string
56 "description": "Registers an event listener <em>callback</em> to an event.", string
61 …"description": "Called when an event occurs. The parameters of this function depend on the type of… string
[all …]

12345678910>>...59