Searched refs:kStartTimeKey (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_history_api_constants.cc18 const char kStartTimeKey[] = "startTime"; member in namespace:extension_history_api_constants
H A Dextension_history_api_constants.h23 extern const char kStartTimeKey[];
H A Dextension_history_api.cc271 if (json->HasKey(keys::kStartTimeKey)) { // Optional.
273 EXTENSION_FUNCTION_VALIDATE(json->Get(keys::kStartTimeKey, &value));
350 EXTENSION_FUNCTION_VALIDATE(json->Get(keys::kStartTimeKey, &value));
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc156 const char kStartTimeKey[] = "startTime"; member in namespace:__anon4829
259 json->SetString(kStartTimeKey, TimeToISO8601(download_item->GetStartTime()));
362 filter_types[kStartTimeKey] = DownloadQuery::FILTER_START_TIME;
381 sorter_types[kStartTimeKey] = DownloadQuery::SORT_START_TIME;
923 (field == kStartTimeKey) ||

Completed in 142 milliseconds