Searched refs:GetNextId (Results 26 - 49 of 49) sorted by relevance

12

/external/chromium_org/content/browser/download/
H A Dsave_file_manager.h95 int GetNextId();
H A Dsave_file_resource_handler.cc50 save_id_ = save_manager_->GetNextId();
H A Ddownload_manager_impl.cc261 void DownloadManagerImpl::GetNextId(const DownloadIdCallback& callback) { function in class:content::DownloadManagerImpl
264 delegate_->GetNextId(callback);
373 GetNextId(got_id);
488 GetNextId(base::Bind(
H A Dsave_file_manager.cc61 int SaveFileManager::GetNextId() { function in class:content::SaveFileManager
382 info->save_id = GetNextId();
H A Ddownload_manager_impl.h138 void GetNextId(const DownloadIdCallback& callback);
H A Ddownload_manager_impl_unittest.cc187 MOCK_METHOD1(GetNextId, void(const DownloadIdCallback&));
595 EXPECT_CALL(GetMockDownloadManagerDelegate(), GetNextId(_))
/external/chromium_org/remoting/signaling/
H A Dxmpp_signal_strategy.h71 virtual std::string GetNextId() OVERRIDE;
H A Dfake_signal_strategy.cc107 std::string FakeSignalStrategy::GetNextId() { function in class:remoting::FakeSignalStrategy
H A Diq_sender.cc46 std::string id = signal_strategy_->GetNextId();
H A Diq_sender_unittest.cc63 EXPECT_CALL(signal_strategy_, GetNextId())
H A Dxmpp_signal_strategy.cc160 std::string XmppSignalStrategy::GetNextId() { function in class:remoting::XmppSignalStrategy
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.cc75 unsigned CompositorSoftwareOutputDevice::GetNextId() { function in class:content::CompositorSoftwareOutputDevice
88 return new Buffer(GetNextId(), shared_bitmap.Pass());
/external/chromium_org/v8/src/
H A Dast.h191 int GetNextId() { return ReserveIdRange(1); } function in class:v8::internal::AstNode::IdGen
387 id_(id_gen->GetNextId()),
388 test_id_(id_gen->GetNextId()) {}
434 entry_id_(id_gen->GetNextId()),
435 exit_id_(id_gen->GetNextId()) {
476 decls_id_(id_gen->GetNextId()),
746 osr_entry_id_(id_gen->GetNextId()) {}
780 continue_id_(id_gen->GetNextId()),
781 back_edge_id_(id_gen->GetNextId()) {}
818 body_id_(id_gen->GetNextId()) {}
[all...]
H A Dast.cc108 assignment_id_(id_gen->GetNextId()),
1000 compare_id_(id_gen->GetNextId()),
1001 entry_id_(id_gen->GetNextId()) {}
/external/chromium_org/extensions/renderer/resources/
H A Dweb_request_internal_custom_bindings.js17 return eventName + "/" + idGeneratorNatives.GetNextId();
H A Dweb_view.js112 this.viewInstanceId = IdGenerator.GetNextId();
859 this.setAttribute('id', 'browser-plugin-' + IdGenerator.GetNextId());
/external/chromium_org/remoting/host/
H A Dregister_support_host_request_unittest.cc90 EXPECT_CALL(signal_strategy_, GetNextId())
/external/chromium_org/sync/tools/testserver/
H A Dxmppserver.py182 def GetNextId(self): member in class:IdGenerator
289 next_id = self._id_generator.GetNextId()
H A Dxmppserver_test.py93 self.assertEqual('foo.%d' % i, id_generator.GetNextId())
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.h63 // Callbacks passed to GetNextId() will not be called until the returned
69 virtual void GetNextId(const content::DownloadIdCallback& callback) OVERRIDE;
H A Dchrome_download_manager_delegate.cc216 void ChromeDownloadManagerDelegate::GetNextId( function in class:ChromeDownloadManagerDelegate
221 profile_->GetOriginalProfile())->GetDelegate()->GetNextId(callback);
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dextension_options.js26 this.viewInstanceId = IdGenerator.GetNextId();
/external/chromium_org/content/shell/browser/
H A Dshell_download_manager_delegate.cc110 void ShellDownloadManagerDelegate::GetNextId( function in class:content::ShellDownloadManagerDelegate
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc356 base::Bind(&DnsTransactionTest::GetNextId, base::Unretained(this)),
462 int GetNextId(int min, int max) { function in class:net::__anon9203::DnsTransactionTest

Completed in 419 milliseconds

12