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

1234567891011>>

/external/apache-http/src/org/apache/http/protocol/
H A DSyncBasicHttpContext.java53 public synchronized void setAttribute(final String id, final Object obj) { method in class:SyncBasicHttpContext
54 super.setAttribute(id, obj);
H A DHttpContext.java54 void setAttribute(String id, Object obj); method in interface:HttpContext
H A DDefaultedHttpContext.java71 public void setAttribute(final String id, final Object obj) { method in class:DefaultedHttpContext
72 this.local.setAttribute(id, obj);
/external/chromium_org/chrome/browser/resources/predictors/
H A Dpredictors.js8 document.documentElement.setAttribute('os', 'win');
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dsync_index.js10 document.documentElement.setAttribute('os', 'win');
/external/apache-http/src/org/apache/http/client/protocol/
H A DClientContextConfigurer.java53 this.context.setAttribute(COOKIESPEC_REGISTRY, registry);
57 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry);
61 this.context.setAttribute(COOKIE_STORE, store);
65 this.context.setAttribute(CREDS_PROVIDER, provider);
69 this.context.setAttribute(AUTH_SCHEME_PREF, list);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPieChart.js41 svg.setAttribute("width", "100%");
42 svg.setAttribute("height", (100 * (1 + shadowOffset)) + "%");
45 shadow.setAttribute("r", 1);
46 shadow.setAttribute("cy", shadowOffset);
47 shadow.setAttribute("fill", "hsl(0,0%,70%)");
49 background.setAttribute("r", 1);
50 background.setAttribute("fill", "hsl(0,0%,92%)");
75 this._group.setAttribute("transform", "scale(" + (value / 2) + ") translate(1,1)");
100 path.setAttribute("d", "M0,0 L" + x1 + "," + y1 + " A1,1,0," + largeArc + ",1," + x2 + "," + y2 + " Z");
101 path.setAttribute("fil
[all...]
/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/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/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.cpp143 link->setAttribute(WebCore::HTMLNames::relAttr, "manifest");
144 link->setAttribute(WebCore::HTMLNames::hrefAttr, "foo.json");
149 link2->setAttribute(WebCore::HTMLNames::relAttr, "manifest");
150 link2->setAttribute(WebCore::HTMLNames::hrefAttr, "bar.json");
157 link->setAttribute(WebCore::HTMLNames::hrefAttr, "http:foo.json");
161 link->setAttribute(WebCore::HTMLNames::hrefAttr, "");
165 link->setAttribute(WebCore::HTMLNames::hrefAttr, "http://example.org/manifest.json");
167 link->setAttribute(WebCore::HTMLNames::hrefAttr, "http://foo.example.org/manifest.json");
169 link->setAttribute(WebCore::HTMLNames::hrefAttr, "http://foo.bar/manifest.json");
173 link->setAttribute(WebCor
[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/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));
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddottreegen.py111 treeST.setAttribute("nodes", parentNodeST)
121 treeST.setAttribute("nodes", nodeST)
146 edgeST.setAttribute("parent", parentName)
147 edgeST.setAttribute("child", childName)
148 edgeST.setAttribute("parentText", parentText)
149 edgeST.setAttribute("childText", childText)
150 treeST.setAttribute("edges", edgeST)
158 nodeST.setAttribute("name", uniqueName)
161 nodeST.setAttribute("text", text)
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.js27 tests[i].setAttribute('class', classes[run.tests[i].success]);
36 step.setAttribute('class', classes[run.tests[i].steps[j].success]);
42 step.children[k].setAttribute('class', 'difference');
46 status.setAttribute('class', 'status ' + classes[run.success]);
50 passed.setAttribute('class', counts.passed ? 'passed' : 'passed none');
52 failed.setAttribute('class', counts.failed ? 'failed' : 'failed none');
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java110 smoothStreamingMedia.setAttribute("MajorVersion", "2");
111 smoothStreamingMedia.setAttribute("MinorVersion", "1");
113 smoothStreamingMedia.setAttribute("Duration", "0");
117 videoStreamIndex.setAttribute("Type", "video");
118 videoStreamIndex.setAttribute("TimeScale", Long.toString(videoTimescale)); // silverlight ignores the timescale attr
119 videoStreamIndex.setAttribute("Chunks", Integer.toString(videoFragmentsDurations.length));
120 videoStreamIndex.setAttribute("Url", "video/{bitrate}/{start time}");
121 videoStreamIndex.setAttribute("QualityLevels", Integer.toString(videoQualities.size()));
127 qualityLevel.setAttribute("Index", Integer.toString(i));
128 qualityLevel.setAttribute("Bitrat
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dscript_installer.js57 apiScript.setAttribute(uid, '1');
60 apiScript.setAttribute('chromevoxScriptBase',
/external/chromium_org/chrome/browser/resources/feedback/js/
H A Dtake_screenshot.js17 canvas.setAttribute('width', video.videoWidth);
18 canvas.setAttribute('height', video.videoHeight);
/external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
H A Dpopup.js87 success.setAttribute('role', 'alert');
110 this.button_.setAttribute('disabled', 'disabled');

Completed in 1806 milliseconds

1234567891011>>