Searched refs:setTag (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSetElement.cpp29 : SVGAnimateElement(SVGNames::setTag, document)
H A DSVGAnimateElement.h81 || element.hasTagName(SVGNames::setTag);
/external/nist-sip/java/javax/sip/header/
H A DFromHeader.java9 void setTag(String tag) throws ParseException; method in interface:FromHeader
H A DToHeader.java9 void setTag(String tag) throws ParseException; method in interface:ToHeader
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DArrayRegion.java79 public void setTag(byte tag) { method in class:ArrayRegion
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java113 child1.setTag("tag1");
114 child2.setTag("tag2");
115 child3.setTag("tag3");
127 child1.setTag("tag1");
128 child2.setTag("tag2");
129 child3.setTag("tag3");
140 child1.setTag("tag1");
141 child2.setTag("tag2");
142 child3.setTag("tag3");
147 child3a.setTag("tag
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenuAdapter.java153 convertView.setTag(holder);
154 convertView.setTag(R.id.menu_item_enter_anim_id,
187 convertView.setTag(holder);
188 convertView.setTag(R.id.menu_item_enter_anim_id,
212 convertView.setTag(holder);
213 convertView.setTag(R.id.menu_item_enter_anim_id,
239 convertView.setTag(holder);
240 convertView.setTag(R.id.menu_item_enter_anim_id,
269 convertView.setTag(holder);
270 convertView.setTag(
[all...]
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DColorSuggestionListAdapter.java63 button.setTag(null);
68 button.setTag(mSuggestions[index]);
H A DDropdownPopupWindow.java48 mAnchorView.setTag(this);
66 mAnchorView.setTag(null);
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.h108 void setTag(const String& tag) { m_tag = tag; } function in class:blink::Notification
H A DNotification.cpp51 notification->setTag(options.tag());
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DFrom.java148 public void setTag(String t) throws ParseException { method in class:From
H A DTo.java173 public void setTag(String t) throws ParseException { method in class:To
H A DHeaderFactoryImpl.java517 from.setTag(tag);
1013 to.setTag(tag);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTabSpec.java29 public void setTag(String tag) { method in class:ShadowTabSpec
H A DShadowFragment.java83 public void setTag(String tag) { method in class:ShadowFragment
H A DShadowTabHost.java32 shadowOf(realTabSpec).setTag(tag);
H A DShadowView.java372 public void setTag(Object tag) { method in class:ShadowView
471 public void setTag(int key, Object value) { method in class:ShadowView
795 setTag(tag);
/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h30 void setLazy(bool Lazy) { setTag(Lazy); }
H A DASTVector.h44 void setTag(bool B) { Capacity.setInt(B); } function in class:clang::ASTVector
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DViewTarget.java24 * {@link View#setTag(Object)} method to store some metadata so that if a view is reused, any previous loads or
29 * Any calls to {@link View#setTag(Object)}} on a View given to this class will result in excessive allocations and
30 * and/or {@link IllegalArgumentException}s. If you must call {@link View#setTag(Object)} on a view, consider
57 view.setTag(request);
68 throw new IllegalArgumentException("You must not call setTag() on a view Glide is targeting");
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.h280 return element.hasTagName(SVGNames::setTag) || element.hasTagName(SVGNames::animateTag) || element.hasTagName(SVGNames::animateMotionTag)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentManager.java146 shadowFragment.setTag(tag);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java966 ackRequest.getFrom().setTag(this.getLocalTag());
968 ackRequest.getTo().setTag(this.getRemoteTag());
1981 from.setTag(this.getLocalTag());
1986 to.setTag(this.getRemoteTag());
2093 from.setTag(this.getLocalTag());
2095 to.setTag(this.getRemoteTag());
2473 from.setTag(this.myTag);
2478 to.setTag(this.hisTag);
H A DSIPServerTransaction.java1332 sipResponse.getTo().setTag(Utils.getInstance().generateTag());
1358 sipResponse.getFrom().setTag(fromTag);

Completed in 543 milliseconds

12