Searched defs:InsertCell (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Ddata_log.h78 static int InsertCell(const std::string& table_name, function in class:webrtc::DataLog
84 return data_log->InsertCell(
98 static int InsertCell(const std::string& table_name, function in class:webrtc::DataLog
105 return data_log->InsertCell(
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log.h80 static int InsertCell(const std::string& table_name, function in class:webrtc::DataLog
86 return data_log->InsertCell(
100 static int InsertCell(const std::string& table_name, function in class:webrtc::DataLog
107 return data_log->InsertCell(
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log_no_op.cc65 int DataLogImpl::InsertCell(const std::string& /*table_name*/, function in class:webrtc::DataLogImpl
H A Ddata_log.cc41 int InsertCell(const std::string& column_name,
79 int InsertCell(const std::string& column_name,
121 int Row::InsertCell(const std::string& column_name, function in class:webrtc::Row
197 int LogTable::InsertCell(const std::string& column_name, function in class:webrtc::LogTable
203 return current_row_->InsertCell(column_name, value_container);
402 int DataLogImpl::InsertCell(const std::string& table_name, function in class:webrtc::DataLogImpl
409 return tables_[table_name]->InsertCell(column_name, value_container);
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_no_op.cc65 int DataLogImpl::InsertCell(const std::string& /*table_name*/, function in class:webrtc::DataLogImpl
H A Ddata_log.cc41 int InsertCell(const std::string& column_name,
79 int InsertCell(const std::string& column_name,
121 int Row::InsertCell(const std::string& column_name, function in class:webrtc::Row
197 int LogTable::InsertCell(const std::string& column_name, function in class:webrtc::LogTable
203 return current_row_->InsertCell(column_name, value_container);
402 int DataLogImpl::InsertCell(const std::string& table_name, function in class:webrtc::DataLogImpl
409 return tables_[table_name]->InsertCell(column_name, value_container);

Completed in 9188 milliseconds