Searched defs:add (Results 201 - 225 of 863) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCueList.cpp73 m_activeCues->add(cue);
78 bool TextTrackCueList::add(PassRefPtrWillBeRawPtr<TextTrackCue> cue) function in class:blink::TextTrackCueList
83 return add(cue, 0, m_list.size());
86 bool TextTrackCueList::add(PassRefPtrWillBeRawPtr<TextTrackCue> prpCue, size_t start, size_t end) function in class:blink::TextTrackCueList
105 return add(cue.release(), start, index);
107 return add(cue.release(), index + 1, end);
132 return add(cue);
H A DTrackListBase.h71 void add(PassRefPtrWillBeRawPtr<T> prpTrack) function in class:blink::TrackListBase
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGEnumeration.cpp107 void SVGEnumerationBase::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) function in class:blink::SVGEnumerationBase
H A DSVGInteger.cpp70 void SVGInteger::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*) function in class:blink::SVGInteger
H A DSVGNumber.cpp94 void SVGNumber::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*) function in class:blink::SVGNumber
H A DSVGNumberOptionalNumber.cpp82 void SVGNumberOptionalNumber::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*) function in class:blink::SVGNumberOptionalNumber
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DSourceBufferList.cpp53 void SourceBufferList::add(SourceBuffer* buffer) function in class:blink::SourceBufferList
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphBuffer.h74 void add(Glyph glyph, const SimpleFontData* font, float width) function in class:blink::GlyphBuffer
81 void add(Glyph glyph, const SimpleFontData* font, const FloatSize& advance) function in class:blink::GlyphBuffer
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPHeaderMap.cpp97 HTTPHeaderMap::AddResult HTTPHeaderMap::add(const char* name, const AtomicString& value) function in class:blink::HTTPHeaderMap
99 return m_headers.add<CaseFoldingCStringTranslator>(name, value);
H A DHTTPHeaderMap.h65 AddResult add(const AtomicString& k, const AtomicString& v) { return m_headers.add(k, v); } function in class:blink::HTTPHeaderMap
73 AddResult add(const char* name, const AtomicString& value);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_mock.py42 def add(self, destination_path, return_exit_code=False): member in class:MockSCM
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_run_results.py105 def add(self, test_result, expected, test_is_slow): member in class:TestRunResults
109 self.tests_by_expectation[result_type_for_stats].add(test_result.test_name)
134 self.slow_tests.add(test_result.test_name)
270 # To avoid bloating the output results json too much, only add an entry for whether the failure is unexpected.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dfiles.py89 def add(self, directory): member in class:TreeMatcher
149 def add(self, pattern, result): member in class:PathAliases
177 # We want case-insensitive matching, so add that flag.
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dadd.c204 int add = 0, neg = 0; local
218 add = 1;
223 add = 1;
228 if (add) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Denumset.h36 inline void add(T toAdd) { set(toAdd, 1); } function in class:EnumSet
/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A Dusetperf.cpp67 void add (void){ function in class:CmdOp
71 us.add(cp);
103 if (exec) return new CmdOp(U_TITLECASE_LETTER, &CmdOp::add) ; break;
109 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::add) ; break;
/external/chromium_org/third_party/libevent/
H A Devent-internal.h41 int (*add)(void *, struct event *); member in struct:eventop
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py207 _concrete_class field of this descriptor when the client calls add().
212 def add(self, **kwargs): member in class:RepeatedCompositeFieldContainer
/external/chromium_org/third_party/re2/re2/testing/
H A Dcharclass_test.cc16 } add[10]; member in struct:re2::CCTest
92 for (int k = 0; t->add[k].lo >= 0; k++)
93 printf(" %d-%d", t->add[k].lo, t->add[k].hi);
200 for (int j = 0; t->add[j].lo >= 0; j++)
201 ccb.AddRange(t->add[j].lo, t->add[j].hi);
/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.cpp50 bool SkMoveTo::add() { function in class:SkMoveTo
67 bool SkRMoveTo::add() { function in class:SkRMoveTo
88 bool SkLineTo::add() { function in class:SkLineTo
105 bool SkRLineTo::add() { function in class:SkRLineTo
128 bool SkQuadTo::add() { function in class:SkQuadTo
145 bool SkRQuadTo::add() { function in class:SkRQuadTo
170 bool SkCubicTo::add() { function in class:SkCubicTo
187 bool SkRCubicTo::add() { function in class:SkRCubicTo
194 bool SkClose::add() { function in class:SkClose
232 bool SkAddRect::add() { function in class:SkAddRect
248 bool SkAddOval::add() { function in class:SkAddOval
270 bool SkAddCircle::add() { function in class:SkAddCircle
291 bool SkAddRoundRect::add() { function in class:SkAddRoundRect
311 bool SkAddPath::add() { function in class:SkAddPath
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkAntiRun.h48 SK_ALWAYS_INLINE int add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, function in class:SkAlphaRuns
62 /* I should be able to just add alpha[x] + startAlpha.
65 I might overflow to 256 with this add, hence the funny subtract (crud).
114 * Allows add() to sum another run to some of the new sub-runs.
H A DSkPtrRecorder.h39 uint32_t add(void*);
93 // detect duplicates when add() is called. Hence we need to store the
112 uint32_t add(T ptr) { function in class:SkTPtrSet
113 return this->INHERITED::add((void*)ptr);
153 * and has registered its name, add it to the set, and return its index.
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientBitmapCache.cpp102 void SkGradientBitmapCache::add(const void* buffer, size_t len, const SkBitmap& bm) { function in class:SkGradientBitmapCache
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTraceMarker.cpp22 void GrTraceMarkerSet::add(const GrGpuTraceMarker& marker) { function in class:GrTraceMarkerSet
28 this->add(*iter);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp124 void GrGLExtensions::add(const char ext[]) { function in class:GrGLExtensions
128 // extensions after the add

Completed in 8381 milliseconds

1234567891011>>