OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removeattribute
(Results
1 - 25
of
385
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/frontend/client/src/autotest/common/ui/
RealHyperlink.java
20
link.
removeAttribute
("target");
/external/testng/src/main/java/org/testng/
IAttributes.java
31
public Object
removeAttribute
(String name);
/external/testng/src/main/java/org/testng/internal/
Attributes.java
37
public Object
removeAttribute
(String name) {
/external/testng/src/test/java/test/attributes/
AttributeTest.java
24
Object v = ctx.
removeAttribute
("test");
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementremoveattribute.java
31
* The "
removeAttribute
(name)" removes an attribute by name.
37
* attribute by invoking the "
removeAttribute
(name)" method.
81
testEmployee.
removeAttribute
("street");
attrspecifiedvalueremove.java
40
* This test uses the "
removeAttribute
(name)" method
85
((Element) /*Node */testNode).
removeAttribute
("street");
hc_elementremoveattribute.java
31
* The "
removeAttribute
(name)" removes an attribute by name.
68
testEmployee.
removeAttribute
("class");
elementremoveattributenomodificationallowederr.java
31
* The "
removeAttribute
(name)" method for an attribute causes the
37
* from the entity reference by executing the "
removeAttribute
(name)" method.
95
genElement.
removeAttribute
("domestic");
elementremoveattributenomodificationallowederrEE.java
31
* The "
removeAttribute
(name)" method for an attribute causes the
36
* Try to remove the "domestic" attribute from the entity reference by executing the "
removeAttribute
(name)" method.
85
entElement.
removeAttribute
("domestic");
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
ReinCommandHandler.java
36
session.
removeAttribute
(SessionKeys.USER_ACCOUNT);
RntoCommandHandler.java
57
session.
removeAttribute
(SessionKeys.RENAME_FROM);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
AttributeListImplTest.java
113
multi.
removeAttribute
("foo");
119
multi.
removeAttribute
("john");
123
multi.
removeAttribute
(null);
141
ai.
removeAttribute
(ai.getName(i));
/external/chromium-trace/catapult/tracing/tracing/ui/side_panel/
side_panel_container.html
158
this.activePanelType)).
removeAttribute
('selected');
163
this.activePanelType).
removeAttribute
('selected');
170
Polymer.dom(this).
removeAttribute
('expanded');
228
this.
removeAttribute
('expanded');
241
Polymer.dom(this).
removeAttribute
('expanded');
/external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java
72
public Object
removeAttribute
(final String id) {
73
return this.local.
removeAttribute
(id);
SyncBasicHttpContext.java
62
public synchronized Object
removeAttribute
(final String id) {
63
return super.
removeAttribute
(id);
/external/chromium-trace/catapult/third_party/polymer/components/paper-behaviors/
paper-checked-element-behavior.html
34
this._ripple.
removeAttribute
('checked');
/external/guice/extensions/servlet/src/com/google/inject/servlet/
GuiceServletContextListener.java
55
servletContext.
removeAttribute
(INJECTOR_NAME);
/external/chromium-trace/catapult/tracing/tracing/ui/base/
list_view.html
55
Polymer.dom(listView.selectedElement).
removeAttribute
(
60
Polymer.dom(this).
removeAttribute
('selected');
123
Polymer.dom(currentSelectedElement).
removeAttribute
('selected');
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java
390
* Test the
removeAttribute
()
393
session.
removeAttribute
("noSuchName"); // do nothing
395
session.
removeAttribute
(NAME1);
400
* Test the
removeAttribute
() method, passing in a null name
404
session.
removeAttribute
(null);
/external/chromium-trace/catapult/third_party/polymer/components/paper-fab/test/
a11y.html
43
f2.
removeAttribute
('disabled');
/external/chromium-trace/catapult/third_party/polymer/components/paper-spinner/
paper-spinner-behavior.html
78
this.
removeAttribute
(attr);
/external/jetty/src/java/org/eclipse/jetty/util/
Attributes.java
31
public void
removeAttribute
(String name);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ObsoleteLayoutParamsFix.java
62
element.
removeAttribute
(attribute.getName());
/external/chromium-trace/catapult/third_party/polymer/components/iron-behaviors/
iron-button-state.html
190
this.
removeAttribute
(oldValue);
199
this.
removeAttribute
(this.ariaActiveAttribute);
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
SessionAuthentication.java
100
_session.
removeAttribute
(__J_AUTHENTICATED);
111
_session.
removeAttribute
(AbstractSessionManager.SESSION_KNOWN_ONLY_TO_AUTHENTICATED);
Completed in 983 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>