Home
last modified time | relevance | path

Searched refs:removeAttribute (Results 1 – 25 of 187) sorted by relevance

12345678

/external/chromium_org/ui/accessibility/extensions/highcontrast/
Dhighcontrast.js62 html.removeAttribute('hc');
63 html.removeAttribute('hcx');
109 html.removeAttribute('hc');
110 html.removeAttribute('hcx');
/external/chromium_org/chrome/browser/resources/options/
Deditable_text_field.js92 this.removeAttribute('placeholder-text');
119 this.removeAttribute('editing');
125 this.removeAttribute('empty');
160 this.removeAttribute('editable');
304 this.removeAttribute('empty');
Doptions_page.js68 document.documentElement.removeAttribute(
84 document.documentElement.removeAttribute(
/external/chromium_org/third_party/polymer/components-chromium/core-icon/
Dcore-icon-extracted.js118 this.removeAttribute('role');
121 this.removeAttribute('aria-label');
130 this.removeAttribute('aria-hidden');
/external/chromium_org/ui/webui/resources/js/cr/ui/
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/extensions/test/data/web_view/apitest/
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/file_manager/video_player/js/
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('cast-available');
/external/apache-http/src/org/apache/http/protocol/
DSyncBasicHttpContext.java62 public synchronized Object removeAttribute(final String id) { in removeAttribute() method in SyncBasicHttpContext
63 return super.removeAttribute(id); in removeAttribute()
DDefaultedHttpContext.java72 public Object removeAttribute(final String id) { in removeAttribute() method in DefaultedHttpContext
73 return this.local.removeAttribute(id); in removeAttribute()
/external/chromium-trace/trace-viewer/src/ui/
Dlist_view.js49 listView.selectedElement.removeAttribute('selected');
53 this.removeAttribute('selected');
111 currentSelectedElement.removeAttribute('selected');
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
Dexample.js19 getFileEl.removeAttribute('hidden');
28 signInEl.removeAttribute('hidden');
/external/chromium_org/ui/file_manager/gallery/js/
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/sync_internals/
Devents.js21 detailsNode.removeAttribute('hidden');
24 detailsColumn.removeAttribute('colspan');
Dsync_search.js96 queryControl.removeAttribute('error');
106 queryControl.removeAttribute('error');
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dapi_util.js80 if (element && element.removeAttribute) {
81 element.removeAttribute('cvoxid');
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java163 theAtts.removeAttribute(i); in anonymize()
180 theAtts.removeAttribute(i); in clean()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMEditor.h58 bool removeAttribute(Element*, const String& name, ExceptionState&);
67 bool removeAttribute(Element*, const String& name, ErrorString*);
DDOMEditor.cpp169 m_element->removeAttribute(m_name); in redo()
211 m_element->removeAttribute(m_name); in undo()
432 bool DOMEditor::removeAttribute(Element* element, const String& name, ExceptionState& exceptionStat… in removeAttribute() function in blink::DOMEditor
491 bool DOMEditor::removeAttribute(Element* element, const String& name, ErrorString* errorString) in removeAttribute() function in blink::DOMEditor
494 bool result = removeAttribute(element, name, exceptionState); in removeAttribute()
/external/llvm/lib/CodeGen/
DAnalysis.cpp536 CallerAttrs = CallerAttrs.removeAttribute(Attribute::NoAlias); in returnTypeIsEligibleForTailCall()
537 CalleeAttrs = CalleeAttrs.removeAttribute(Attribute::NoAlias); in returnTypeIsEligibleForTailCall()
545 CallerAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall()
546 CalleeAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall()
552 CallerAttrs.removeAttribute(Attribute::SExt); in returnTypeIsEligibleForTailCall()
553 CalleeAttrs.removeAttribute(Attribute::SExt); in returnTypeIsEligibleForTailCall()
/external/chromium_org/third_party/WebKit/Source/web/
DWebElement.cpp79 void WebElement::removeAttribute(const WebString& attrName) in removeAttribute() function in blink::WebElement
84 unwrap<Element>()->removeAttribute(attrName); in removeAttribute()
/external/chromium_org/chrome/browser/resources/chromeos/
Dsalsa.js119 newTreatment.removeAttribute('hidden');
136 $('invalid_treatment_info').removeAttribute('hidden');
/external/chromium-trace/trace-viewer/src/base/
Dproperties.js148 this.removeAttribute(attributeName);
166 this.removeAttribute(attributeName);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
Dframe.js159 document.getElementById('old-chrome').removeAttribute('hidden');
163 document.getElementById('not-chrome').removeAttribute('hidden');
/external/chromium_org/tools/gyp/tools/
Dpretty_vcproj.py141 node.removeAttribute(name)
168 node.removeAttribute(name)
266 node1.removeAttribute(name)
/external/chromium_org/ui/webui/resources/js/cr/ui/page_manager/
Dpage.js285 this.pageDiv.removeAttribute('aria-hidden');
313 this.parentPage.pageDiv.parentElement.removeAttribute('aria-hidden');

12345678