HomeSort by relevance Sort by last modified time
    Searched refs:next_id (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium_org/ash/test/
test_launcher_delegate.cc 42 window_to_id_[window] = model_->next_id();
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.h 64 void SetNextId(uint32 next_id);
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 183 next_id = "%s.%s" % (self._prefix, self._id)
185 return next_id
289 next_id = self._id_generator.GetNextId()
290 stream_data = self._STREAM_DATA % (self._domain, next_id)
  /external/chromium_org/tools/grit/grit/format/
data_pack.py 73 next_id, next_offset = struct.unpack("<HI", data[:kIndexEntrySize])
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_memory_pool.c 99 pool->next_id = 1;
399 new_item->id = pool->next_id++;
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 99 pool->next_id = 1;
399 new_item->id = pool->next_id++;
  /external/chromium_org/net/http/
http_pipelined_connection_impl.cc 433 int next_id = request_order_.front(); local
434 CHECK(ContainsKey(stream_info_map_, next_id));
435 switch (stream_info_map_[next_id].state) {
438 active_read_id_ = next_id;
454 << stream_info_map_[next_id].state;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /external/chromium_org/ash/launcher/
launcher_view_unittest.cc 229 LauncherID id = model_->next_id();
240 LauncherID id = model_->next_id();
251 LauncherID id = model_->next_id();
273 LauncherID id = model_->next_id();
283 LauncherID id = model_->next_id();
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_app_unittest.cc     [all...]
chrome_launcher_controller_per_browser.cc 368 ash::LauncherID id = model_->next_id();
    [all...]
chrome_launcher_controller_per_app.cc     [all...]
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 269 static uint32 next_id = content::DownloadItem::kInvalidId + 1; local
270 callback.Run(next_id++);
download_item_impl_unittest.cc 228 static uint32 next_id = DownloadItem::kInvalidId + 1; local
236 &delegate_, next_id++, *(info_.get()), net::BoundNetLog());
    [all...]
  /external/chromium_org/sync/syncable/
directory.h 115 int64 next_id; member in struct:syncer::syncable::Directory::PersistedKernelInfo
directory.cc 38 : next_id(0) {
175 // Write back the share info to reserve some space in 'next_id'. This will
502 // To avoid duplicates when the process crashes, we record the next_id to be
506 snapshot->kernel_info.next_id -= 65536;
    [all...]
directory_backing_store.cc 246 "next_id = ?, "
249 s1.BindInt64(1, info.next_id);
480 "db_create_version, db_create_time, next_id, cache_guid,"
483 "db_create_time, next_id, cache_guid, notification_state, "
542 "SELECT store_birthday, next_id, cache_guid, bag_of_chips "
548 info->kernel_info.next_id = s.ColumnInt64(1);
855 "db_create_version, db_create_time, next_id, cache_guid) "
857 "db_create_time, next_id, cache_guid FROM share_info"))
    [all...]
  /external/chromium_org/chrome/browser/history/
history_service.cc 796 uint32* next_id = new uint32(content::DownloadItem::kInvalidId); local
801 next_id),
802 base::Bind(&DerefPODType<uint32>, callback, base::Owned(next_id)));
    [all...]
history_backend.h 311 void GetNextDownloadId(uint32* next_id);
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 381 "next_id = ?, "
392 update.bind_int64(1, info.next_id);
585 "SELECT store_birthday, next_id, cache_guid, "
595 info->kernel_info.next_id = query.column_int64(1);
944 "db_create_version, db_create_time, next_id, cache_guid) "
946 "db_create_time, next_id, cache_guid FROM share_info");
    [all...]
syncable.cc 279 : next_id(0) {
615 // To avoid duplicates when the process crashes, we record the next_id to be
619 snapshot->kernel_info.next_id -= 65536;
    [all...]
syncable.h 101 NEXT_ID,
705 int64 next_id; member in struct:syncable::Directory::PersistedKernelInfo
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.cc 722 int64 next_id = sync_node.GetSuccessorId(); local
755 id = next_id;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 705 static int next_id = 1; local
706 int key = next_id++;
    [all...]

Completed in 973 milliseconds

12 3