Searched refs:next_id_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium/base/
H A Did_map.h41 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) {
62 KeyType this_id = next_id_;
65 next_id_++;
209 KeyType next_id_; member in class:IDMap
/external/chromium/chrome/browser/download/
H A Ddownload_file_manager.h160 int next_id_; member in class:DownloadFileManager
H A Dsave_file_manager.h224 int next_id_; member in class:SaveFileManager
H A Ddownload_file_manager.cc51 : next_id_(0),
154 return next_id_++;
H A Dsave_file_manager.cc32 : next_id_(0),
69 return next_id_++;
/external/chromium/chrome/browser/extensions/
H A Dimage_loading_tracker.h97 int next_id_; member in class:ImageLoadingTracker
H A Dimage_loading_tracker.cc123 next_id_(0) {
141 int id = next_id_++;
H A Dextension_menu_manager_unittest.cc37 next_id_(1) {
44 ExtensionMenuItem::Id id(NULL, extension->id(), next_id_++);
64 int next_id_; member in class:ExtensionMenuManagerTest
/external/chromium/net/proxy/
H A Dproxy_script_fetcher_impl.h91 int next_id_; member in class:net::ProxyScriptFetcherImpl
H A Dproxy_script_fetcher_impl.cc78 next_id_(0),
157 cur_request_id_ = ++next_id_;
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl.cc64 next_id_(0),
286 ss << next_id_++; local
H A Dxmppengineimpl.h253 int next_id_; member in class:buzz::XmppEngineImpl
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_model.h427 TemplateURLID next_id_; member in class:TemplateURLModel
H A Dtemplate_url_model.cc104 next_id_(1) {
118 next_id_(1) {
717 // First, add the items that already have id's, so that the next_id_
724 next_id_ = std::max(next_id_, (*i)->id());
1223 template_url->set_id(++next_id_);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dphysicalsocketserver.cc1011 static int next_id_;
1049 do { id_ = ++next_id_; } while (id_ == 0);
1126 int SocketDispatcher::next_id_ = 0;
/external/v8/src/
H A Dprofile-generator.h741 SnapshotObjectId next_id_; member in class:v8::internal::HeapObjectsMap
H A Dprofile-generator.cc1308 next_id_(kFirstAvailableObjectId),
1329 SnapshotObjectId id = next_id_;
1330 next_id_ += kObjectIdStep;

Completed in 273 milliseconds