HomeSort by relevance Sort by last modified time
    Searched refs:LogValue (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
buffering_file_stream_reader_unittest.cc 34 void LogValue(std::vector<T>* log, T value) {
104 buffer.get(), kChunkSize, base::Bind(&LogValue<int>, &read_log));
121 buffer.get(), kChunkSize, base::Bind(&LogValue<int>, &read_log));
137 buffer.get(), kChunkSize, base::Bind(&LogValue<int>, &read_log));
153 buffer.get(), kChunkSize, base::Bind(&LogValue<int>, &read_log));
177 buffer.get(), kChunkSize, base::Bind(&LogValue<int>, &read_log));
197 buffer.get(), read_bytes, base::Bind(&LogValue<int>, &read_log));
213 buffer.get(), read_bytes, base::Bind(&LogValue<int>, &read_log));
237 buffer.get(), kChunkSize, base::Bind(&LogValue<int>, &read_log));
256 buffer.get(), chunk_size, base::Bind(&LogValue<int>, &read_log))
    [all...]
file_stream_writer_unittest.cc 41 void LogValue(std::vector<int>* log, int value) {
129 base::Bind(&LogValue, &write_log));
150 base::Bind(&LogValue, &write_log));
179 base::Bind(&LogValue, &write_log));
183 const int cancel_result = writer.Cancel(base::Bind(&LogValue, &cancel_log));
201 base::Bind(&LogValue, &write_log));
225 base::Bind(&LogValue, &write_log));
  /external/chromium_org/components/autofill/core/common/
save_password_progress_logger.cc 257 LogValue(label, log);
267 LogValue(label, log);
273 LogValue(label, StringValue(ScrubURL(url)));
279 LogValue(label, FundamentalValue(truth_value));
285 LogValue(label, FundamentalValue(signed_number));
297 LogValue(STRING_MESSAGE, StringValue(GetStringFromID(message)));
300 void SavePasswordProgressLogger::LogValue(StringID label, const Value& log) {
save_password_progress_logger.h 127 void LogValue(StringID label, const base::Value& log);
  /art/runtime/
transaction.h 119 void LogValue(size_t index, uint64_t value);
transaction.cc 90 array_log.LogValue(index, value);
370 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value) {

Completed in 201 milliseconds