Searched refs:SetCapture (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/lldb/unittests/Utility/ |
D | ReproducerTest.cpp | 59 using Reproducer::SetCapture; 83 TEST(ReproducerTest, SetCapture) { in TEST() argument 92 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)), in TEST() 107 EXPECT_THAT_ERROR(reproducer.SetCapture(llvm::None), Succeeded()); in TEST() 134 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)), in TEST() 143 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)), in TEST() 157 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)), in TEST() 172 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)), in TEST() 199 EXPECT_THAT_ERROR(reproducer.SetCapture(FileSpec(root.str())), Succeeded()); in TEST()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_button.cpp | 23 SetCapture(); in OnLButtonDown()
|
D | cpwl_wnd.cpp | 81 void SetCapture(CPWL_Wnd* pWnd) { in SetCapture() function in CPWL_MsgControl 499 void CPWL_Wnd::SetCapture() { in SetCapture() function in CPWL_Wnd 501 pMsgCtrl->SetCapture(this); in SetCapture()
|
D | cpwl_edit_ctrl.cpp | 257 SetCapture(); in OnLButtonDown()
|
D | cpwl_wnd.h | 192 void SetCapture();
|
D | cpwl_list_box.cpp | 195 SetCapture(); in OnLButtonDown()
|
D | cpwl_combo_box.cpp | 150 SetCapture(); in OnLButtonDown()
|
D | cpwl_edit.cpp | 255 SetCapture(); in OnLButtonDown()
|
D | cpwl_scroll_bar.cpp | 276 SetCapture(); in OnLButtonDown()
|
/external/llvm-project/lldb/source/Utility/ |
D | Reproducer.cpp | 63 return Instance().SetCapture(root); in Initialize() 120 llvm::Error Reproducer::SetCapture(llvm::Optional<FileSpec> root) { in SetCapture() function in Reproducer
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Reproducer.h | 218 llvm::Error SetCapture(llvm::Optional<FileSpec> root);
|
/external/webrtc/media/base/ |
D | fake_media_engine.cc | 623 bool FakeVideoEngine::SetCapture(bool capture) { in SetCapture() function in cricket::FakeVideoEngine
|
D | fake_media_engine.h | 570 bool SetCapture(bool capture);
|