HomeSort by relevance Sort by last modified time
    Searched refs:int64 (Results 1 - 25 of 2672) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/engine/
polling_constants.cc 15 const int64 kDefaultShortPollIntervalSeconds = 3600 * 8;
17 const int64 kDefaultLongPollIntervalSeconds = 3600 * 12;
20 const int64 kMaxBackoffSeconds = 60 * 60 * 4; // 4 hours.
polling_constants.h 13 extern const int64 kDefaultShortPollIntervalSeconds;
14 extern const int64 kDefaultLongPollIntervalSeconds;
15 extern const int64 kMaxBackoffSeconds;
  /external/chromium/chrome/browser/download/
download_status_updater_delegate.h 17 virtual int64 GetInProgressDownloadCount() = 0;
20 virtual int64 GetReceivedDownloadBytes() = 0;
23 virtual int64 GetTotalDownloadBytes() = 0;
  /external/chromium_org/sync/internal_api/public/engine/
polling_constants.cc 15 const int64 kDefaultShortPollIntervalSeconds = 3600 * 8;
17 const int64 kDefaultLongPollIntervalSeconds = 3600 * 12;
20 const int64 kMaxBackoffSeconds = 60 * 60 * 4; // 4 hours.
polling_constants.h 14 SYNC_EXPORT_PRIVATE extern const int64 kDefaultShortPollIntervalSeconds;
15 SYNC_EXPORT_PRIVATE extern const int64 kDefaultLongPollIntervalSeconds;
16 SYNC_EXPORT extern const int64 kMaxBackoffSeconds;
  /external/chromium/chrome/browser/search_engines/
template_url_id.h 11 typedef int64 TemplateURLID;
  /external/chromium_org/base/
sys_info.cc 12 int64 SysInfo::Uptime() {
16 int64 uptime_in_microseconds = TimeTicks::Now().ToInternalValue();
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
synchronization_profiling.h 46 ATTRIBUTE_WEAK extern void SubmitSpinLockProfileData(const void *, int64);
48 int64 wait_cycles) {}
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
synchronization_profiling.h 46 ATTRIBUTE_WEAK extern void SubmitSpinLockProfileData(const void *, int64);
48 int64 wait_cycles) {}
  /external/chromium_org/chrome/browser/performance_monitor/
constants.h 32 const int64 kBytesPerKilobyte = 1 << 10;
33 const int64 kBytesPerMegabyte = kBytesPerKilobyte * (1 << 10);
34 const int64 kBytesPerGigabyte = kBytesPerMegabyte * (1 << 10);
35 const int64 kBytesPerTerabyte = kBytesPerGigabyte * (1 << 10);
41 const int64 kMicrosecondsPerMonth = base::Time::kMicrosecondsPerDay * 30;
42 const int64 kMicrosecondsPerYear = base::Time::kMicrosecondsPerDay * 365;
  /external/chromium/net/http/
http_byte_range.h 22 int64 first_byte_position() const { return first_byte_position_; }
23 void set_first_byte_position(int64 value) { first_byte_position_ = value; }
25 int64 last_byte_position() const { return last_byte_position_; }
26 void set_last_byte_position(int64 value) { last_byte_position_ = value; }
28 int64 suffix_length() const { return suffix_length_; }
29 void set_suffix_length(int64 value) { suffix_length_ = value; }
48 bool ComputeBounds(int64 size);
51 int64 first_byte_position_;
52 int64 last_byte_position_;
53 int64 suffix_length_
    [all...]
  /external/chromium_org/net/http/
http_byte_range.h 22 int64 first_byte_position() const { return first_byte_position_; }
23 void set_first_byte_position(int64 value) { first_byte_position_ = value; }
25 int64 last_byte_position() const { return last_byte_position_; }
26 void set_last_byte_position(int64 value) { last_byte_position_ = value; }
28 int64 suffix_length() const { return suffix_length_; }
29 void set_suffix_length(int64 value) { suffix_length_ = value; }
48 bool ComputeBounds(int64 size);
51 int64 first_byte_position_;
52 int64 last_byte_position_;
53 int64 suffix_length_
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_fake_backing_store.cc 26 int64 int_version,
27 int64* row_id) {
32 int64 row_id,
37 int64 row_id,
38 int64 version) {
46 int64 database_id,
47 int64 object_store_id,
55 int64 database_id,
56 int64 object_store_id) {
60 int64 database_id
    [all...]
indexed_db_fake_backing_store.h 26 int64 int_version,
27 int64* row_id) OVERRIDE;
29 int64 row_id,
32 int64 row_id,
33 int64 version) OVERRIDE;
37 int64 database_id,
38 int64 object_store_id,
44 int64 database_id,
45 int64 object_store_id) OVERRIDE;
47 int64 database_id
    [all...]
indexed_db_database.h 50 static const int64 kInvalidId = 0;
51 static const int64 kMinimumIndexId = 30;
60 int64 id() const { return metadata_.id; }
64 int64 new_max_object_store_id);
65 void RemoveObjectStore(int64 object_store_id);
66 void AddIndex(int64 object_store_id,
68 int64 new_max_index_id);
69 void RemoveIndex(int64 object_store_id, int64 index_id);
74 int64 transaction_id
    [all...]
indexed_db_metadata.h 19 int64 id,
29 int64 id;
34 static const int64 kInvalidId = -1;
40 int64 id,
43 int64 max_index_id);
46 int64 id;
49 int64 max_index_id;
51 static const int64 kInvalidId = -1;
53 typedef std::map<int64, IndexedDBIndexMetadata> IndexMap;
64 typedef std::map<int64, IndexedDBObjectStoreMetadata> ObjectStoreMap
    [all...]
  /external/chromium_org/content/browser/speech/endpointer/
endpointer.h 69 EpStatus Status(int64 *time_us);
81 void set_speech_input_complete_silence_length(int64 time_us) {
85 void set_long_speech_input_complete_silence_length(int64 time_us) {
89 void set_speech_input_possibly_complete_silence_length(int64 time_us) {
93 void set_long_speech_length(int64 time_us) {
110 int64 speech_input_minimum_length_us_;
115 int64 speech_input_possibly_complete_silence_length_us_;
120 int64 speech_input_complete_silence_length_us_;
126 int64 long_speech_input_complete_silence_length_us_;
132 int64 long_speech_length_us_
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_free_disk_space_getter.h 22 void set_default_value(int64 value) { default_value_ = value; }
30 void PushFakeValue(int64 value);
33 virtual int64 AmountOfFreeDiskSpace() OVERRIDE;
36 std::list<int64> fake_values_;
37 int64 default_value_;
  /external/chromium_org/media/filters/
in_memory_url_protocol.h 21 InMemoryUrlProtocol(const uint8* buf, int64 size, bool streaming);
26 virtual bool GetPosition(int64* position_out) OVERRIDE;
27 virtual bool SetPosition(int64 position) OVERRIDE;
28 virtual bool GetSize(int64* size_out) OVERRIDE;
33 int64 size_;
34 int64 position_;
  /external/chromium_org/ppapi/proxy/
ppp_class_proxy.h 42 int64 ppp_class,
43 int64 class_data);
47 int64 ppp_class,
48 int64* ppp_class_data);
55 void OnMsgHasProperty(int64 ppp_class, int64 object,
59 void OnMsgHasMethod(int64 ppp_class, int64 object,
63 void OnMsgGetProperty(int64 ppp_class, int64 object
    [all...]
  /external/chromium_org/media/webm/
webm_video_client.h 40 virtual bool OnUInt(int id, int64 val) OVERRIDE;
45 int64 pixel_width_;
46 int64 pixel_height_;
47 int64 crop_bottom_;
48 int64 crop_top_;
49 int64 crop_left_;
50 int64 crop_right_;
51 int64 display_width_;
52 int64 display_height_;
53 int64 display_unit_
    [all...]
  /external/chromium_org/cc/debug/
rendering_stats.h 15 int64 animation_frame_count;
16 int64 screen_frame_count;
17 int64 dropped_frame_count;
24 int64 total_commit_count;
25 int64 total_pixels_painted;
26 int64 total_pixels_recorded;
27 int64 total_pixels_rasterized;
28 int64 num_impl_thread_scrolls;
29 int64 num_main_thread_scrolls;
30 int64 num_layers_drawn
    [all...]
  /external/chromium/base/i18n/
number_formatting.h 14 string16 FormatNumber(int64 number);
  /external/chromium_org/chrome/browser/search_engines/
template_url_id.h 10 typedef int64 TemplateURLID;
  /external/chromium_org/content/common/
quota_messages.h 21 int64 /* granted_quota */)
25 int64 /* current_usage */,
26 int64 /* current_quota */)
44 int64 /* requested_size */)

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 91011>>