Home
last modified time | relevance | path

Searched refs:kTimestampKey (Results 1 – 5 of 5) sorted by relevance

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