Searched refs:kTimestampKey (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/ui/message_center/
H A Dnotification_types.cc10 const char kTimestampKey[] = "timestamp"; member in namespace:message_center
H A Dnotification_types.h14 MESSAGE_CENTER_EXPORT extern const char kTimestampKey[];
/external/chromium_org/chromeos/network/
H A Dnetwork_sms_handler.cc43 const char NetworkSmsHandler::kTimestampKey[] = "timestamp"; member in class:chromeos::NetworkSmsHandler
325 new_dictionary.SetString(kTimestampKey, timestamp);
H A Dnetwork_sms_handler.h30 static const char kTimestampKey[]; member in class:chromeos::NetworkSmsHandler
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_signer.cc52 const char kTimestampKey[] = "timestamp"; member in namespace:__anon3987
173 value->SetString(kTimestampKey,
205 if (value.HasKey(kTimestampKey)) {
208 if (!value.GetString(kTimestampKey, &timestamp) ||

Completed in 3265 milliseconds