Searched defs:value (Results 151 - 175 of 7729) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/common/
H A Devent_matcher.h42 base::DictionaryValue* value() const { function in class:extensions::EventMatcher
/external/chromium_org/media/base/
H A Dbit_reader_unittest.cc68 int value; local
77 EXPECT_TRUE(reader1.ReadBits(3, &value));
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsem_getvalue.c54 * This function stores the current count value of the
58 * Return value
76 * This function stores the current count value of the semaphore
87 long value; local
102 value = s->value;
104 *sval = value;
H A Dsem_init.c47 sem_init (sem_t * sem, int pshared, unsigned int value) argument
52 * initial value of the semaphore is 'value'
64 * value
65 * initial value of the semaphore counter
69 * initial value of the semaphore is set to 'value'.
76 * 'value' >= SEM_VALUE_MAX
96 else if (value > (unsigned int)SEM_VALUE_MAX)
111 s->value
[all...]
/external/chromium_org/sync/internal_api/public/util/
H A Dsyncer_error.cc12 const char* GetSyncerErrorString(SyncerError value) { argument
13 switch (value) {
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8EventListenerList.cpp40 PassRefPtr<EventListener> V8EventListenerList::getEventListener(ScriptState* scriptState, v8::Local<v8::Value> value, bool isAttribute, ListenerLookupType lookup) argument
47 return V8EventListenerList::findWrapper(value, scriptState);
50 return V8EventListenerList::findOrCreateWrapper<V8EventListener>(value, isAttribute, scriptState);
51 return V8EventListenerList::findOrCreateWrapper<V8WorkerGlobalScopeEventListener>(value, isAttribute, scriptState);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8ArrayBufferViewCustom.cpp85 ArrayBufferView* V8ArrayBufferView::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) argument
87 return V8ArrayBufferView::hasInstance(value, isolate) ? V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(value)) : 0;
H A DV8ArrayBufferViewCustom.h46 static bool hasInstance(v8::Handle<v8::Value> value, v8::Isolate*) argument
48 return value->IsArrayBufferView();
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableShadow.cpp36 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableShadow::interpolateTo(const AnimatableValue* value, double fraction) const argument
38 const AnimatableShadow* shadowList = toAnimatableShadow(value);
42 bool AnimatableShadow::equalTo(const AnimatableValue* value) const
44 const ShadowList* shadowList = toAnimatableShadow(value)->m_shadowList.get();
H A DAnimatableTransform.cpp41 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableTransform::interpolateTo(const AnimatableValue* value, double fraction) const argument
43 const AnimatableTransform* transform = toAnimatableTransform(value);
47 bool AnimatableTransform::equalTo(const AnimatableValue* value) const
49 return m_transform == toAnimatableTransform(value)->m_transform;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSLineBoxContainValue.cpp34 CSSLineBoxContainValue::CSSLineBoxContainValue(unsigned value) argument
36 , m_value(value)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDivElement.cpp42 void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
45 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center"))
47 else if (equalIgnoringCase(value, "left"))
49 else if (equalIgnoringCase(value, "right"))
52 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, value);
54 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLParagraphElement.cpp42 void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
45 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center"))
47 else if (equalIgnoringCase(value, "left"))
49 else if (equalIgnoringCase(value, "right"))
52 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, value);
54 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLTableCaptionElement.cpp43 void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
46 if (!value.isEmpty())
47 addPropertyToPresentationAttributeStyle(style, CSSPropertyCaptionSide, value);
49 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedEnumerationBase.cpp45 void SVGAnimatedEnumerationBase::setBaseVal(unsigned short value, ExceptionState& exceptionState) argument
52 baseValue()->setValue(value, exceptionState);
H A DSVGAnimatedLength.cpp37 void SVGAnimatedLength::setDefaultValueAsString(const String& value) argument
39 baseValue()->setValueAsString(value, ASSERT_NO_EXCEPTION);
42 void SVGAnimatedLength::setBaseValueAsString(const String& value, SVGParsingError& parseError) argument
46 baseValue()->setValueAsString(value, es);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTracedValue.cpp13 TracedValue::TracedValue(PassRefPtr<JSONValue> value) argument
14 : m_value(value)
H A DTracedValue.h19 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> fromJSONValue(PassRefPtr<JSONValue> value) argument
21 return adoptRef(new TracedValue(value));
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebFilterKeyframe.cpp32 WebFilterKeyframe::WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations> value) argument
34 , m_value(value)
H A DWebTransformKeyframe.cpp32 WebTransformKeyframe::WebTransformKeyframe(double time, PassOwnPtr<WebTransformOperations> value) argument
34 , m_value(value)
48 const WebTransformOperations& WebTransformKeyframe::value() const function in class:blink::WebTransformKeyframe
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFeatureSettings.cpp31 FontFeature::FontFeature(const AtomicString& tag, int value) argument
33 , m_value(value)
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebArrayBufferConverter.cpp49 WebArrayBuffer* WebArrayBufferConverter::createFromV8Value(v8::Handle<v8::Value> value, v8::Isolate* isolate) argument
51 if (!V8ArrayBuffer::hasInstance(value, isolate))
53 WTF::ArrayBuffer* buffer = V8ArrayBuffer::toNative(value->ToObject());
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPassTraits.h44 static Type& transfer(Type& value) { return value; } argument
50 static PassType transfer(Type& value) { return value.release(); } argument
56 static PassType transfer(Type& value) { return value.release(); } argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDateTimeSuggestion.h38 double value; member in struct:blink::WebDateTimeSuggestion
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-shape.h45 uint32_t value; member in struct:hb_feature_t

Completed in 531 milliseconds

1234567891011>>