Searched refs:timestamp (Results 126 - 150 of 361) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.h134 base::Time timestamp; member in struct:safe_browsing::ClientSideDetectionService::CacheState
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... .osgi.framework.console.CommandInterpreter interpreter String timestamp Long ts String profileId org.eclipse.equinox. ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... iter java.io.File file String key String timestamp private java.util.Properties readTimestamps () java.util ...
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh64 set timestamp "" bottom norotate offset 0,0
/external/iproute2/include/
H A Dutils.h18 extern int timestamp;
/external/iproute2/ip/
H A Dipmonitor.c42 if (timestamp)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationClientImpl.cpp73 return currentTime - position1->timestamp() > maximumAge;
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_controller.cc254 base::TimeDelta timestamp = local
256 fetch_request->set_timestamp(timestamp.InMilliseconds());
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_menu_controller_gtk.cc99 guint32 timestamp) {
109 widget, button_type, timestamp); local
98 Popup(GtkWidget* widget, gint button_type, guint32 timestamp) argument
/external/chromium/chrome/common/
H A Dlogging_chrome.cc164 base::Time timestamp) {
166 timestamp.LocalExplode(&time_deets);
163 GenerateTimestampedName(const FilePath& base_path, base::Time timestamp) argument
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp287 xEvent.time = xTimeStamp(webEvent.timestamp());
402 xKey.time = xTimeStamp(webEvent.timestamp());
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Dbrowser_harness.rb189 timestamp, uri, user_agent = open("#{@app_base_url}last_page.cgi").read().chomp.split(' ')
190 age = (Time.now() - timestamp.to_i).to_i
/external/webkit/Source/WebKit/chromium/src/mac/
H A DWebInputEventFactory.mm595 result.timeStampSeconds = [event timestamp];
703 result.timeStampSeconds = [event timestamp];
848 result.timeStampSeconds = [event timestamp];
/external/qemu/slirp-android/
H A Dtcp_subr.c428 time_t timestamp = time(NULL); local
443 timestamp
454 timestamp
467 timestamp
560 sock_ip, sock_port, timestamp
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbugzilla.py39 from datetime import datetime # used in timestamp() namespace
81 def timestamp(): function
461 filename = filename or "%s.patch" % timestamp()
477 # timestamp argument is just for unittests.
478 def _filename_for_upload(self, file_object, bug_id, extension="txt", timestamp=timestamp):
481 return "bug-%s-%s.%s" % (bug_id, timestamp(), extension)
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.cc119 void SelectTab(int index, uint32 timestamp);
174 // This is used to make sure we use the right timestamp when sending
324 void BrowserListener::SelectTab(int index, uint32 timestamp) { argument
332 select_tab_timestamp_ = timestamp;
590 // param(1): timestamp of the event.
/external/webkit/Source/WebCore/inspector/front-end/
H A DResource.js804 WebInspector.ResourceRevision = function(resource, content, timestamp)
808 this._timestamp = timestamp;
817 get timestamp()
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc454 time_t timestamp) {
455 return MakeAutofillEntry(name, value, timestamp, -1);
549 for (std::vector<base::Time>::const_iterator timestamp = ts.begin();
550 timestamp != ts.end(); ++timestamp) {
551 new_autofill.add_usage_timestamp(timestamp->ToInternalValue());
452 MakeAutofillEntry(const char* name, const char* value, time_t timestamp) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.cc1074 void PresentWindow(GtkWidget* window, int timestamp) { argument
1078 if (timestamp)
1079 gtk_window_present_with_time(host_window, timestamp);
1123 void PresentWindow(GtkWidget* window, int timestamp) { argument
1124 if (timestamp)
1125 gtk_window_present_with_time(GTK_WINDOW(window), timestamp); local
H A Dgtk_util.h291 // Update the timestamp for the given window. This is usually the time of the
298 // function, instead using the timestamp from the latest GDK event.
327 // gtk_window_present_with_time for non-zero timestamp. For ChromeOS, it first
329 void PresentWindow(GtkWidget* window, int timestamp);
/external/chromium/chrome/browser/ui/webui/options/
H A Dpersonal_options_handler.cc425 long long timestamp = base::TimeTicks::Now().ToInternalValue(); local
430 timestamp));
/external/icu4c/common/
H A Dserv.cpp338 , timestamp(0)
348 , timestamp(0)
933 ++timestamp;
975 return timestamp;
H A Dserv.h536 uint32_t timestamp;
971 * @return the timestamp.

Completed in 3693 milliseconds

1234567891011>>