OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timestamp_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
validating_util.cc
90
char
timestamp_string
[2 + 3 * sizeof timestamp];
local
91
snprintf(
timestamp_string
, sizeof
timestamp_string
, "%ld", timestamp);
95
wrapped.append(
timestamp_string
);
113
std::string
timestamp_string
;
local
115
kTimestampPrefix, kTimestampPrefixLength, data, &
timestamp_string
)) {
119
time_t timestamp = atol(
timestamp_string
.c_str());
/external/chromium_org/chrome/browser/ui/webui/
history_ui.cc
843
std::string
timestamp_string
;
local
[
all
...]
Completed in 3129 milliseconds