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

12

/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
H A Did_generator_custom_bindings.h20 void GetNextId(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/chromium_org/android_webview/browser/
H A Daw_download_manager_delegate.cc43 void AwDownloadManagerDelegate::GetNextId( function in class:android_webview::AwDownloadManagerDelegate
H A Daw_download_manager_delegate.h28 virtual void GetNextId(const content::DownloadIdCallback& callback) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Ddownload_manager_delegate.cc11 void DownloadManagerDelegate::GetNextId(const DownloadIdCallback& callback) { function in class:content::DownloadManagerDelegate
H A Ddownload_manager_delegate.h64 virtual void GetNextId(const DownloadIdCallback& callback);
/external/chromium_org/remoting/signaling/
H A Dmock_signal_strategy.h25 MOCK_METHOD0(GetNextId, std::string());
H A Dsignal_strategy.h93 virtual std::string GetNextId() = 0;
H A Dlog_to_server_unittest.cc62 EXPECT_CALL(signal_strategy_, GetNextId());
65 EXPECT_CALL(signal_strategy_, GetNextId());
H A Dfake_signal_strategy.h50 virtual std::string GetNextId() OVERRIDE;
/external/chromium_org/chrome/renderer/resources/extensions/
H A Ddesktop_capture_custom_bindings.js31 var id = idGenerator.GetNextId();
H A Dtts_custom_bindings.js45 var id = idGenerator.GetNextId();
H A Dapp_view.js18 this.viewInstanceId = IdGenerator.GetNextId();
H A Dchrome_web_view.js35 var subEventName = opt_eventName + '/' + IdGenerator.GetNextId();
H A Dchrome_web_view_experimental.js25 return eventName + "/" + idGeneratorNatives.GetNextId();
/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()
H A Dcast_download_manager_delegate.h20 virtual void GetNextId(
/external/chromium_org/remoting/client/
H A Dclient_status_logger_unittest.cc91 EXPECT_CALL(signal_strategy_, GetNextId());
116 EXPECT_CALL(signal_strategy_, GetNextId());
138 EXPECT_CALL(signal_strategy_, GetNextId());
/external/chromium_org/remoting/host/
H A Dhost_status_logger_unittest.cc153 EXPECT_CALL(signal_strategy_, GetNextId());
182 EXPECT_CALL(signal_strategy_, GetNextId());
210 EXPECT_CALL(signal_strategy_, GetNextId());
229 EXPECT_CALL(signal_strategy_, GetNextId());
232 EXPECT_CALL(signal_strategy_, GetNextId());
235 EXPECT_CALL(signal_strategy_, GetNextId());
H A Dheartbeat_sender_unittest.cc106 EXPECT_CALL(signal_strategy_, GetNextId())
128 EXPECT_CALL(signal_strategy_, GetNextId())
145 EXPECT_CALL(signal_strategy_, GetNextId())
167 EXPECT_CALL(signal_strategy_, GetNextId())
182 EXPECT_CALL(signal_strategy_, GetNextId())
H A Dhost_status_sender_unittest.cc74 EXPECT_CALL(signal_strategy_, GetNextId())
102 EXPECT_CALL(signal_strategy_, GetNextId())
/external/chromium_org/content/shell/browser/
H A Dshell_download_manager_delegate.h31 virtual void GetNextId(const DownloadIdCallback& callback) OVERRIDE;
/external/chromium_org/remoting/client/plugin/
H A Ddelegating_signal_strategy.cc69 std::string DelegatingSignalStrategy::GetNextId() { function in class:remoting::DelegatingSignalStrategy
H A Ddelegating_signal_strategy.h37 virtual std::string GetNextId() OVERRIDE;
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.h88 unsigned GetNextId();

Completed in 1718 milliseconds

12