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

12345678

/external/apache-http/src/org/apache/http/protocol/
H A DSyncBasicHttpContext.java57 public synchronized Object removeAttribute(final String id) { method in class:SyncBasicHttpContext
58 return super.removeAttribute(id);
H A DHttpContext.java56 Object removeAttribute(String id); method in interface:HttpContext
H A DDefaultedHttpContext.java67 public Object removeAttribute(final String id) { method in class:DefaultedHttpContext
68 return this.local.removeAttribute(id);
H A DBasicHttpContext.java84 public Object removeAttribute(final String id) { method in class:BasicHttpContext
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Dexample.js19 getFileEl.removeAttribute('hidden');
28 signInEl.removeAttribute('hidden');
/external/chromium/chrome/browser/resources/options/chromeos/
H A 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('cellula
[all...]
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dabout.js7 this.removeAttribute('highlighted');
H A Dsync_search.js61 queryControl.removeAttribute('error');
71 queryControl.removeAttribute('error');
/external/chromium_org/chrome/browser/resources/options/
H A 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/policy/resources/
H A Denrollment.js27 iframes[j].removeAttribute('tabIndex');
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.h55 bool removeAttribute(Element*, const String& name, ExceptionState&);
64 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/chrome/browser/resources/shared/js/cr/ui/
H A 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');
H A Dmenu_button.js128 this.removeAttribute('menu-shown');
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A 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');
H A Doverlay.js109 this.removeAttribute('hidden');
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A 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/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.cpp86 void WebElement::removeAttribute(const WebString& attrName) function in class:WebKit::WebElement
91 unwrap<Element>()->removeAttribute(attrName);
/external/chromium-trace/trace-viewer/src/base/
H A Dproperties.js148 this.removeAttribute(attributeName);
166 this.removeAttribute(attributeName);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTextEditor.js275 removeAttribute: function(line, name) { },
/external/chromium_org/third_party/WebKit/public/web/
H A DWebElement.h65 WEBKIT_EXPORT void removeAttribute(const WebString&);
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
H A Dkiosk_app_list.js56 el.removeAttribute('id');

Completed in 420 milliseconds

12345678