Searched refs:message_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_test_channel_listener.cc16 static int message_index = 0; local
21 message->WriteInt(message_index++);
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_sms.cc246 size_t message_index,
250 message_index_(message_index) {
256 void Update(size_t message_index, argument
380 size_t message_index = messages_.GetSize() - 1; local
381 if (!messages_.GetDictionary(message_index, &message))
385 *index = message_index;
245 SmsNotificationView(TraySms* owner, size_t message_index, const std::string& number, const std::string& text) argument

Completed in 278 milliseconds