/external/chromium_org/media/tools/seek_tester/ |
seek_tester.cc | 30 virtual void SetTotalBytes(int64 total_bytes) OVERRIDE {} 31 virtual void AddBufferedByteRange(int64 start, int64 end) OVERRIDE {}
|
/external/chromium_org/sync/api/ |
sync_data.cc | 49 SyncData::SyncData(int64 id, 82 int64 id, const sync_pb::EntitySpecifics& specifics, 118 int64 SyncData::GetRemoteId() const {
|
/external/chromium_org/sync/engine/ |
backoff_delay_provider.cc | 44 int64 backoff_s = 45 std::max(static_cast<int64>(1), 56 backoff_s = std::max(static_cast<int64>(1),
|
/external/chromium_org/webkit/browser/appcache/ |
mock_appcache_storage.cc | 55 void MockAppCacheStorage::LoadCache(int64 id, Delegate* delegate) { 132 const GURL& entry_url, int64 cache_id) { 154 const GURL& manifest_url, int64 group_id, int64 response_id) { 161 const GURL& manifest_url, int64 group_id) { 166 const GURL& manifest_url, const std::vector<int64>& response_ids) { 171 const GURL& manifest_url, const std::vector<int64>& response_ids) { 174 std::vector<int64>::const_iterator it = response_ids.begin(); 188 int64 id, scoped_refptr<DelegateReference> delegate_ref) { 241 int64 cache_id [all...] |
appcache_service_unittest.cc | 23 const int64 kMockGroupId = 1; 24 const int64 kMockCacheId = 1; 25 const int64 kMockResponseId = 1; 26 const int64 kMissingCacheId = 5; 27 const int64 kMissingResponseId = 5; 35 MockResponseReader(int64 response_id,
|
/external/chromium_org/webkit/browser/fileapi/ |
local_file_stream_writer.h | 33 const base::FilePath& file_path, int64 initial_offset); 57 int64 result); 78 const int64 initial_offset_;
|
sandbox_file_system_backend.h | 55 int64 offset, 60 int64 offset, 81 virtual int64 GetOriginUsageOnFileThread(
|
file_system_operation_impl_unittest.cc | 160 int64 GetFileSize(const std::string& path) { 217 int64 GetDataSizeOnDisk() { 222 void GetUsageAndQuota(int64* usage, int64* quota) { 233 int64 ComputePathCost(const FileSystemURL& url) { 234 int64 base_usage; 245 int64 total_usage; 251 int64 usage; 258 int64 GetUsage() { 259 int64 usage = 0 [all...] |
/external/chromium_org/webkit/common/database/ |
database_connections.h | 47 int64 GetOpenDatabaseSize(const std::string& origin_identifier, 51 int64 size); 59 typedef std::map<base::string16, std::pair<int, int64> > DBConnections;
|
/external/chromium_org/webkit/common/ |
resource_response_info.h | 49 int64 content_length; 53 int64 encoded_data_length; 56 int64 appcache_id;
|
/external/chromium_org/win8/metro_driver/ |
winrt_utils_unittest.cc | 39 static HRESULT CreateProperty<INT64>(INT64 value, 107 TestCompareProperties<INT64>(42, 43);
|
/external/chromium_org/ash/display/ |
resolution_notification_controller_unittest.cc | 50 int64 id = display_manager->GetDisplayAt(i).id(); 108 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 139 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 207 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 260 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 283 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id();
|
/external/chromium_org/base/ |
platform_file_win.cc | 120 int64 SeekPlatformFile(PlatformFile file, 122 int64 offset) { 135 int ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) { 160 int ReadPlatformFileNoBestEffort(PlatformFile file, int64 offset, char* data, 170 int WritePlatformFile(PlatformFile file, int64 offset, 200 bool TruncatePlatformFile(PlatformFile file, int64 length) {
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.cc | 59 int64 id = bookmark_utils::GetIdFromTreeIter(GTK_TREE_MODEL(tree_store), 118 void AddToTreeStore(BookmarkModel* model, int64 selected_id, 158 void AddToTreeStoreAt(const BookmarkNode* node, int64 selected_id, 200 int64 id = GetIdFromTreeIter(tree_model, &tree_root); 220 int64 GetIdFromTreeIter(GtkTreeModel* model, GtkTreeIter* iter) { 222 int64 ret_val = -1;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.h | 40 typedef long long int64; typedef 75 #define DECLARE_int64(name) extern int64 FLAGS_ ## name 129 bool SetFlag(const string &val, int64 *address) const { 225 #define DEFINE_int64(name, value, doc) DEFINE_VAR(int64, name, value, doc) 300 template<> struct hash<int64> { 301 size_t operator()(int64 x) const {
|
/external/chromium/app/sql/ |
meta_table.h | 62 bool SetValue(const char* key, int64 value); 68 bool GetValue(const char* key, int64* value);
|
/external/chromium/base/ |
message_loop_proxy.h | 37 Task* task, int64 delay_ms) = 0; 43 int64 delay_ms) = 0;
|
sys_info.h | 24 static int64 AmountOfPhysicalMemory(); 33 static int64 AmountOfFreeDiskSpace(const FilePath& path);
|
sys_info_posix.cc | 43 int64 SysInfo::AmountOfFreeDiskSpace(const FilePath& path) { 51 return static_cast<int64>(stats.f_bavail) * stats.f_frsize;
|
/external/chromium/base/win/ |
registry_unittest.cc | 56 const int64 kInt64Data = 0xdeadbabedeadbabeLL; 71 int64 int64_value = 0;
|
/external/chromium/chrome/browser/ |
bug_report_util.h | 62 int64 delay); 97 int64 previous_delay);
|
/external/chromium/chrome/browser/diagnostics/ |
recon_diagnostics.cc | 197 int64 max_size; 200 const int64 kOneKilo = 1024; 201 const int64 kOneMeg = 1024 * kOneKilo; 241 int64 dir_or_file_size = 0; 295 int64 disk_space = base::SysInfo::AmountOfFreeDiskSpace(data_dir); 317 JSONTest(const FilePath& path, const string16& name, int64 max_file_size) 328 int64 file_size; 364 int64 max_file_size_;
|
/external/chromium/chrome/browser/extensions/ |
extension_bookmarks_module.cc | 96 const std::string& id_string, int64* id) { 285 int64 id; 299 int64 id; 318 int64 id; 390 std::list<int64>* ids, 395 int64 id; 406 std::list<int64> ids; 420 for (std::list<int64>::iterator it = ids.begin(); it != ids.end(); ++it) { 435 int64 parentId; 497 std::list<int64>* ids [all...] |
/external/chromium/chrome/browser/renderer_host/ |
download_resource_handler.h | 65 void set_content_length(const int64& content_length); 83 int64 content_length_;
|
/external/chromium/chrome/browser/sync/engine/net/ |
syncapi_server_connection_manager.cc | 60 static_cast<int64>(http->GetResponseContentLength()); 62 static_cast<int64>(http->GetResponseContentLength());
|