Searched refs:out_info (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dpassive_log_collector.cc21 PassiveLogCollector::SourceInfo* out_info) {
23 if (out_info->entries.size() + 1 <= kMaxNumEntriesPerLog) {
24 out_info->entries.push_back(entry);
26 out_info->num_entries_truncated += 1;
27 out_info->entries[kMaxNumEntriesPerLog - 1] = entry;
386 const ChromeNetLog::Entry& entry, SourceInfo* out_info) {
387 AddEntryToSourceInfo(entry, out_info);
392 AddReferenceToSourceDependency(source_dependency, out_info);
417 SourceInfo* out_info) {
426 AddEntryToSourceInfo(entry, out_info);
20 AddEntryToSourceInfo(const ChromeNetLog::Entry& entry, PassiveLogCollector::SourceInfo* out_info) argument
385 DoAddEntry( const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
416 DoAddEntry(const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
448 DoAddEntry( const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
485 DoAddEntry( const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
508 DoAddEntry( const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
531 DoAddEntry( const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
554 DoAddEntry(const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
577 DoAddEntry( const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
602 DoAddEntry( const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
628 DoAddEntry( const ChromeNetLog::Entry& entry, SourceInfo* out_info) argument
[all...]
H A Dpassive_log_collector.h156 // Updates |out_info| with the information from |entry|. Returns an action
159 SourceInfo* out_info) = 0;
205 SourceInfo* out_info);
219 SourceInfo* out_info);
234 SourceInfo* out_info);
250 SourceInfo* out_info);
265 SourceInfo* out_info);
280 SourceInfo* out_info);
295 SourceInfo* out_info);
310 SourceInfo* out_info);
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer.cc63 * There are two info pointers: info and out_info. They always have
66 * As an optimization, both info and out_info may point to the
72 * As soon as out_info gets longer than info, out_info is moved over
76 * switches info and out_info.
92 bool separate_out = out_info != info;
117 out_info = separate_out ? (hb_glyph_info_t *) pos : info;
130 if (out_info == info &&
135 out_info = (hb_glyph_info_t *) pos;
136 memcpy (out_info, inf
[all...]
H A Dhb-buffer-private.hh71 hb_glyph_info_t *out_info; member in struct:hb_buffer_t
80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; }
83 inline bool has_separate_output (void) const { return info != out_info; }
144 if (unlikely (out_info != info || out_len != idx)) {
146 out_info[out_len] = info[idx];
H A Dhb-ot-shape-complex-thai.cc336 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint))
343 hb_glyph_info_t t = buffer->out_info[end - 2];
344 memmove (buffer->out_info + start + 1,
345 buffer->out_info + start,
346 sizeof (buffer->out_info[0]) * (end - start - 2));
347 buffer->out_info[start] = t;
H A Dhb-ot-shape-normalize.cc365 buffer->out_info[starter].codepoint,
377 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */
378 set_glyph (buffer->out_info[starter], font);
379 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer->unicode);
H A Dhb-ot-layout-gsubgpos-private.hh482 const hb_glyph_info_t &info = c->buffer->out_info[idx];
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc63 * There are two info pointers: info and out_info. They always have
66 * As an optimization, both info and out_info may point to the
72 * As soon as out_info gets longer than info, out_info is moved over
76 * switches info and out_info.
92 bool separate_out = out_info != info;
117 out_info = separate_out ? (hb_glyph_info_t *) pos : info;
130 if (out_info == info &&
135 out_info = (hb_glyph_info_t *) pos;
136 memcpy (out_info, inf
[all...]
H A Dhb-buffer-private.hh71 hb_glyph_info_t *out_info; member in struct:hb_buffer_t
80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; }
142 if (unlikely (out_info != info || out_len != idx)) {
144 out_info[out_len] = info[idx];
H A Dhb-ot-shape-complex-thai.cc336 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint))
343 hb_glyph_info_t t = buffer->out_info[end - 2];
344 memmove (buffer->out_info + start + 1,
345 buffer->out_info + start,
346 sizeof (buffer->out_info[0]) * (end - start - 2));
347 buffer->out_info[start] = t;
H A Dhb-ot-shape-normalize.cc368 buffer->out_info[starter].codepoint,
380 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */
381 set_glyph (buffer->out_info[starter], font);
382 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer->unicode);
H A Dhb-ot-layout-gsubgpos-private.hh482 const hb_glyph_info_t &info = c->buffer->out_info[idx];
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.h77 void OnQueryReply(PP_FileInfo* out_info,
H A Dfile_ref_resource.cc235 PP_FileInfo* out_info,
243 *out_info = info;
234 OnQueryReply( PP_FileInfo* out_info, scoped_refptr<TrackedCallback> callback, const ResourceMessageReplyParams& params, const PP_FileInfo& info) argument

Completed in 187 milliseconds