Home
last modified time | relevance | path

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

12345678

/external/chromium/chrome/browser/resources/options/chromeos/
Dinternet_options.js236 page.removeAttribute('accesslocked');
256 page.removeAttribute('cellplanloading');
258 page.removeAttribute('nocellplan');
263 page.removeAttribute('hascellplan');
269 page.removeAttribute('hasactiveplan');
274 page.removeAttribute('activated');
315 page.removeAttribute('connecting');
321 page.removeAttribute('connected');
352 page.removeAttribute('ethernet');
353 page.removeAttribute('cellular');
[all …]
/external/chromium_org/chrome/browser/resources/options/
Deditable_text_field.js88 this.removeAttribute('placeholder-text');
115 this.removeAttribute('editing');
121 this.removeAttribute('empty');
156 this.removeAttribute('editable');
298 this.removeAttribute('empty');
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dtree.js375 this.removeAttribute('expanded');
376 treeChildren.removeAttribute('expanded');
450 this.removeAttribute('selected');
451 rowItem.removeAttribute('selected');
470 this.removeAttribute('may-have-children');
471 rowItem.removeAttribute('may-have-children');
581 this.removeAttribute('editing');
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtree.js389 this.removeAttribute('expanded');
390 treeChildren.removeAttribute('expanded');
464 this.removeAttribute('selected');
465 rowItem.removeAttribute('selected');
484 this.removeAttribute('may-have-children');
485 rowItem.removeAttribute('may-have-children');
595 this.removeAttribute('editing');
/external/apache-http/src/org/apache/http/protocol/
DSyncBasicHttpContext.java57 public synchronized Object removeAttribute(final String id) { in removeAttribute() method in SyncBasicHttpContext
58 return super.removeAttribute(id); in removeAttribute()
DDefaultedHttpContext.java67 public Object removeAttribute(final String id) { in removeAttribute() method in DefaultedHttpContext
68 return this.local.removeAttribute(id); in removeAttribute()
DHttpContext.java56 Object removeAttribute(String id); in removeAttribute() method
/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/chrome/browser/resources/file_manager/foreground/js/photo/
Dribbon.js121 lastNode.nextSibling.removeAttribute('vanishing');
134 firstNode.previousSibling.removeAttribute('vanishing');
147 removed.removeAttribute('selected');
248 if (oldSelected) oldSelected.removeAttribute('selected');
280 vanishingNodes[i].removeAttribute('vanishing');
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
Dframe.js145 iframeEl.removeAttribute('hidden');
163 document.getElementById('old-chrome').removeAttribute('hidden');
167 document.getElementById('not-chrome').removeAttribute('hidden');
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
Dapi_util.js92 if (element && element.removeAttribute) {
93 element.removeAttribute('cvoxid');
/external/chromium_org/chrome/browser/resources/sync_internals/
Dsync_search.js61 queryControl.removeAttribute('error');
71 queryControl.removeAttribute('error');
Devents.js13 detailsNode.removeAttribute('hidden');
/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.h55 bool removeAttribute(Element*, const String& name, ExceptionState&);
64 bool removeAttribute(Element*, const String& name, ErrorString*);
DDOMEditor.cpp154 m_element->removeAttribute(m_name); in redo()
189 m_element->removeAttribute(m_name); in undo()
376 bool DOMEditor::removeAttribute(Element* element, const String& name, ExceptionState& exceptionStat… in removeAttribute() function in WebCore::DOMEditor
436 bool DOMEditor::removeAttribute(Element* element, const String& name, ErrorString* errorString) in removeAttribute() function in WebCore::DOMEditor
439 bool result = removeAttribute(element, name, exceptionState); in removeAttribute()
/external/chromium_org/third_party/WebKit/Source/web/
DWebElement.cpp86 void WebElement::removeAttribute(const WebString& attrName) in removeAttribute() function in blink::WebElement
91 unwrap<Element>()->removeAttribute(attrName); in removeAttribute()
/external/chromium-trace/trace-viewer/src/base/
Dproperties.js148 this.removeAttribute(attributeName);
166 this.removeAttribute(attributeName);
/external/chromium_org/chrome/browser/resources/chromeos/
Dsalsa.js119 newTreatment.removeAttribute('hidden');
136 $('invalid_treatment_info').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/chrome/browser/resources/chromeos/first_run/
Dfirst_run.js89 this.rectangularHolePattern_.removeAttribute('id');
91 this.roundHolePattern_.removeAttribute('id');
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
Dcr.js185 this.removeAttribute(name);
201 this.removeAttribute(name);
/external/chromium_org/ui/webui/resources/js/
Dcr.js151 this.removeAttribute(attributeName);
168 this.removeAttribute(attributeName);
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
Dcr.js151 this.removeAttribute(attributeName);
168 this.removeAttribute(attributeName);

12345678