HomeSort by relevance Sort by last modified time
    Searched full:int64 (Results 351 - 375 of 779) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 133 int64 ms_until_start =
134 static_cast<int64>((base::Time::FromDoubleT(
136 int64 ms_until_end =
137 static_cast<int64>((base::Time::FromDoubleT(
web_resource_service.h 50 void PostNotification(int64 delay_ms);
  /external/chromium/net/base/
cookie_monster_store_test.h 137 typedef std::map<int64, CookieMonster::CanonicalCookie>
  /external/chromium/net/disk_cache/
disk_cache.h 238 virtual int ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
247 virtual int WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
259 virtual int GetAvailableRange(int64 offset, int len, int64* start,
disk_cache_test_base.cc 164 int64 offset, net::IOBuffer* buf,
172 int64 offset,
  /external/chromium/net/http/
http_response_headers.h 228 int64 GetContentLength() const;
237 bool GetContentRange(int64* first_byte_position,
238 int64* last_byte_position,
239 int64* instance_length) const;
  /external/chromium/net/tools/flip_server/
spdy_interface.cc 402 void SpdySM::SendDataFrame(uint32 stream_id, const char* data, int64 len,
505 void SpdySM::SendDataFrameImpl(uint32 stream_id, const char* data, int64 len,
524 int64 size = std::min(len, static_cast<int64>(kSpdySegmentSize));
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 477 bool UnixFilesystem::GetDiskFreeSpace(const Pathname& path, int64 *freebytes) {
498 *freebytes = static_cast<int64>(vfs.f_bsize) * vfs.f_bavail;
500 *freebytes = static_cast<int64>(vfs.f_frsize) * vfs.f_bavail;
502 *freebytes = static_cast<int64>(fs.f_bsize) * fs.f_bavail;
  /external/chromium/webkit/glue/
ftp_directory_listing_response_delegate.cc 87 int64 size = entry.size;
resource_loader_bridge.h 142 int64 content_length;
146 int64 encoded_data_length;
149 int64 appcache_id;
361 virtual void SetUploadIdentifier(int64 identifier) = 0;
webfileutilities_impl.cc 53 reinterpret_cast<int64*>(&result));
  /external/dbus/dbus/
dbus-types.h 117 * int64 unconditionally.
  /external/dbus/tools/
dbus-send.1 46 <type> ::= string | int16 | uint 16 | int32 | uint32 | int64 | uint64 | double | byte | boolean | objpath
  /external/protobuf/editors/
proto.vim 63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
  /external/webkit/Source/WebCore/storage/
IDBDatabaseBackendImpl.h 87 int64 m_id;
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 201 typedef signed long long int64; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 201 typedef signed long long int64; typedef
  /external/chromium/chrome/browser/download/
download_manager.cc 524 void DownloadManager::UpdateDownload(int32 download_id, int64 size) {
538 int64 size,
555 int64 size,
735 int64 size,
802 void DownloadManager::RemoveDownload(int64 download_handle) {
    [all...]
  /external/chromium/app/sql/
statement.h 105 bool BindInt64(int col, int64 val);
128 int64 ColumnInt64(int col) const;
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 68 int64 max_node_id = 0;
119 int64 max_id)
  /external/chromium/chrome/browser/history/
history_types.h 40 typedef int64 StarID; // Unique identifier for star entries.
41 typedef int64 UIStarID; // Identifier for star entries that come from the UI.
42 typedef int64 DownloadID; // Identifier for a download.
43 typedef int64 FaviconID; // For favicons.
44 typedef int64 SegmentID; // URL segments for the most visited view.
45 typedef int64 IconMappingID; // For page url and icon mapping.
49 typedef int64 URLID;
179 typedef int64 VisitID;
  /external/chromium/chrome/browser/net/
referrer.cc 86 int64 least_useful_lifetime = 0; // Duration in milliseconds.
90 int64 lifetime = (kNow - it->second.birth_time()).InMilliseconds();
  /external/chromium/chrome/browser/ui/login/
login_prompt_uitest.cc 227 int64 last_navigation_time;
267 int64 last_navigation_time;
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h 54 typedef ui::TreeNodeWithValue<int64> EditorNode;
177 EditorNode* FindNodeWithID(BookmarkEditorView::EditorNode* node, int64 id);
  /external/chromium/chrome/browser/webdata/
logins_table.cc 222 std::numeric_limits<int64>::max() :
236 std::numeric_limits<int64>::max() :

Completed in 355 milliseconds

<<11121314151617181920>>