/external/chromium_org/chrome/renderer/extensions/ |
D | id_generator_custom_bindings.cc | 16 RouteFunction("GetNextId", base::Bind(&IdGeneratorCustomBindings::GetNextId, in IdGeneratorCustomBindings() 20 void IdGeneratorCustomBindings::GetNextId( in GetNextId() function in extensions::IdGeneratorCustomBindings
|
D | id_generator_custom_bindings.h | 19 void GetNextId(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/external/chromium_org/remoting/host/ |
D | log_to_server_unittest.cc | 152 EXPECT_CALL(signal_strategy_, GetNextId()); in TEST_F() 180 EXPECT_CALL(signal_strategy_, GetNextId()); in TEST_F() 208 EXPECT_CALL(signal_strategy_, GetNextId()); in TEST_F() 227 EXPECT_CALL(signal_strategy_, GetNextId()); in TEST_F() 230 EXPECT_CALL(signal_strategy_, GetNextId()); in TEST_F() 233 EXPECT_CALL(signal_strategy_, GetNextId()); in TEST_F()
|
D | heartbeat_sender_unittest.cc | 105 EXPECT_CALL(signal_strategy_, GetNextId()) in TEST_F() 127 EXPECT_CALL(signal_strategy_, GetNextId()) in TEST_F() 144 EXPECT_CALL(signal_strategy_, GetNextId()) in TEST_F() 166 EXPECT_CALL(signal_strategy_, GetNextId()) in TEST_F() 181 EXPECT_CALL(signal_strategy_, GetNextId()) in TEST_F()
|
D | host_status_sender_unittest.cc | 74 EXPECT_CALL(signal_strategy_, GetNextId()) in TEST_F() 102 EXPECT_CALL(signal_strategy_, GetNextId()) in TEST_F()
|
/external/v8/src/ |
D | ast.h | 231 static int GetNextId(Isolate* isolate) { in GetNextId() function 362 : id_(GetNextId(isolate)), in Expression() 363 test_id_(GetNextId(isolate)) {} in Expression() 399 entry_id_(GetNextId(isolate)), in BreakableStatement() 400 exit_id_(GetNextId(isolate)) { in BreakableStatement() 697 osr_entry_id_(GetNextId(isolate)) { in IterationStatement() 739 continue_id_(GetNextId(isolate)), in DoWhileStatement() 740 back_edge_id_(GetNextId(isolate)) { in DoWhileStatement() 780 body_id_(GetNextId(isolate)) { in WhileStatement() 835 continue_id_(GetNextId(isolate)), in ForStatement() [all …]
|
/external/chromium_org/v8/src/ |
D | ast.h | 233 static int GetNextId(Isolate* isolate) { in GetNextId() function 387 id_(GetNextId(isolate)), in Expression() 388 test_id_(GetNextId(isolate)) {} in Expression() 434 entry_id_(GetNextId(isolate)), in BreakableStatement() 435 exit_id_(GetNextId(isolate)) { in BreakableStatement() 744 osr_entry_id_(GetNextId(isolate)) { in IterationStatement() 778 continue_id_(GetNextId(isolate)), in DoWhileStatement() 779 back_edge_id_(GetNextId(isolate)) { in DoWhileStatement() 816 body_id_(GetNextId(isolate)) { in WhileStatement() 870 continue_id_(GetNextId(isolate)), in ForStatement() [all …]
|
/external/chromium_org/content/public/browser/ |
D | download_manager_delegate.cc | 11 void DownloadManagerDelegate::GetNextId(const DownloadIdCallback& callback) { in GetNextId() function in content::DownloadManagerDelegate
|
D | download_manager_delegate.h | 64 virtual void GetNextId(const DownloadIdCallback& callback);
|
/external/chromium_org/android_webview/browser/ |
D | aw_download_manager_delegate.h | 28 virtual void GetNextId(const content::DownloadIdCallback& callback) OVERRIDE;
|
D | aw_download_manager_delegate.cc | 43 void AwDownloadManagerDelegate::GetNextId( in GetNextId() function in android_webview::AwDownloadManagerDelegate
|
/external/chromium_org/remoting/jingle_glue/ |
D | mock_objects.h | 25 MOCK_METHOD0(GetNextId, std::string());
|
D | signal_strategy.h | 93 virtual std::string GetNextId() = 0;
|
D | fake_signal_strategy.h | 41 virtual std::string GetNextId() OVERRIDE;
|
D | xmpp_signal_strategy.h | 71 virtual std::string GetNextId() OVERRIDE;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
D | desktop_capture_custom_bindings.js | 31 var id = idGenerator.GetNextId();
|
D | tts_custom_bindings.js | 45 var id = idGenerator.GetNextId();
|
/external/chromium_org/remoting/client/plugin/ |
D | delegating_signal_strategy.h | 37 virtual std::string GetNextId() OVERRIDE;
|
D | delegating_signal_strategy.cc | 69 std::string DelegatingSignalStrategy::GetNextId() { in GetNextId() function in remoting::DelegatingSignalStrategy
|
/external/chromium_org/content/shell/browser/ |
D | shell_download_manager_delegate.h | 31 virtual void GetNextId(const DownloadIdCallback& callback) OVERRIDE;
|
/external/chromium_org/content/renderer/gpu/ |
D | compositor_software_output_device.cc | 70 unsigned CompositorSoftwareOutputDevice::GetNextId() { in GetNextId() function in content::CompositorSoftwareOutputDevice 86 return new Buffer(GetNextId(), mem.Pass()); in CreateBuffer()
|
D | compositor_software_output_device.h | 84 unsigned GetNextId(); in NON_EXPORTED_BASE()
|
/external/chromium/chrome/browser/download/ |
D | download_file_manager.h | 75 int GetNextId();
|
/external/chromium_org/content/browser/download/ |
D | download_manager_impl.cc | 257 void DownloadManagerImpl::GetNextId(const DownloadIdCallback& callback) { in GetNextId() function in content::DownloadManagerImpl 260 delegate_->GetNextId(callback); in GetNextId() 369 GetNextId(got_id); in StartDownload() 484 GetNextId(base::Bind( in CreateSavePackageDownloadItem()
|
/external/chromium/chrome/browser/renderer_host/ |
D | save_file_resource_handler.cc | 43 save_id_ = save_manager_->GetNextId(); in OnResponseStarted()
|