Searched refs:list (Results 126 - 150 of 4308) sorted by path

1234567891011>>

/external/chromium-trace/
H A Dscript.js358 "x";this.exitButton_.title="Close Overlay (esc)";this.toolbar_.appendChild(this.exitButton_)},showOverlay:function(a){a.oldParent_=a.parentNode;this.contentHost.appendChild(a);this.contentHost.appendChild(this.tabCatcher);this.ownerDocument.body.classList.add("disabled-by-overlay");a.tabIndex=0;var c=a.querySelector("button, input, list, select, a");c||(c=a);c.focus();this.ownerDocument.addEventListener("focusin",this.onFocusIn_,!0);a.addEventListener("keydown",this.onKeydown_)},onMousedown_:function(a){a.target==
459 b,d,f,g){function h(f){f=n.selectedOptions[0].targetPropertyValue;base.Settings.set(d,f);a[b]=f}for(var k,l=0;l<g.length;l++){var m=g[l];if(m.value==f){k=l;break}}if(void 0===k)throw Error("defaultValue must be in the items list");var n=document.createElement("select");n.addEventListener("change",h);for(l=0;l<g.length;l++){var m=g[l],p=document.createElement("option");p.textContent=m.label;p.targetPropertyValue=m.value;n.appendChild(p)}a.__lookupSetter__("selectedIndex");n.__defineGetter__("selectedValue",
/external/chromium-trace/trace-viewer/build/
H A Dcheck_grit.py37 diff = list(u - i)
43 in_grit_only = list(set(grit_files) - set(known_images))
44 in_known_only = list(set(known_images) - set(grit_files))
H A Dcheck_gyp.py32 diff = list(u - i)
38 in_gyp_only = list(set(gyp_files) - set(known_files))
39 in_known_only = list(set(known_files) - set(gyp_files))
H A Dparse_deps_test.py14 tokens = list(parse_deps._tokenize_js(''))
18 tokens = list(parse_deps._tokenize_js('\n'))
22 tokens = list(parse_deps._tokenize_js('A // foo'))
26 tokens = list(parse_deps._tokenize_js("""A // foo
32 tokens = list(parse_deps._tokenize_js("""A /* foo */"""))
36 tokens = list(parse_deps._tokenize_js("""A /* foo
/external/chromium-trace/trace-viewer/src/base/
H A Dunittest.css35 #message-list {
37 list-style-type: none;
42 #message-list h1 {
46 #exception-list {
51 #exception-list pre {
H A Dunittest.js31 var list = document.querySelector('#message-list');
32 list.appendChild(li);
59 this.clear_(document.querySelector('#exception-list'));
60 this.clear_(document.querySelector('#message-list'));
154 var exceptionsEl = document.querySelector('#exception-list');
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_picker.css22 layer-picker > .x-list-view {
H A Dpicture_ops_list_view.css6 picture-ops-list-view {
11 picture-ops-list-view > .x-list-view {
16 picture-ops-list-view > .x-list-view .list-item {
24 picture-ops-list-view > .x-list-view .list-item:hover {
29 picture-ops-list
[all...]
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dheap_instance_track.css11 list-style: none;
12 list-style-position: outside;
H A Dtcmalloc_snapshot_view.css16 list-style: none;
25 list-style: none;
30 /* Collapsed state for list element */
35 /* Expanded state for list element. Must be located under the collapsed one. */
/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_and_associated_view.css6 x-list-and-associated-view {
11 x-list-and-associated-view > .x-list-view {
15 x-list-and-associated-view > :nth-child(2) {
H A Dlist_and_associated_view.js8 * @fileoverview A list of things, and a viewer for the currently selected
19 var ListAndAssociatedView = ui.define('x-list-and-associated-view');
40 get list() {
44 set list(list) {
45 this.list_ = list;
H A Dlist_and_associated_view_test.js30 var list = [
37 lav.list = list;
59 var list = [
66 lav.list = list;
78 var list = [
85 lav.list = list;
91 assertEquals(list[
[all...]
H A Dlist_view.css6 .x-list-view {
10 .x-list-view:focus {
14 .x-list-view * {
18 .x-list-view > .list-item {
22 .x-list-view:focus > .list-item[selected] {
28 .x-list-view > .list-item[selected] {
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dclosurizednamespacesinfo.py50 closurized_namespaces: A list of namespace prefixes that should be
53 ignored_extra_namespaces: A list of namespaces that should not be reported
64 # A list of goog.provide tokens in the order they appeared in the file.
67 # A list of goog.require tokens in the order they appeared in the file.
81 # A list of tuples where the first element is the namespace of an identifier
85 # A list of tuples where the first element is the namespace of an identifier
89 # A list of seemingly-unnecessary namespaces that are goog.required() and
93 # A list of goog.provide tokens which are duplicates.
96 # A list of goog.require tokens which are duplicates.
111 A list o
[all...]
H A Dgjslint.py126 A list of errorrecord.ErrorRecords for any found errors.
153 paths = list(paths)
246 error_records = list(records_iter)
H A Dstatetracker.py52 # The list of standard jsdoc tags is from
220 ordered_params: Ordered list of parameters documented.
322 """Computes the edit distance and list from the function params to the docs.
328 params: The parameter list for the function declaration.
331 The edit distance, the edit list.
359 edit_list = list(edit_lists[i][j+1])
365 edit_list = list(edit_lists[i+1][j])
372 edit_list = list(edit_lists[i][j])
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dtokens_test.py101 self.assertListEqual([a, b, c, d, e], list(i))
109 self.assertListEqual([e, d, c, b, a], list(ri))
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
H A Ddefault.css59 list-style-type: none;
137 list-style: square;
275 list-style:none;
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py11 # notice, this list of conditions and the following disclaimer.
13 # copyright notice, this list of conditions and the following disclaimer
72 FLAG TYPES: This is a list of the DEFINE_*'s that you can do. All flags
94 DEFINE_enum: takes a list of strings which represents legal values. If
95 the command-line value is not in this list, raise a flag
98 DEFINE_list: Takes a comma-separated list of strings on the commandline.
99 Stores them in a python list object.
101 DEFINE_spaceseplist: Takes a space-separated list of strings on the
102 commandline. Stores them in a python list object.
107 result is a python list objec
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_dispatch.py11 # notice, this list of conditions and the following disclaimer.
13 # copyright notice, this list of conditions and the following disclaimer
94 paths = list(
H A Dtest_mux.py11 # notice, this list of conditions and the following disclaimer.
13 # copyright notice, this list of conditions and the following disclaimer
321 blocks = list(parser.read_control_blocks())
/external/chromium_org/
H A DAndroid.mk17 # targets are still needed, so list their makefiles explicitly.
/external/chromium_org/android_webview/browser/
H A Dgl_view_renderer_manager.h8 #include <list>
24 typedef std::list<RendererType> ListType;
H A Dglobal_tile_manager.h8 #include <list>
27 typedef std::list<GlobalTileManagerClient*> ListType;

Completed in 2342 milliseconds

1234567891011>>