/external/chromium/chrome/browser/net/ |
passive_log_collector.cc | 21 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); [all...] |
passive_log_collector.h | 156 // 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/ |
hb-buffer.cc | 63 * 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, info, out_len * sizeof (out_info[0])) [all...] |
hb-buffer-private.hh | 71 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; } 147 if (unlikely (out_info != info || out_len != idx)) { 149 out_info[out_len] = info[idx];
|
hb-ot-shape-complex-thai.cc | 336 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;
|
hb-ot-shape-normalize.cc | 384 buffer->out_info[starter].codepoint, 396 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */ 397 set_glyph (buffer->out_info[starter], font); 398 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer->unicode);
|
hb-ot-layout-gsubgpos-private.hh | 487 const hb_glyph_info_t &info = c->buffer->out_info[idx]; [all...] |
/external/harfbuzz_ng/src/ |
hb-buffer.cc | 63 * 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, info, out_len * sizeof (out_info[0])) [all...] |
hb-buffer-private.hh | 71 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];
|
hb-ot-shape-complex-thai.cc | 336 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;
|
hb-ot-shape-normalize.cc | 368 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);
|
hb-ot-layout-gsubgpos-private.hh | 482 const hb_glyph_info_t &info = c->buffer->out_info[idx]; [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
app_launch_splash_screen_handler.h | 52 void PopulateAppInfo(base::DictionaryValue* out_info);
|
app_launch_splash_screen_handler.cc | 199 base::DictionaryValue* out_info) { 211 out_info->SetString("name", app.name); 212 out_info->SetString("iconURL", webui::GetBitmapDataUrl(*app.icon.bitmap()));
|
/build/tools/releasetools/ |
sign_target_files_apks | 149 out_info = copy.copy(info) 156 output_tf_zip.writestr(out_info, signed_data) 160 output_tf_zip.writestr(out_info, data) 165 output_tf_zip.writestr(out_info, new_data) 169 output_tf_zip.writestr(out_info, new_data) 172 output_tf_zip.writestr(out_info, data)
|
/external/chromium_org/ppapi/proxy/ |
file_ref_resource.h | 71 void OnQueryReply(PP_FileInfo* out_info,
|
file_ref_resource.cc | 216 PP_FileInfo* out_info, 224 *out_info = info;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
resource_metadata_storage.h | 139 void RecoverCacheInfoFromTrashedResourceMap(RecoveredCacheInfoMap* out_info);
|
resource_metadata_storage.cc | 506 RecoveredCacheInfoMap* out_info) { 555 RecoveredCacheInfo* info = &(*out_info)[id];
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_pepper_interface_html5fs.h | 44 void GetInfo(PP_FileInfo* out_info);
|
fake_pepper_interface_html5fs.cc | 123 void FakeHtml5FsNode::GetInfo(PP_FileInfo* out_info) { *out_info = info_; }
|