HomeSort by relevance Sort by last modified time
    Searched refs:setValue (Results 251 - 275 of 618) sorted by null

<<11121314151617181920>>

  /external/collada/include/1.4/dom/
domFx_depthtarget_common.h 86 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
domFx_stenciltarget_common.h 86 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
domFx_surface_init_from_common.h 83 void setValue( const xsIDREF &val ) { _value = val; }
domSkin.h 72 void setValue( const domFloat4x4 &val ) { _value = val; }
232 void setValue( const domListOfUInts &val ) { _value = val; }
301 void setValue( const domListOfInts &val ) { _value = val; }
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 150 /// setValue - Change the SourceValue for this MachineMemOperand. This
153 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; }
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java 174 public void setValue(String value) throws ParseException {
Replaces.java 174 public void setValue(String value) throws ParseException {
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURI.java 155 public void setValue(String value) throws ParseException{
PServedUser.java 143 public void setValue(String value) throws ParseException {
PVisitedNetworkID.java 137 public void setValue(String value) throws ParseException {
  /external/webkit/Source/WebCore/dom/
Attribute.h 78 void setValue(const AtomicString& value) { m_value = value; }
  /external/webkit/Source/WebCore/html/
HTMLSelectElement.h 59 void setValue(const String&);
HTMLTextAreaElement.h 44 void setValue(const String&);
HTMLOptionElement.cpp 74 element->setValue(value);
146 m_data.setValue(attr->value());
158 void HTMLOptionElement::setValue(const String& value)
  /external/webkit/Source/WebCore/svg/
SVGLength.h 81 void setValue(float, const SVGElement* context, ExceptionCode&);
  /external/webkit/Source/WebCore/wml/
WMLInputElement.h 66 virtual void setValue(const String&, bool sendChangeEvent = false);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 226 responseHeader.setValue(QLatin1String("Upgrade"), header.value(QLatin1String("Upgrade")));
227 responseHeader.setValue(QLatin1String("Connection"), header.value(QLatin1String("Connection")));
228 responseHeader.setValue(QLatin1String("Sec-WebSocket-Origin"), header.value(QLatin1String("Origin")));
229 responseHeader.setValue(QLatin1String("Sec-WebSocket-Location"), (QLatin1String("ws://") + header.value(QLatin1String("Host")) + m_path));
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 76 virtual HRESULT STDMETHODCALLTYPE setValue(
  /frameworks/base/include/utils/
BlobCache.h 168 void setValue(const sp<Blob>& value);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederr.java 31 * The "setValue()" method for an attribute causes the
36 * from the entity reference and execute the "setValue()" method.
101 attrNode.setValue("newvalue");
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java 42 public Object setValue(Object value) {
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
ResourceValue.java 65 public void setValue(String value) {
  /external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.cpp 64 virtual bool setValue(const CppVariant& value)
85 virtual bool setValue(const CppVariant& value) { return false; }
275 return (*callback).second->setValue(cppValue);
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 77 pref.setValue(getHomepageValue());
110 ((ListPreference)pref).setValue(getHomepageValue());
134 pref.setValue(getHomepageValue());
  /packages/apps/Camera/src/com/android/camera/ui/
EffectSettingPopup.java 196 mPreference.setValue(mNoEffect);
198 mPreference.setValue(value);
207 mPreference.setValue(mNoEffect);

Completed in 2245 milliseconds

<<11121314151617181920>>