Searched defs:to (Results 101 - 125 of 758) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFace.h74 UnicodeRange(UChar32 from, UChar32 to) argument
76 , m_to(to)
81 UChar32 to() const { return m_to; } function in struct:blink::FINAL::UnicodeRange
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycle.cpp15 * contributors may be used to endorse or promote products derived from
51 DocumentLifecycle::DeprecatedTransition::DeprecatedTransition(State from, State to) argument
54 , m_to(to)
159 if (s_deprecatedTransitionStack && m_state == s_deprecatedTransitionStack->from() && state == s_deprecatedTransitionStack->to())
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DShadowList.cpp15 * contributors may be used to endorse or promote products derived from
75 PassRefPtr<ShadowList> ShadowList::blend(const ShadowList* from, const ShadowList* to, double progress) argument
78 size_t toLength = to ? to->shadows().size() : 0;
90 const ShadowData* toShadow = i < toLength ? &to->shadows()[i] : 0;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGEnumeration.cpp15 * contributors may be used to endorse or promote products derived from
95 // 0 corresponds to _UNKNOWN enumeration values, and should not be settable.
112 void SVGEnumerationBase::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*) argument
116 unsigned short toEnumeration = toSVGEnumerationBase(to)->value();
H A DSVGInteger.cpp15 * contributors may be used to endorse or promote products derived from
75 void SVGInteger::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*) argument
80 RefPtr<SVGInteger> toInteger = toSVGInteger(to);
H A DSVGNumber.cpp15 * contributors may be used to endorse or promote products derived from
99 void SVGNumber::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*) argument
104 RefPtr<SVGNumber> toNumber = toSVGNumber(to);
H A DSVGNumberOptionalNumber.cpp15 * contributors may be used to endorse or promote products derived from
90 void SVGNumberOptionalNumber::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*) argument
95 RefPtr<SVGNumberOptionalNumber> toNumber = toSVGNumberOptionalNumber(to);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDequeTest.cpp44 void checkNumberSequence(Deque<int>& deque, int from, int to, bool increment) argument
48 int step = from < to ? 1 : -1;
49 for (int i = from; i != to + step; i += step) {
67 void checkNumberSequenceReverse(Deque<int>& deque, int from, int to, bool increment)
71 int step = from < to ? 1 : -1;
72 for (int i = from; i != to + step; i += step) {
H A DStdLibExtras.h33 // Use this to declare and define a static local variable (static T;) so that
40 // Use this to declare and define a static local pointer to a ref-counted object so that
43 // as this macro does not lead to an extra memory allocation.
49 // Use this macro to declare and define a debug-only global variable that may have a
69 * The reinterpret_cast<Type1*>([pointer to Type2]) expressions - where
118 TO to; member in union:WTF::__anon11439
121 return u.to;
133 // GCC needs some help to deduce a 0 length array.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A D__init__.py14 # contributors may be used to endorse or promote products derived from
33 from base import Port # It's possible we don't need to export this virtual baseclass outside the module. namespace
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDOMEvent.h15 * contributors may be used to endorse or promote products derived from
100 template<typename T> T to() function in class:blink::WebDOMEvent
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_time.c6 * The implementation was written so as to conform with Netscapes SSL.
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
16 * the code are not to be removed.
127 /* Convert an ASN1_TIME structure to GeneralizedTime */
210 const ASN1_TIME *from, const ASN1_TIME *to)
215 if (!asn1_time_to_tm(&tm_to, to))
209 ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, const ASN1_TIME *to) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dtztrans.cpp8 #include "utypeinfo.h" // for 'typeid' to work
21 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) argument
22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
112 TimeZoneTransition::setTo(const TimeZoneRule& to) { argument
116 fTo = to.clone();
120 TimeZoneTransition::adoptTo(TimeZoneRule* to) { argument
124 fTo = to;
H A Dztrans.cpp27 ztrans_open(UDate time, const void* from, const void* to){ argument
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
82 ztrans_setTo(ZTrans* trans, const void* to) { argument
83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to);
87 ztrans_adoptTo(ZTrans* trans, void* to) { argument
88 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptTo((TimeZoneRule*)to);
/external/chromium_org/third_party/libxml/src/
H A DtestAutomata.c80 int from, to; local
91 to = scanNumber(&ptr);
97 if (states[to] == NULL)
98 states[to] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
104 int from, to; local
115 to = scanNumber(&ptr);
116 if (states[to] == NULL)
117 states[to] = xmlAutomataNewState(am);
118 xmlAutomataNewEpsilon(am, states[from], states[to]);
132 int from, to; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_connection.c5 * Permission is hereby granted, free of charge, to any person obtaining a
7 * to deal in the Software without restriction, including without limitation
8 * on the rights to use, copy, modify, merge, publish, distribute, sub
9 * license, and/or sell copies of the Software, and to permit persons to whom
10 * the Software is furnished to do so, subject to the following conditions:
63 * Waits for a message to be fully received.
143 * Write data to the socket.
146 rbug_connection_write(struct rbug_connection *c, void *to, uint32_ argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_double_list.h6 * Permission is hereby granted, free of charge, to any person obtaining a
8 * "Software"), to deal in the Software without restriction, including
9 * without limitation the rights to use, copy, modify, merge, publish,
10 * distribute, sub license, and/or sell copies of the Software, and to
11 * permit persons to whom the Software is furnished to do so, subject to
33 * Is not threadsafe, so common operations need to
73 static INLINE void list_replace(struct list_head *from, struct list_head *to) argument
75 to
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.cc16 // contributors may be used to endorse or promote products derived from
48 void ReflectionOps::Copy(const Message& from, Message* to) { argument
49 if (&from == to) return;
50 Clear(to);
51 Merge(from, to);
54 void ReflectionOps::Merge(const Message& from, Message* to) { argument
55 GOOGLE_CHECK_NE(&from, to);
58 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor)
59 << "Tried to merge messages of different types.";
62 const Reflection* to_reflection = to
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateBase.h60 SkString to; member in class:SkAnimateBase
71 unsigned fHasValues : 1; // set if 'values' passed instead of 'to'
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_opus_unittest.cc22 // These constants correspond to those used in ACMOpus::SetPacketLossRate().
39 void TestSetPacketLossRate(int from, int to, int expected_return);
43 void AcmOpusTest::TestSetPacketLossRate(int from, int to, int expected_return) { argument
44 for (int loss = from; loss <= to; (to >= from) ? ++loss : --loss) {
86 void AcmOpusTest:TestSetPacketLossRate(int /* from */, int /* to */,
/external/chromium_org/tools/gn/
H A Dvisibility.cc89 const Item* to,
91 if (!to->visibility().CanSeeMe(from->label())) {
92 std::string to_label = to->label().GetUserVisibleName(false);
97 to->visibility().Describe(0, true));
108 else // Default to public.
88 CheckItemVisibility(const Item* from, const Item* to, Err* err) argument
/external/chromium_org/ui/views/examples/
H A Ddouble_split_view_example.cc22 void SetColor(SkColor from, SkColor to);
38 void SplittedView::SetColor(SkColor from, SkColor to) { argument
39 set_background(Background::CreateVerticalGradientBackground(from, to));
H A Dscroll_view_example.cc34 void SetColor(SkColor from, SkColor to) { argument
35 set_background(Background::CreateVerticalGradientBackground(from, to));
65 scroll_to_ = new LabelButton(this, ASCIIToUTF16("Scroll to"));
H A Dsingle_split_view_example.cc21 void SetColor(SkColor from, SkColor to);
39 void SplittedView::SetColor(SkColor from, SkColor to) { argument
40 set_background(Background::CreateVerticalGradientBackground(from, to));
/external/chromium_org/v8/src/
H A Delements.h32 // in the backing store to use for the check, which must be compatible with
50 // can optionally pass in the backing store to use for the check, which must
68 // can optionally pass in the backing store to use for the check, which must
86 // can optionally pass in the backing store to use for the check, which must
105 // have non-deletable elements can only be shrunk to the size of highest
128 // If kCopyToEnd is specified as the copy_size to CopyElements, it copies all
129 // of elements from source after source_start to the destination array.
131 // If kCopyToEndAndInitializeToHole is specified as the copy_size to
132 // CopyElements, it copies all of elements from source after source_start to
137 // Copy elements from one backing store to anothe
160 CopyElements( Handle<JSObject> from_holder, Handle<FixedArrayBase> to, ElementsKind from_kind) argument
174 AddElementsToFixedArray( Handle<Object> receiver, Handle<JSObject> holder, Handle<FixedArray> to) argument
[all...]

Completed in 517 milliseconds

1234567891011>>