HomeSort by relevance Sort by last modified time
    Searched refs:current_time_seconds (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc 134 time_t current_time_seconds; local
135 time(&current_time_seconds);
136 struct tm* current_time = gmtime(&current_time_seconds);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presenceouttask.cc 144 time_t current_time_seconds; local
145 time(&current_time_seconds);
146 struct tm* current_time = gmtime(&current_time_seconds);

Completed in 48 milliseconds