Searched defs:from (Results 251 - 275 of 925) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerRegistration.cpp58 m_installing = ServiceWorker::from(executionContext(), serviceWorker);
67 m_waiting = ServiceWorker::from(executionContext(), serviceWorker);
76 m_active = ServiceWorker::from(executionContext(), serviceWorker);
79 ServiceWorkerRegistration* ServiceWorkerRegistration::from(ExecutionContext* executionContext, WebType* registration) function in class:blink::ServiceWorkerRegistration
88 return from(resolver->scriptState()->executionContext(), registration);
153 if (ServiceWorkerContainerClient* client = ServiceWorkerContainerClient::from(executionContext))
/external/chromium_org/third_party/WebKit/Source/platform/
H A DSupplementable.h44 // should only be accessed from within the thread that created them. The
45 // 2 classes are not designed for safe access from another thread. Violating
71 // MyClass* MyClass::from(MySupplementable* host)
73 // return reinterpret_cast<MyClass*>(Supplement<MySupplementable>::from(host, supplementName()));
79 // provideTo and from happen on the same thread. If you want to provide
121 // the use of ENABLE(OILPAN) for Supplements deriving from the
141 static SupplementBase<T, isGarbageCollected>* from(SupplementableBase<T, isGarbageCollected>& host, const char* key) function in class:blink::SupplementBase
146 static SupplementBase<T, isGarbageCollected>* from(SupplementableBase<T, isGarbageCollected>* host, const char* key) function in class:blink::SupplementBase
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphPageTreeNode.cpp15 * from this software without specific prior written permission.
233 int from = max(0, static_cast<int>(range.from()) - static_cast<int>(start)); local
235 if (from >= static_cast<int>(GlyphPage::size) || to <= 0)
242 for (int j = from; j < to; j++) {
249 haveGlyphs |= fill(m_page.get(), from, to - from, buffer + from * (start < 0x10000 ? 1 : 2), (to - from) * (start < 0x10000 ? 1 : 2), range.fontData().get());
275 // override it just by supplying the glyphs from ou
[all...]
H A DGlyphPageTreeNodeTest.cpp24 static PassRefPtr<TestSimpleFontData> create(UChar32 from, UChar32 to) argument
26 return adoptRef(new TestSimpleFontData(nullptr, from, to));
29 static PassRefPtr<TestSimpleFontData> createUnloaded(UChar32 from, UChar32 to) argument
31 return adoptRef(new TestSimpleFontData(TestCustomFontData::create(), from, to));
35 TestSimpleFontData(PassRefPtr<CustomFontData> customData, UChar32 from, UChar32 to) argument
37 , m_from(from)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontComplexTextMac.cpp48 int from, int to) const
53 return shaper.selectionRect(point, h, from, to);
56 controller.advance(from);
75 controller.advance(runInfo.from);
98 shaper.setDrawRange(runInfo.from, runInfo.to);
47 selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const argument
H A DFontMac.cpp15 * contributors may be used to endorse or promote products derived from
78 const GlyphBuffer& glyphBuffer, unsigned from, unsigned numGlyphs,
104 const Glyph* glyphs = glyphBuffer.glyphs(from);
119 const FloatSize* adv = glyphBuffer.advances(from);
77 drawGlyphs(GraphicsContext* gc, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, unsigned from, unsigned numGlyphs, const FloatPoint& point, const FloatRect& textRect) const argument
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DCallbackStack.cpp156 // Delete our block and steal the first one from other.
199 Block* from = 0; local
201 while (from != m_first) {
202 upto = from;
203 from = m_first;
204 invokeOldestCallbacks(from, upto, visitor);
208 void CallbackStack::invokeOldestCallbacks(Block* from, Block* upto, Visitor* visitor) argument
210 if (from == upto)
212 ASSERT(from);
214 invokeOldestCallbacks(from
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLineEnding.cpp16 * contributors may be used to endorse or promote products derived from
97 void internalNormalizeLineEndingsToCRLF(const CString& from, OutputBuffer& buffer) argument
101 const char* p = from.data();
102 while (p < from.data() + from.length()) {
118 if (newLen < from.length())
121 if (newLen == from.length()) {
122 buffer.copy(from);
126 p = from.data();
130 while (p < from
157 normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR) argument
207 normalizeLineEndingsToCRLF(const CString& from) argument
217 normalizeLineEndingsToCR(const CString& from, Vector<char>& result) argument
222 normalizeLineEndingsToLF(const CString& from, Vector<char>& result) argument
227 normalizeLineEndingsToNative(const CString& from, Vector<char>& result) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DRotateTransformOperation.cpp39 bool RotateTransformOperation::shareSameAxis(const RotateTransformOperation* from, const RotateTransformOperation* to, FloatPoint3D* axis, double* fromAngle, double* toAngle) argument
45 if (!from && !to)
48 bool fromZero = !from || from->axis().isZero();
61 *axis = from->axis();
62 *fromAngle = from->angle();
66 FloatPoint3D fromAxis = from->axis();
77 *axis = from->axis();
78 *fromAngle = from->angle();
83 PassRefPtr<TransformOperation> RotateTransformOperation::blend(const TransformOperation* from, doubl argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h14 // from this software without specific prior written permission.
105 // that wants to prevent anyone from instantiating it. This is
147 // spanning from and including 'from', to but not including 'to'.
148 Vector<T> SubVector(int from, int to) { argument
150 ASSERT(from < to);
151 ASSERT(0 <= from);
152 return Vector<T>(start() + from, to - from);
276 // Bit_cast uses the memcpy exception to move the bits from
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh.c34 * The word 'cryptographic' can be left out if the rouines from the library
36 * 4. If you include any Windows specific code (or a derivative thereof) from
181 static int int_dh_param_copy(DH *to, const DH *from, int is_x942) { argument
183 is_x942 = !!from->q;
185 if (!int_dh_bn_cpy(&to->p, from->p) ||
186 !int_dh_bn_cpy(&to->g, from->g)) {
194 if (!int_dh_bn_cpy(&to->q, from->q) ||
195 !int_dh_bn_cpy(&to->j, from->j)) {
204 if (from->seed) {
205 to->seed = BUF_memdup(from
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dex_data.c34 * The word 'cryptographic' can be left out if the rouines from the library
36 * 4. If you include any Windows specific code (or a derivative thereof) from
78 * endorse or promote products derived from this software without
82 * 5. Products derived from this software may not be called "OpenSSL"
197 const CRYPTO_EX_DATA *from) {
199 return impl->dup_ex_data(class_value, to, from);
196 CRYPTO_dup_ex_data(int class_value, CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from) argument
H A Dtime_support.c27 * endorse or promote products derived from this software without
31 * 5. Products derived from this software may not be called "OpenSSL"
77 /* Convert date to and from julian day Uses Fliegel & Van Flandern algorithm */
168 int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, argument
173 if (!julian_adj(from, 0, 0, &from_jd, &from_sec)) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdateintervalformattest.c43 const UDate from; member in struct:__anon12199
92 int32_t fmtLen = udtitvfmt_format(udtitvfmt, testItemPtr->from, testItemPtr->to, result, kFormatBufLen, NULL, &status);
100 log_err("ERROR: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: expect %s, get %s\n",
101 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to,
105 log_err("FAIL: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: %s\n",
106 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to, myErrorName(status) );
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dpresencepushtask.cc14 * derived from this software without specific prior written permission.
74 Jid from(stanza->Attr(QN_FROM));
76 client_->mucs().find(from.BareJid());
78 HandlePresence(from, stanza);
80 HandleMucPresence(elem->second, from, stanza);
86 void PresencePushTask::HandlePresence(const Jid& from, argument
92 FillStatus(from, stanza, &s);
97 const Jid& from,
99 if (from == muc->local_jid()) {
124 FillMucStatus(from, stanz
96 HandleMucPresence(buzz::Muc* muc, const Jid& from, const XmlElement* stanza) argument
129 FillStatus(const Jid& from, const XmlElement* stanza, PresenceStatus* s) argument
217 FillMucStatus(const Jid& from, const XmlElement* stanza, MucPresenceStatus* s) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcodec.cc14 * derived from this software without specific prior written permission.
68 void FeedbackParams::Intersect(const FeedbackParams& from) { argument
71 if (!from.Has(*iter_to)) {
200 // Video validation from here on.
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl_iq.cc14 * derived from this software without specific prior written permission.
211 // copy attrs, copy 'from' to 'to' and strip 'from'
216 continue; // no need to put a from attr. Server will stamp stanza
261 std::string from = element->Attr(QN_FROM); local
266 if (iq_entry->id_ == id && iq_entry->to_ == from) {
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.c118 char *from = (char *) src->data + src->stride * i; local
121 memcpy(to, from, row_len);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_controls.cpp33 * Works backwards from the loop to find the pre-loop value of the variable.
85 calculate_iterations(ir_rvalue *from, ir_rvalue *to, ir_rvalue *increment, argument
88 if (from == NULL || to == NULL || increment == NULL)
94 new(mem_ctx) ir_expression(ir_binop_sub, from->type, to, from);
135 new(mem_ctx) ir_expression(ir_binop_add, mul->type, mul, from);
190 if(ir->from && ir->to && ir->increment)
191 max_iterations = calculate_iterations(ir->from, ir->to, ir->increment, (ir_expression_operation)ir->cmp);
252 ir->from = init->clone(ir, NULL);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_norm_tmp.h50 const GLfloat *from = in->start; local
63 const GLfloat ux = from[0], uy = from[1], uz = from[2];
92 const GLfloat ux = from[0], uy = from[1], uz = from[2];
117 const GLfloat *from = in->start; local
130 const GLfloat ux = from[0], uy = from[
182 const GLfloat *from = in->start; local
211 const GLfloat *from = in->start; local
243 const GLfloat *from = in->start; local
273 const GLfloat *from = in->start; local
303 const GLfloat *from = in->start; local
349 const GLfloat *from = in->start; local
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dcursor.cc85 RGBQUAD* from = reinterpret_cast<RGBQUAD*>(data); local
88 (static_cast<uint16_t>(from->rgbBlue) * from->rgbReserved) / 0xff;
90 (static_cast<uint16_t>(from->rgbGreen) * from->rgbReserved) / 0xff;
92 (static_cast<uint16_t>(from->rgbRed) * from->rgbReserved) / 0xff;
142 // Get pixel data from |scoped_mask| converting it to 32bpp along the way.
173 // Get the pixels from the color bitmap.
203 // Reconstruct transparency from th
[all...]
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_posix.cc193 // where 2048 comes from
196 SocketAddress from; local
199 memset(&from, 0, sizeof(from));
203 memset(&from, 0, sizeof(from));
204 socklen_t fromlen = sizeof(from);
210 memcpy(&from, &sockaddrfrom, fromlen);
211 from._sockaddr_storage.sin_family = sockaddrfrom.sa_family;
214 reinterpret_cast<sockaddr*>(&from),
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-incbin.c45 /*@only@*/ char *filename; /* file to include data from */
46 const char *from; /* filename of what contained incbin */ member in struct:bytecode_incbin
48 /* starting offset to read from (NULL=0) */
166 f = yasm_fopen_include(incbin->filename, incbin->from, "rb", NULL);
182 /* Compute length of incbin from start, maxlen, and len */
218 f = yasm_fopen_include(incbin->filename, incbin->from, "rb", NULL);
237 N_("`incbin': unable to read %lu bytes from file `%s'"),
255 /* Find from filename based on line number */
256 yasm_linemap_lookup(linemap, line, &incbin->from, &xline);
/external/chromium_org/third_party/zlib/
H A Dinfback.c7 This code is largely copied from inflate.c. Normally either infback.o or
65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
118 /* Load returned state from inflate_fast() */
129 /* Set state from registers for inflate_fast() */
148 then return a Z_BUF_ERROR from inflateBack(). */
161 /* Get a byte of input into the bit accumulator, or return from inflateBack()
172 not enough available input to do that, then return from inflateBack() with
184 /* Remove n bits from the bit accumulator */
199 if it's full. If the write fails, return from inflateBack() with a
255 unsigned char FAR *from; /* wher local
[all...]
/external/chromium_org/tools/site_compare/commands/
H A Dtimeload.py22 import scrapers # Functions that know how to capture a render from namespace

Completed in 1313 milliseconds

<<11121314151617181920>>