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

/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/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 Dpepper_signal_strategy.cc69 std::string PepperSignalStrategy::GetNextId() { function in class:remoting::PepperSignalStrategy
/external/chromium_org/remoting/jingle_glue/
H A Dfake_signal_strategy.cc89 std::string FakeSignalStrategy::GetNextId() { function in class:remoting::FakeSignalStrategy
H A Dxmpp_signal_strategy.cc155 std::string XmppSignalStrategy::GetNextId() { function in class:remoting::XmppSignalStrategy
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.cc70 unsigned CompositorSoftwareOutputDevice::GetNextId() { function in class:content::CompositorSoftwareOutputDevice
86 return new Buffer(GetNextId(), mem.Pass());
/external/chromium_org/content/shell/
H A Dshell_download_manager_delegate.cc102 void ShellDownloadManagerDelegate::GetNextId( function in class:content::ShellDownloadManagerDelegate
/external/chromium/chrome/browser/download/
H A Ddownload_file_manager.cc152 int DownloadFileManager::GetNextId() { function in class:DownloadFileManager
H A Dsave_file_manager.cc67 int SaveFileManager::GetNextId() { function in class:SaveFileManager
383 info->save_id = GetNextId();
/external/chromium/net/tools/testserver/
H A Dxmppserver.py183 def GetNextId(self): member in class:IdGenerator
284 next_id = self._id_generator.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()
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.cc191 void ChromeDownloadManagerDelegate::GetNextId( function in class:ChromeDownloadManagerDelegate
196 profile_->GetOriginalProfile())->GetDelegate()->GetNextId(callback);
/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.cc263 void DownloadManagerImpl::GetNextId(const DownloadIdCallback& callback) { function in class:content::DownloadManagerImpl
266 delegate_->GetNextId(callback);
375 GetNextId(got_id);
489 GetNextId(base::Bind(
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc352 base::Bind(&DnsTransactionTest::GetNextId, base::Unretained(this)),
458 int GetNextId(int min, int max) { function in class:net::__anon8685::DnsTransactionTest
/external/v8/src/
H A Dast.h231 static int GetNextId(Isolate* isolate) { function in class:v8::internal::AstNode
362 : id_(GetNextId(isolate)),
363 test_id_(GetNextId(isolate)) {}
399 entry_id_(GetNextId(isolate)),
400 exit_id_(GetNextId(isolate)) {
697 osr_entry_id_(GetNextId(isolate)) {
739 continue_id_(GetNextId(isolate)),
740 back_edge_id_(GetNextId(isolate)) {
780 body_id_(GetNextId(isolate)) {
835 continue_id_(GetNextId(isolat
[all...]
/external/chromium_org/v8/src/
H A Dast.h232 static int GetNextId(Isolate* isolate) { function in class:v8::internal::AstNode
393 id_(GetNextId(isolate)),
394 test_id_(GetNextId(isolate)) {}
436 entry_id_(GetNextId(isolate)),
437 exit_id_(GetNextId(isolate)) {
733 osr_entry_id_(GetNextId(isolate)) {
773 continue_id_(GetNextId(isolate)),
774 back_edge_id_(GetNextId(isolate)) {
813 body_id_(GetNextId(isolate)) {
867 continue_id_(GetNextId(isolat
[all...]

Completed in 304 milliseconds