Home
last modified time | relevance | path

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

/external/chromium_org/extensions/renderer/
Did_generator_custom_bindings.cc18 void IdGeneratorCustomBindings::GetNextId( in GetNextId() function in extensions::IdGeneratorCustomBindings
/external/chromium_org/android_webview/browser/
Daw_download_manager_delegate.cc43 void AwDownloadManagerDelegate::GetNextId( in GetNextId() function in android_webview::AwDownloadManagerDelegate
/external/chromium_org/content/public/browser/
Ddownload_manager_delegate.cc11 void DownloadManagerDelegate::GetNextId(const DownloadIdCallback& callback) { in GetNextId() function in content::DownloadManagerDelegate
/external/chromium_org/chromecast/shell/browser/
Dcast_download_manager_delegate.cc19 void CastDownloadManagerDelegate::GetNextId( in GetNextId() function in chromecast::shell::CastDownloadManagerDelegate
/external/chromium_org/remoting/client/plugin/
Ddelegating_signal_strategy.cc69 std::string DelegatingSignalStrategy::GetNextId() { in GetNextId() function in remoting::DelegatingSignalStrategy
/external/chromium_org/remoting/signaling/
Dfake_signal_strategy.cc107 std::string FakeSignalStrategy::GetNextId() { in GetNextId() function in remoting::FakeSignalStrategy
Dxmpp_signal_strategy.cc160 std::string XmppSignalStrategy::GetNextId() { in GetNextId() function in remoting::XmppSignalStrategy
/external/chromium_org/content/shell/browser/
Dshell_download_manager_delegate.cc110 void ShellDownloadManagerDelegate::GetNextId( in GetNextId() function in content::ShellDownloadManagerDelegate
/external/chromium_org/content/renderer/gpu/
Dcompositor_software_output_device.cc75 unsigned CompositorSoftwareOutputDevice::GetNextId() { in GetNextId() function in content::CompositorSoftwareOutputDevice
/external/chromium_org/content/browser/download/
Dsave_file_manager.cc61 int SaveFileManager::GetNextId() { in GetNextId() function in content::SaveFileManager
Ddownload_manager_impl.cc261 void DownloadManagerImpl::GetNextId(const DownloadIdCallback& callback) { in GetNextId() function in content::DownloadManagerImpl
/external/chromium_org/chrome/browser/download/
Dchrome_download_manager_delegate.cc216 void ChromeDownloadManagerDelegate::GetNextId( in GetNextId() function in ChromeDownloadManagerDelegate
/external/chromium_org/sync/tools/testserver/
Dxmppserver.py182 def GetNextId(self): member in IdGenerator
/external/chromium_org/net/dns/
Ddns_transaction_unittest.cc462 int GetNextId(int min, int max) { in GetNextId() function in net::__anon4bc59b490111::DnsTransactionTest
/external/chromium_org/v8/src/
Dast.h191 int GetNextId() { return ReserveIdRange(1); } in GetNextId() function