Searched defs:GetNextId (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Did_generator_custom_bindings.cc13 RouteFunction("GetNextId",
14 base::Bind(&IdGeneratorCustomBindings::GetNextId,
18 void IdGeneratorCustomBindings::GetNextId( function in class:extensions::IdGeneratorCustomBindings
/external/chromium_org/android_webview/browser/
H A Daw_download_manager_delegate.cc43 void AwDownloadManagerDelegate::GetNextId( function in class:android_webview::AwDownloadManagerDelegate
/external/chromium_org/chromecast/shell/browser/
H A Dcast_download_manager_delegate.cc19 void CastDownloadManagerDelegate::GetNextId( function in class:chromecast::shell::CastDownloadManagerDelegate
21 // See default behavior of DownloadManagerImpl::GetNextId()
/external/chromium_org/content/public/browser/
H A Ddownload_manager_delegate.cc11 void DownloadManagerDelegate::GetNextId(const DownloadIdCallback& callback) { function in class:content::DownloadManagerDelegate
/external/chromium_org/remoting/client/plugin/
H A Ddelegating_signal_strategy.cc69 std::string DelegatingSignalStrategy::GetNextId() { function in class:remoting::DelegatingSignalStrategy
/external/chromium_org/content/shell/browser/
H A Dshell_download_manager_delegate.cc110 void ShellDownloadManagerDelegate::GetNextId( function in class:content::ShellDownloadManagerDelegate
/external/chromium_org/remoting/signaling/
H A Dfake_signal_strategy.cc107 std::string FakeSignalStrategy::GetNextId() { function in class:remoting::FakeSignalStrategy
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/sync/tools/testserver/
H A Dxmppserver.py182 def GetNextId(self): member in class:IdGenerator
289 next_id = self._id_generator.GetNextId()
/external/chromium_org/content/browser/download/
H A Dsave_file_manager.cc61 int SaveFileManager::GetNextId() { function in class:content::SaveFileManager
382 info->save_id = 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(
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.cc216 void ChromeDownloadManagerDelegate::GetNextId( function in class:ChromeDownloadManagerDelegate
221 profile_->GetOriginalProfile())->GetDelegate()->GetNextId(callback);
/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
/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...]

Completed in 3927 milliseconds