/external/protobuf/src/google/protobuf/ |
unittest_lite.proto | 57 optional int64 optional_int64 = 2; 90 repeated int64 repeated_int64 = 32; 123 optional int64 default_int64 = 62 [default = 42 ]; 160 repeated int64 packed_int64 = 91 [packed = true]; 182 optional int64 optional_int64_extension_lite = 2; 218 repeated int64 repeated_int64_extension_lite = 32; 254 optional int64 default_int64_extension_lite = 62 [default = 42 ]; 287 repeated int64 packed_int64_extension_lite = 91 [packed = true];
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
CacheResult.h | 44 int64 contentSize() const; 50 int64 expires() const;
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.h | 58 BookmarkNode(int64 id, const GURL& url); 69 int64 id() const { return id_; } 71 void set_id(int64 id) { id_ = id; } 131 void Initialize(int64 id); 134 int64 id_; 264 const BookmarkNode* GetNodeByID(int64 id); 334 int64 next_node_id() const { return next_node_id_; } 378 const BookmarkNode* GetNodeByID(const BookmarkNode* node, int64 id); 411 int64 generate_next_node_id(); 416 void set_next_node_id(int64 id) { next_node_id_ = id; [all...] |
bookmark_storage.h | 34 int64 max_id); 47 void set_max_id(int64 max_id) { max_id_ = max_id; } 48 int64 max_id() const { return max_id_; } 70 int64 max_id_;
|
/external/chromium/net/base/ |
file_stream_posix.cc | 36 COMPILE_ASSERT(sizeof(int64) == sizeof(off_t), off_t_64_bit); 47 int64 MapErrorCode(int err) { 328 int64 FileStream::Seek(Whence whence, int64 offset) { 345 int64 FileStream::Available() { 351 int64 cur_pos = Seek(FROM_CURRENT, 0); 359 int64 size = static_cast<int64>(info.st_size); 425 int64 FileStream::Truncate(int64 bytes) [all...] |
mock_filter_context.cc | 41 int64 MockFilterContext::GetByteReadCount() const { return 0; }
|
/external/chromium/base/ |
file_util_proxy.h | 155 int64 offset, 165 int64 offset, 192 int64 length, 201 int64 length,
|
platform_file.h | 81 int64 size; 112 BASE_API int ReadPlatformFile(PlatformFile file, int64 offset, 118 BASE_API int WritePlatformFile(PlatformFile file, int64 offset, 124 BASE_API bool TruncatePlatformFile(PlatformFile file, int64 length);
|
rand_util_unittest.cc | 36 std::numeric_limits<int64>::max());
|
/external/chromium/base/i18n/ |
number_formatting.cc | 38 string16 FormatNumber(int64 number) {
|
/external/chromium/chrome/browser/download/ |
download_item_model.cc | 31 int64 size = download_->received_bytes(); 32 int64 total = download_->total_bytes(); 112 int64 size = download_->received_bytes(); 113 int64 total_size = download_->total_bytes();
|
download_status_updater.h | 39 int64 GetInProgressDownloadCount();
|
/external/chromium/chrome/browser/history/ |
history_unittest_base.cc | 24 int64 now = base::Time::Now().ToInternalValue();
|
/external/chromium/chrome/browser/prerender/ |
prerender_observer.cc | 38 void PrerenderObserver::OnDidStartProvisionalLoadForFrame(int64 frame_id,
|
prerender_observer.h | 37 void OnDidStartProvisionalLoadForFrame(int64 frame_id,
|
/external/chromium/chrome/browser/sync/protocol/ |
password_specifics.proto | 33 optional int64 date_created = 11;
|
/external/chromium/chrome/browser/sync/syncable/ |
autofill_migration.h | 39 int64 autofill_migration_time;
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
imageburner_ui.h | 231 void UpdateBurnProgress(int64 total_burnt, int64 image_size, 233 string16 GetBurnProgressText(int64 total_burnt, int64 image_size);
|
/external/chromium/net/disk_cache/ |
sparse_control.h | 61 int StartIO(SparseOperation op, int64 offset, net::IOBuffer* buf, 65 int GetAvailableRange(int64 offset, int len, int64* start); 165 int64 offset_; // Current sparse offset.
|
/external/chromium/net/ftp/ |
ftp_response_info.h | 33 int64 expected_content_size;
|
/external/chromium/net/http/ |
partial_data.h | 124 void GetAvailableRangeCompleted(int result, int64 start); 126 int64 current_range_start_; 127 int64 cached_start_; 128 int64 resource_size_;
|
/external/chromium/net/socket_stream/ |
socket_stream_metrics_unittest.cc | 97 int64 original_received_bytes = 0; 98 int64 original_received_counts = 0; 99 int64 original_sent_bytes = 0; 100 int64 original_sent_counts = 0;
|
/external/chromium/net/url_request/ |
url_request_file_job.h | 61 int64 remaining_bytes_;
|
/external/dbus/dbus/ |
dbus-marshal-basic.h | 151 * An 8-byte struct you could use to access int64 without having 152 * int64 support 173 dbus_int64_t i64; /**< as int64 */ 174 dbus_uint64_t u64; /**< as int64 */
|
/external/chromium/chrome/browser/ |
bug_report_util.cc | 76 const int64 kInitialRetryDelay = 900000; // 15 minutes 77 const int64 kRetryDelayIncreaseFactor = 2; 78 const int64 kRetryDelayLimit = 14400000; // 4 hours 88 int64 previous_delay) : profile_(profile), 105 int64 previous_delay_; 191 int64 delay) { 201 int64 previous_delay) {
|