Searched refs:removeAttribute (Results 1 - 25 of 204) sorted by relevance

123456789

/external/apache-http/src/org/apache/http/protocol/
H A DSyncBasicHttpContext.java62 public synchronized Object removeAttribute(final String id) { method in class:SyncBasicHttpContext
63 return super.removeAttribute(id);
H A DHttpContext.java61 Object removeAttribute(String id); method in interface:HttpContext
H A DDefaultedHttpContext.java72 public Object removeAttribute(final String id) { method in class:DefaultedHttpContext
73 return this.local.removeAttribute(id);
H A DBasicHttpContext.java89 public Object removeAttribute(final String id) { method in class:BasicHttpContext
/external/chromium_org/third_party/polymer/components-chromium/core-icon/
H A Dcore-icon-extracted.js118 this.removeAttribute('role');
121 this.removeAttribute('aria-label');
130 this.removeAttribute('aria-hidden');
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Dexample.js19 getFileEl.removeAttribute('hidden');
28 signInEl.removeAttribute('hidden');
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Devents.js21 detailsNode.removeAttribute('hidden');
24 detailsColumn.removeAttribute('colspan');
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dhighcontrast.js62 html.removeAttribute('hc');
63 html.removeAttribute('hcx');
109 html.removeAttribute('hc');
110 html.removeAttribute('hcx');
/external/chromium_org/chrome/browser/resources/options/
H A Doptions_page.js68 document.documentElement.removeAttribute(
84 document.documentElement.removeAttribute(
H A Deditable_text_field.js92 this.removeAttribute('placeholder-text');
119 this.removeAttribute('editing');
125 this.removeAttribute('empty');
160 this.removeAttribute('editable');
304 this.removeAttribute('empty');
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dapi_util.js80 if (element && element.removeAttribute) {
81 element.removeAttribute('cvoxid');
/external/chromium_org/third_party/polymer/components-chromium/paper-focusable/
H A Dpaper-focusable-extracted.js60 this.removeAttribute('tabindex');
/external/chromium_org/extensions/test/data/web_view/apitest/
H A Dmain.js65 webview.removeAttribute('allowtransparency');
134 webview.removeAttribute('autosize');
242 webview.removeAttribute('minwidth');
243 webview.removeAttribute('maxwidth');
244 webview.removeAttribute('minheight');
245 webview.removeAttribute('maxheight');
246 webview.removeAttribute('autosize');
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dtree.js209 this.removeAttribute('aria-activedescendant');
403 this.removeAttribute('expanded');
404 treeChildren.removeAttribute('expanded');
478 this.removeAttribute('selected');
479 rowItem.removeAttribute('selected');
498 this.removeAttribute('may-have-children');
499 rowItem.removeAttribute('may-have-children');
609 this.removeAttribute('editing');
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.h58 bool removeAttribute(Element*, const String& name, ExceptionState&);
67 bool removeAttribute(Element*, const String& name, ErrorString*);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java163 theAtts.removeAttribute(i);
180 theAtts.removeAttribute(i);
/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_view.js49 listView.selectedElement.removeAttribute('selected');
53 this.removeAttribute('selected');
111 currentSelectedElement.removeAttribute('selected');
/external/chromium_org/ui/file_manager/video_player/js/
H A Dvideo_player.js248 videoPlayerElement.removeAttribute('multiple');
286 videoPlayerElement.removeAttribute('last-video');
291 videoPlayerElement.removeAttribute('first-video');
294 document.querySelector('#video-player').removeAttribute('disabled');
295 document.querySelector('#error').removeAttribute('visible');
347 videoPlayerElement.removeAttribute('casting');
360 videoPlayerElement.removeAttribute('castable');
374 videoPlayerElement.removeAttribute('loading');
395 videoPlayerElement.removeAttribute('loading');
546 videoPlayerElement.removeAttribute('cas
[all...]
/external/chromium_org/ui/file_manager/gallery/js/
H A Dribbon.js134 lastNode.nextSibling.removeAttribute('vanishing');
147 firstNode.previousSibling.removeAttribute('vanishing');
160 removed.removeAttribute('selected');
261 oldSelected.removeAttribute('selected');
294 vanishingNodes[i].removeAttribute('vanishing');
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dsalsa.js119 newTreatment.removeAttribute('hidden');
136 $('invalid_treatment_info').removeAttribute('hidden');
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
H A Doverlay.js72 this.removeAttribute('hidden');
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp79 void WebElement::removeAttribute(const WebString& attrName) function in class:blink::WebElement
84 unwrap<Element>()->removeAttribute(attrName);
/external/chromium_org/third_party/polymer/components-chromium/core-layout/
H A Dcore-layout-extracted.js52 s.removeAttribute('no-shim');
/external/chromium-trace/trace-viewer/src/base/
H A Dproperties.js148 this.removeAttribute(attributeName);
166 this.removeAttribute(attributeName);
/external/chromium_org/chrome/browser/resources/
H A Dcomponents.js21 output.removeAttribute('hidden');

Completed in 3098 milliseconds

123456789