Searched defs:setValue (Results 126 - 150 of 277) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilities.cpp231 static bool setValue(v8::Handle<v8::Value>& v8Object, T indexOrName, const v8::Handle<v8::Value>& v8Value) function in namespace:blink
254 return canSet(object, keyPathElement) && setValue(object, v8String(isolate, keyPathElement), v8Value);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionElement.cpp79 element->setValue(value);
208 void HTMLOptionElement::setValue(const AtomicString& value) function in class:blink::HTMLOptionElement
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DColorInputType.cpp139 void ColorInputType::setValue(const String& value, bool valueChanged, TextFieldEventBehavior eventBehavior) function in class:blink::ColorInputType
141 InputType::setValue(value, valueChanged, eventBehavior);
H A DFileInputType.cpp210 void FileInputType::setValue(const String&, bool valueChanged, TextFieldEventBehavior) function in class:blink::FileInputType
H A DNumberInputType.cpp111 void NumberInputType::setValue(const String& sanitizedValue, bool valueChanged, TextFieldEventBehavior eventBehavior) function in class:blink::NumberInputType
115 TextFieldInputType::setValue(sanitizedValue, valueChanged, eventBehavior);
125 element().setValue(serializeForNumberType(newValue), eventBehavior);
130 element().setValue(serializeForNumberType(newValue), eventBehavior);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAngle.cpp129 void SVGAngle::setValue(float value) function in class:blink::SVGAngle
371 setValue(value() + otherAngle->value());
429 setValue(animatedValue);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DJSONValues.cpp280 setValue(name, JSONBasicValue::create(value));
285 setValue(name, JSONBasicValue::create(value));
290 setValue(name, JSONString::create(value));
293 void JSONObjectBase::setValue(const String& name, PassRefPtr<JSONValue> value) function in class:blink::JSONObjectBase
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstringtriebuilder.h267 void setValue(int32_t v) { function in class:StringTrieBuilder::ValueNode
283 : ValueNode(0x222222*37+hashCode(nextNode)), next(nextNode) { setValue(v); }
/external/chromium_org/third_party/skia/src/animator/
H A DSkMemberInfo.cpp153 void SkMemberInfo::setValue(SkDisplayable* displayable, const SkOperand values[], function in class:SkMemberInfo
183 bool SkMemberInfo::setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage, function in class:SkMemberInfo
349 bool SkMemberInfo::setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage, function in class:SkMemberInfo
352 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(),
465 //void SkMemberInfo::setValue(SkDisplayable* displayable, const char value[], const char name[]) const {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DBuildResults.java458 void setValue(int dim_id, int step, long value) { method in class:BuildResults
H A DConfigResults.java640 void setValue(int build_id, int dim_id, int step, long value) { method in class:ConfigResults
647 buildResults.setValue(dim_id, step, value);
H A DScenarioResults.java359 void setValue(int build_id, int dim_id, int config_id, int step, long value) { method in class:ScenarioResults
365 configResults.setValue(build_id, dim_id, step, value);
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h269 void setValue(int32_t v) { function in class:StringTrieBuilder::ValueNode
285 : ValueNode(0x222222*37+hashCode(nextNode)), next(nextNode) { setValue(v); }
/external/jmdns/src/javax/jmdns/impl/
H A DDNSCache.java198 public List<? extends DNSEntry> setValue(List<? extends DNSEntry> value) { method in class:DNSCache._CacheEntry
324 oldValue = oldEntry.setValue(value);
465 oldEntry.setValue(aNewValue);
519 oldEntry.setValue(aNewValue);
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java135 public void setValue(String hdfName, String value) { method in class:JHdf
136 data.setValue(hdfName, value);
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java68 void setValue(String value); method in interface:Data
240 void setValue(String path, String value); method in interface:Data
H A DDefaultDataContext.java272 public void setValue(String value) { method in class:DefaultDataContext.LocalVariable
H A DDelegatedData.java82 public void setValue(String value) { method in class:DelegatedData
83 getDelegate().setValue(value);
270 public void setValue(String path, String value) { method in class:DelegatedData
271 getDelegate().setValue(path, value);
/external/jsilver/src/org/clearsilver/
H A DDelegatedHdf.java108 public void setValue( method in class:DelegatedHdf
110 getHdf().setValue(hdfname, value);
H A DHDF.java84 void setValue(String hdfName, String value); method in interface:HDF
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h190 /// setValue - Change the SourceValue for this MachineMemOperand. This
193 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } function in class:llvm::MachineMemOperand
194 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } function in class:llvm::MachineMemOperand
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h203 void setValue(Value *Val) { function in class:llvm::MemSetInst
205 "setValue called with value of wrong type!");
/external/oauth/core/src/main/java/net/oauth/
H A DOAuth.java226 public String setValue(String value) { method in class:OAuth.Parameter
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocationManager.java384 public List<Criteria> setValue(List<Criteria> criteria) { method in class:ShadowLocationManager.LocationProviderEntry
/external/skia/src/animator/
H A DSkMemberInfo.cpp153 void SkMemberInfo::setValue(SkDisplayable* displayable, const SkOperand values[], function in class:SkMemberInfo
183 bool SkMemberInfo::setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage, function in class:SkMemberInfo
349 bool SkMemberInfo::setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage, function in class:SkMemberInfo
352 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(),
465 //void SkMemberInfo::setValue(SkDisplayable* displayable, const char value[], const char name[]) const {

Completed in 1223 milliseconds

1234567891011>>