HomeSort by relevance Sort by last modified time
    Searched full:time (Results 851 - 875 of 15385) sorted by null

<<31323334353637383940>>

  /external/chromium/base/test/
test_switches.cc 7 // Time (in milliseconds) for which we wait for live operations to complete.
10 // Time (in milliseconds) that the tests should wait before timing out.
  /external/chromium/chrome/browser/chromeos/
external_protocol_dialog.h 9 #include "base/time.h"
46 // The time at which this dialog was created.
  /external/chromium/chrome/browser/history/
history_unittest_base.cc 23 // SQL with the current time.
24 int64 now = base::Time::Now().ToInternalValue();
  /external/chromium/chrome/browser/
load_notification_details.h 14 #include "base/time.h"
42 base::TimeDelta load_time_; // length of time the page load took
plugin_data_remover.cc 46 base::WaitableEvent* PluginDataRemover::StartRemoving(base::Time begin_time) {
48 remove_start_time_ = base::Time::Now();
69 base::Time start_time(base::Time::Now());
74 base::Time::Now() - start_time);
76 base::Time::Now() - remove_start_time_);
132 UMA_HISTOGRAM_TIMES("ClearPluginData.time",
133 base::Time::Now() - remove_start_time_);
  /external/chromium/chrome/browser/net/
net_log_logger.h 18 // Relies on ChromeNetLog only calling an Observer once at a time for
30 const base::TimeTicks& time,
url_info.h 11 // savings relative to resolution time during a navigation.
23 #include "base/time.h"
89 static void set_cache_expiration(base::TimeDelta time);
133 // adjust the time manually. Usually, this value is maintained by state
135 void set_time(const base::TimeTicks& time) { time_ = time; }
168 // Time needed for DNS to resolve.
170 // Time spent in queue.
  /external/chromium/chrome/browser/password_manager/
ie7_password.h 14 #include "base/time.h"
26 base::Time date_created;
native_backend_kwallet_x.h 15 #include "base/time.h"
34 virtual bool RemoveLoginsCreatedBetween(const base::Time& delete_begin,
35 const base::Time& delete_end);
38 virtual bool GetLoginsCreatedBetween(const base::Time& delete_begin,
39 const base::Time& delete_end,
59 // Reads PasswordForms from the wallet created in the given time range.
61 const base::Time& begin,
62 const base::Time& end,
password_store_default.h 37 virtual void RemoveLoginsCreatedBetweenImpl(const base::Time& delete_begin,
38 const base::Time& delete_end);
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_mac.h 28 virtual base::Time GetLastModification();
33 // Unfortunately, we cannot get the policy list at load time from the
  /external/chromium/chrome/browser/sync/glue/
app_data_type_controller.cc 48 void AppDataTypeController::RecordAssociationTime(base::TimeDelta time) {
49 UMA_HISTOGRAM_TIMES("Sync.AppAssociationTime", time);
extension_data_type_controller.cc 48 void ExtensionDataTypeController::RecordAssociationTime(base::TimeDelta time) {
49 UMA_HISTOGRAM_TIMES("Sync.ExtensionAssociationTime", time);
preference_data_type_controller.cc 40 void PreferenceDataTypeController::RecordAssociationTime(base::TimeDelta time) {
41 UMA_HISTOGRAM_TIMES("Sync.PreferenceAssociationTime", time);
session_data_type_controller.cc 44 void SessionDataTypeController::RecordAssociationTime(base::TimeDelta time) {
45 UMA_HISTOGRAM_TIMES("Sync.SessionAssociationTime", time);
theme_data_type_controller.cc 48 void ThemeDataTypeController::RecordAssociationTime(base::TimeDelta time) {
49 UMA_HISTOGRAM_TIMES("Sync.ThemeAssociationTime", time);
  /external/chromium/chrome/browser/sync/notifier/
registration_manager.h 15 #include "base/time.h"
45 // Last time a registration request was actually sent.
46 base::Time last_registration_request;
47 // Time the registration was attempted.
48 base::Time registration_attempt;
119 base::Time last_registration_request;
121 base::Time last_registration_attempt;
125 // The minimum time to wait until any next registration attempt.
  /external/chromium/chrome/browser/ui/cocoa/
hover_button.h 13 // time. The button cannot be in more than one hover state at a time.
  /external/chromium/chrome/browser/ui/views/
external_protocol_dialog.h 9 #include "base/time.h"
56 // The time at which this dialog was created.
  /external/chromium/chrome/browser/visitedlink/
visitedlink_event_listener.cc 10 using base::Time;
13 // The amount of time we wait to accumulate visited link additions.
  /external/chromium/chrome/common/
thumbnail_score.cc 10 using base::Time;
41 time_at_snapshot(Time::Now()),
49 time_at_snapshot(Time::Now()),
54 const Time& time)
58 time_at_snapshot(time),
114 // good one with a new worse one assuming enough time has passed.
134 const TimeDelta time_elapsed = Time::Now() - time_at_snapshot;
  /external/chromium/net/base/
net_log.cc 9 #include "base/time.h"
24 std::string NetLog::TickCountToString(const base::TimeTicks& time) {
25 int64 delta_time = (time - base::TimeTicks()).InMilliseconds();
75 const base::TimeTicks& time,
82 entry_dict->SetString("time", TickCountToString(time));
122 const base::TimeTicks& time,
126 net_log_->AddEntry(type, time, source_, phase, params);
upload_data.h 16 #include "base/time.h"
61 // If NULL time is returned, we do not do the check.
62 const base::Time& expected_file_modification_time() const {
73 SetToFilePathRange(path, 0, kuint64max, base::Time());
81 const base::Time& expected_modification_time) {
130 base::Time expected_file_modification_time_;
151 const base::Time& expected_modification_time);
162 // Initializes the object to send chunks of upload data over time rather
  /external/chromium/net/disk_cache/
mapped_file.h 20 // idea is that the header and bitmap will be memory mapped all the time, and
22 // time).
  /external/chromium/net/proxy/
polling_proxy_config_service.h 10 #include "base/time.h"
35 // settings at most every |poll_interval| time by calling |get_config_func|

Completed in 1211 milliseconds

<<31323334353637383940>>