Searched refs:int64 (Results 1 - 25 of 2841) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/sync/engine/
H A Dpolling_constants.cc15 const int64 kDefaultShortPollIntervalSeconds = 3600 * 8;
17 const int64 kDefaultLongPollIntervalSeconds = 3600 * 12;
20 const int64 kMaxBackoffSeconds = 60 * 60 * 4; // 4 hours.
H A Dpolling_constants.h13 extern const int64 kDefaultShortPollIntervalSeconds;
14 extern const int64 kDefaultLongPollIntervalSeconds;
15 extern const int64 kMaxBackoffSeconds;
H A Dread_node_mock.h23 MOCK_CONST_METHOD0(GetId, int64());
24 MOCK_CONST_METHOD0(GetFirstChildId, int64());
25 MOCK_CONST_METHOD0(GetFirstChild, int64());
26 MOCK_CONST_METHOD0(GetSuccessorId, int64());
27 MOCK_METHOD1(InitByIdLookup, bool(int64 id));
/external/chromium_org/sync/internal_api/public/engine/
H A Dpolling_constants.cc15 const int64 kDefaultShortPollIntervalSeconds = 3600 * 8;
17 const int64 kDefaultLongPollIntervalSeconds = 3600 * 12;
20 const int64 kMaxBackoffSeconds = 60 * 60 * 4; // 4 hours.
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_id.h11 typedef int64 TemplateURLID;
/external/chromium_org/net/url_request/
H A Durl_fetcher_delegate.cc10 const URLFetcher* source, int64 current, int64 total) {}
13 const URLFetcher* source, int64 current, int64 total) {}
/external/chromium_org/base/
H A Dsys_info.cc12 int64 SysInfo::Uptime() {
16 int64 uptime_in_microseconds = TimeTicks::Now().ToInternalValue();
/external/chromium/net/http/
H A Dhttp_byte_range.h22 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/
H A Dhttp_byte_range.h23 static HttpByteRange Bounded(int64 first_byte_position,
24 int64 last_byte_position);
25 static HttpByteRange RightUnbounded(int64 first_byte_position);
26 static HttpByteRange Suffix(int64 suffix_length);
30 int64 first_byte_position() const { return first_byte_position_; }
31 void set_first_byte_position(int64 value) { first_byte_position_ = value; }
33 int64 last_byte_position() const { return last_byte_position_; }
34 void set_last_byte_position(int64 value) { last_byte_position_ = value; }
36 int64 suffix_length() const { return suffix_length_; }
37 void set_suffix_length(int64 valu
[all...]
/external/chromium/chrome/browser/download/
H A Ddownload_status_updater_delegate.h17 virtual int64 GetInProgressDownloadCount() = 0;
20 virtual int64 GetReceivedDownloadBytes() = 0;
23 virtual int64 GetTotalDownloadBytes() = 0;
/external/chromium_org/chrome/browser/performance_monitor/
H A Dconstants.h34 const int64 kBytesPerKilobyte = 1 << 10;
35 const int64 kBytesPerMegabyte = kBytesPerKilobyte * (1 << 10);
36 const int64 kBytesPerGigabyte = kBytesPerMegabyte * (1 << 10);
37 const int64 kBytesPerTerabyte = kBytesPerGigabyte * (1 << 10);
43 const int64 kMicrosecondsPerMonth = base::Time::kMicrosecondsPerDay * 30;
44 const int64 kMicrosecondsPerYear = base::Time::kMicrosecondsPerDay * 365;
/external/chromium_org/ppapi/proxy/
H A Dppp_class_proxy.h42 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 objec
[all...]
/external/chromium_org/chrome/browser/undo/
H A Dbookmark_renumber_observer.h12 virtual void OnBookmarkRenumbered(int64 old_id, int64 new_id) = 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsynchronization_profiling.h46 ATTRIBUTE_WEAK extern void SubmitSpinLockProfileData(const void *, int64);
48 int64 wait_cycles) {}
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsynchronization_profiling.h46 ATTRIBUTE_WEAK extern void SubmitSpinLockProfileData(const void *, int64);
48 int64 wait_cycles) {}
/external/chromium_org/media/webm/
H A Dwebm_video_client.h40 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/chrome/browser/search_engines/
H A Dtemplate_url_id.h10 typedef int64 TemplateURLID;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_metadata.h19 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, IndexedDBObjectStoreMetadat
[all...]
H A Dindexed_db_database.h51 static const int64 kInvalidId = 0;
52 static const int64 kMinimumIndexId = 30;
63 int64 id() const { return metadata_.id; }
67 int64 new_max_object_store_id);
68 void RemoveObjectStore(int64 object_store_id);
69 void AddIndex(int64 object_store_id,
71 int64 new_max_index_id);
72 void RemoveIndex(int64 object_store_id, int64 index_id);
77 int64 transaction_i
[all...]
H A Dindexed_db_leveldb_coding.h28 CONTENT_EXPORT void EncodeInt(int64 value, std::string* into);
29 CONTENT_EXPORT void EncodeVarInt(int64 value, std::string* into);
45 int64* value);
47 int64* value);
83 explicit KeyPrefix(int64 database_id);
84 KeyPrefix(int64 database_id, int64 object_store_id);
85 KeyPrefix(int64 database_id, int64 object_store_id, int64 index_i
[all...]
H A Dindexed_db_fake_backing_store.cc26 int64 int_version,
27 int64* row_id) {
31 int64 row_id,
32 int64 version) {
40 int64 database_id,
41 int64 object_store_id,
49 int64 database_id,
50 int64 object_store_id) {
54 int64 database_id,
55 int64 object_store_i
[all...]
/external/chromium_org/content/common/
H A Dquota_messages.h21 int64 /* granted_quota */)
25 int64 /* current_usage */,
26 int64 /* current_quota */)
44 int64 /* requested_size */)
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_free_disk_space_getter.h22 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/sync/internal_api/public/test/
H A Dtest_entry_factory.h27 int64 CreateUnappliedNewItemWithParent(
32 int64 CreateUnappliedNewBookmarkItemWithParent(
38 int64 CreateUnappliedNewItem(const std::string& item_id,
52 int64* metahandle_out);
56 int64 CreateUnappliedAndUnsyncedBookmarkItem(const std::string& name);
61 int64 CreateSyncedItem(const std::string& name,
67 int64 CreateUnappliedRootNode(ModelType model_type);
73 bool SetServerSpecificsForItem(int64 meta_handle,
80 bool SetLocalSpecificsForItem(int64 meta_handle,
86 int64 meta_handl
[all...]
/external/stressapptest/src/
H A Ddisk_blocks.h37 void SetParameters(int64 address, int64 size);
43 int64 GetAddress();
44 int64 GetSize();
48 int64 addr_; // address of first sector in block
49 int64 size_; // size of block
65 int64 NumElems();
74 int64 device_sectors,
75 int64 segment_size,
78 BlockData *GetUnusedBlock(int64 segmen
[all...]

Completed in 635 milliseconds

1234567891011>>