Searched refs:setAttribute (Results 1 - 25 of 559) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/protocol/
H A DSyncBasicHttpContext.java58 public synchronized void setAttribute(final String id, final Object obj) { method in class:SyncBasicHttpContext
59 super.setAttribute(id, obj);
H A DHttpContext.java59 void setAttribute(String id, Object obj); method in interface:HttpContext
/external/chromium_org/chrome/browser/resources/predictors/
H A Dpredictors.js9 document.documentElement.setAttribute('os', 'win');
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dsync_index.js10 document.documentElement.setAttribute('os', 'win');
/external/chromium_org/third_party/polymer/components-chromium/paper-dialog/
H A Dpaper-dialog-extracted.js82 this.setAttribute('aria-label', this.heading);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPieChart.js42 svg.setAttribute("width", (100 * (1 + 2 * shadowSize)) + "%");
43 svg.setAttribute("height", (100 * (1 + 2 * shadowSize)) + "%");
46 shadow.setAttribute("r", 1 + shadowSize);
47 shadow.setAttribute("cy", shadowSize);
48 shadow.setAttribute("fill", "hsl(0,0%,70%)");
50 background.setAttribute("r", 1);
51 background.setAttribute("fill", "hsl(0,0%,92%)");
85 this._group.setAttribute("transform", "scale(" + (value / 2) + ") translate(" + (1 + WebInspector.PieChart._ShadowSizePercent) + ",1)");
108 path.setAttribute("d", "M0,0 L" + x1 + "," + y1 + " A1,1,0," + largeArc + ",1," + x2 + "," + y2 + " Z");
109 path.setAttribute("fil
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-icon/
H A Dcore-icon-extracted.js58 this.setAttribute('role', 'img');
68 icon.setAttribute('fit', '');
94 this._icon.setAttribute('fit', '');
116 this.setAttribute('aria-hidden', 'true');
124 this.setAttribute('aria-label', this.alt ||
127 this.setAttribute('role', 'img');
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dxmlreport.py47 xcoverage.setAttribute("version", __version__)
48 xcoverage.setAttribute("timestamp", str(int(time.time()*1000)))
72 xpackage.setAttribute("name", pkg_name.replace(os.sep, '.'))
73 xpackage.setAttribute("line-rate", rate(lhits, lnum))
74 xpackage.setAttribute("branch-rate", rate(bhits, bnum))
75 xpackage.setAttribute("complexity", "0")
82 xcoverage.setAttribute("line-rate", rate(lhits_tot, lnum_tot))
83 xcoverage.setAttribute("branch-rate", rate(bhits_tot, bnum_tot))
104 xclass.setAttribute("name", className)
106 xclass.setAttribute("filenam
[all...]
/external/chromium_org/third_party/polymer/components-chromium/paper-radio-button/
H A Dpaper-radio-button-extracted.js66 this.setAttribute('aria-checked', this.checked ? 'true': 'false');
71 this.setAttribute('aria-label', this.label);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
H A Dexample.js61 moduleEl.setAttribute('name', 'nacl_module');
62 moduleEl.setAttribute('id', 'nacl_module');
63 moduleEl.setAttribute('width', width);
64 moduleEl.setAttribute('height', height);
65 moduleEl.setAttribute('path', '');
66 moduleEl.setAttribute('src', getDataURL(name + '.nmf'));
67 moduleEl.setAttribute('type', PNaClmimeType());
72 moduleEl.setAttribute(key, attrs[key]);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DRequestHTMLView.js69 iframe.setAttribute("sandbox", ""); // Forbid to run JavaScript and set unique origin.
70 iframe.setAttribute("src", this._dataURL);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dmain.js72 embed.setAttribute('name', 'NaClAM');
73 embed.setAttribute('id', 'NaClAM');
74 embed.setAttribute('width', '0');
75 embed.setAttribute('height', '0');
76 embed.setAttribute('type', 'application/x-pnacl');
77 embed.setAttribute('src', url);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DJUnitCodeGen.java131 classHeaderST.setAttribute("header", "package "+grammarInfo.getTestPackage()+";");
133 classHeaderST.setAttribute("junitFileName", junitFileName);
167 classHeaderST.setAttribute("hasTreeAdaptor", hasTreeAdaptor);
168 classHeaderST.setAttribute("treeAdaptorPath", treeAdaptorPath);
169 classHeaderST.setAttribute("hasPackage", hasPackage);
170 classHeaderST.setAttribute("packagePath", packagePath);
171 classHeaderST.setAttribute("lexerPath", lexerPath);
172 classHeaderST.setAttribute("parserPath", parserPath);
173 classHeaderST.setAttribute("treeParserPath", treeParserPath);
174 classHeaderST.setAttribute("isTreeGramma
[all...]
/external/apache-http/src/org/apache/http/client/protocol/
H A DClientContextConfigurer.java59 this.context.setAttribute(COOKIESPEC_REGISTRY, registry);
63 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry);
67 this.context.setAttribute(COOKIE_STORE, store);
71 this.context.setAttribute(CREDS_PROVIDER, provider);
75 this.context.setAttribute(AUTH_SCHEME_PREF, list);
/external/chromium_org/content/browser/tracing/
H A Dgenerate_trace_viewer_grd.py57 new_include_node.setAttribute('name', make_name_from_filename(filename))
58 new_include_node.setAttribute('file', filename)
59 new_include_node.setAttribute('type', 'BINDATA')
60 new_include_node.setAttribute('flattenhtml', 'true')
62 new_include_node.setAttribute('allowexternalscript', 'true')
/external/chromium_org/tools/page_cycler/common/
H A Dstart.js56 input.setAttribute('id', 'iterations');
57 input.setAttribute('type', 'number');
59 input.setAttribute('value', iterations ? iterations : '5');
63 input.setAttribute('type', 'submit');
64 input.setAttribute('value', 'Start');
/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DByXPath.java146 setAttribute(element, Attribute.CLASS, className);
147 setAttribute(element, Attribute.RESOURCE_ID, uiElement.getResourceId());
148 setAttribute(element, Attribute.PACKAGE, uiElement.getPackageName());
149 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription());
150 setAttribute(element, Attribute.TEXT, uiElement.getText());
151 setAttribute(element, Attribute.CHECKABLE, uiElement.isCheckable());
152 setAttribute(element, Attribute.CHECKED, uiElement.isChecked());
153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable());
154 setAttribute(element, Attribute.ENABLED, uiElement.isEnabled());
155 setAttribute(elemen
185 private static void setAttribute(Element element, Attribute attr, String value) { method in class:ByXPath
192 private static void setAttribute(Element element, Attribute attr, boolean value) { method in class:ByXPath
[all...]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
H A Dexample.js61 moduleEl.setAttribute('name', 'nacl_module');
62 moduleEl.setAttribute('id', 'nacl_module');
63 moduleEl.setAttribute('width', width);
64 moduleEl.setAttribute('height', height);
65 moduleEl.setAttribute('path', '');
66 moduleEl.setAttribute('src', getDataURL(name + '.nmf'));
67 moduleEl.setAttribute('type', PNaClmimeType());
72 moduleEl.setAttribute(key, attrs[key]);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentTest.cpp151 link->setAttribute(blink::HTMLNames::relAttr, "manifest");
152 link->setAttribute(blink::HTMLNames::hrefAttr, "foo.json");
157 link2->setAttribute(blink::HTMLNames::relAttr, "manifest");
158 link2->setAttribute(blink::HTMLNames::hrefAttr, "bar.json");
165 link->setAttribute(blink::HTMLNames::hrefAttr, "http:foo.json");
169 link->setAttribute(blink::HTMLNames::hrefAttr, "");
173 link->setAttribute(blink::HTMLNames::hrefAttr, "http://example.org/manifest.json");
175 link->setAttribute(blink::HTMLNames::hrefAttr, "http://foo.example.org/manifest.json");
177 link->setAttribute(blink::HTMLNames::hrefAttr, "http://foo.bar/manifest.json");
181 link->setAttribute(blin
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSetNodeAttributeCommand.cpp47 m_element->setAttribute(m_attribute, m_value);
52 m_element->setAttribute(m_attribute, m_oldValue);
/external/chromium_org/third_party/polymer/components-chromium/paper-icon-button/
H A Dpaper-icon-button-extracted.js29 this.setAttribute('aria-label', this.icon);
/external/chromium_org/extensions/test/data/web_view/apitest/
H A Dmain.js97 webview.setAttribute('partition', arguments.callee.name);
110 webview.setAttribute('src', 'data:text/html,webview check api');
155 webview.setAttribute('autosize', true);
156 webview.setAttribute('minwidth', 60);
157 webview.setAttribute('maxwidth', 70);
158 webview.setAttribute('minheight', 110);
159 webview.setAttribute('maxheight', 120);
164 webview.setAttribute('src', 'data:text/html,webview test sizechanged event');
173 webview.setAttribute('autosize', 'true');
174 webview.setAttribute('minwidt
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DVertexArrayImpl.h25 virtual void setAttribute(size_t idx, const gl::VertexAttribute &attr) = 0;
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dhighcontrast.js27 wrap.setAttribute('hidden', '');
41 html.setAttribute('hc', mode + scheme);
43 html.setAttribute('hcx', scheme);
59 html.setAttribute('hc', mode + '0');
60 html.setAttribute('hcx', '0');
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DDOTTreeGenerator.java141 treeST.setAttribute("nodes", parentNodeST);
147 treeST.setAttribute("nodes", nodeST);
175 edgeST.setAttribute("parent", parentName);
176 edgeST.setAttribute("child", childName);
177 edgeST.setAttribute("parentText", fixString(parentText));
178 edgeST.setAttribute("childText", fixString(childText));
179 treeST.setAttribute("edges", edgeST);
188 nodeST.setAttribute("name", uniqueName);
190 nodeST.setAttribute("text", fixString(text));

Completed in 730 milliseconds

1234567891011>>