/external/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_unittest.cc | 67 DesktopCaptureOptions::CreateDefault(), in TEST_F() 86 DesktopCaptureOptions options = DesktopCaptureOptions::CreateDefault(); in TEST_F() 106 DesktopCaptureOptions::CreateDefault(), windows[i].id)); in TEST_F() 121 DesktopCaptureOptions::CreateDefault(), in TEST_F()
|
D | desktop_capture_options.cc | 31 DesktopCaptureOptions DesktopCaptureOptions::CreateDefault() { in CreateDefault() function in webrtc::DesktopCaptureOptions 34 result.set_x_display(SharedXDisplay::CreateDefault()); in CreateDefault()
|
D | screen_capturer_unittest.cc | 35 ScreenCapturer::Create(DesktopCaptureOptions::CreateDefault())); in SetUp() 127 DesktopCaptureOptions options(DesktopCaptureOptions::CreateDefault()); in TEST_F()
|
D | window_capturer.cc | 19 return Create(DesktopCaptureOptions::CreateDefault()); in Create()
|
D | screen_capturer.cc | 18 return Create(DesktopCaptureOptions::CreateDefault()); in Create()
|
D | desktop_capture_options.h | 38 static DesktopCaptureOptions CreateDefault();
|
D | window_capturer_unittest.cc | 27 WindowCapturer::Create(DesktopCaptureOptions::CreateDefault())); in SetUp()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 98 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault(const char** pUnused) { in CreateDefault() function in IFX_SystemFontInfo 107 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 123 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault(const char** pUserPaths) { in CreateDefault() function in IFX_SystemFontInfo 144 IFX_SystemFontInfo::CreateDefault(m_pUserFontPaths)); in InitPlatform()
|
/external/libbrillo/brillo/http/ |
D | http_transport.cc | 14 std::shared_ptr<Transport> Transport::CreateDefault() { in CreateDefault() function in brillo::http::Transport
|
D | http_transport.h | 86 static std::shared_ptr<Transport> CreateDefault();
|
D | http_request.cc | 113 transport_ = http::Transport::CreateDefault(); in Request()
|
/external/libweave/src/privet/ |
D | privet_manager.cc | 56 device_ = DeviceDelegate::CreateDefault( in Start() 60 CloudDelegate::CreateDefault(task_runner_, device, component_manager); in Start()
|
D | device_delegate.h | 48 static std::unique_ptr<DeviceDelegate> CreateDefault(
|
D | device_delegate.cc | 59 std::unique_ptr<DeviceDelegate> DeviceDelegate::CreateDefault( in CreateDefault() function in weave::privet::DeviceDelegate
|
D | cloud_delegate.h | 144 static std::unique_ptr<CloudDelegate> CreateDefault(
|
D | cloud_delegate.cc | 366 std::unique_ptr<CloudDelegate> CloudDelegate::CreateDefault( in CreateDefault() function in weave::privet::CloudDelegate
|
/external/v8/test/mjsunit/ |
D | readonly.js | 40 function CreateDefault() { class 61 var bases = [CreateFromLiteral, CreateFromObject, CreateDefault];
|
/external/chromium-libpac/src/ |
D | proxy_resolver_js_bindings.h | 52 static ProxyResolverJSBindings* CreateDefault();
|
D | proxy_resolver_js_bindings.cc | 111 ProxyResolverJSBindings* ProxyResolverJSBindings::CreateDefault() { in CreateDefault() function in net::ProxyResolverJSBindings
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | shared_x_display.h | 49 static rtc::scoped_refptr<SharedXDisplay> CreateDefault();
|
D | shared_x_display.cc | 42 rtc::scoped_refptr<SharedXDisplay> SharedXDisplay::CreateDefault() { in CreateDefault() function in webrtc::SharedXDisplay
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 172 IFX_SystemFontInfo* pFontInfo = IFX_SystemFontInfo::CreateDefault(nullptr); in FPDF_GetDefaultSystemFontInfo()
|
/external/skia/include/core/ |
D | SkTypeface.h | 398 static SkTypeface* CreateDefault(int style); // SkLazyPtr requires an int, not a Style.
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_app.cpp | 67 m_pFontMgr = IXFA_FontMgr::CreateDefault(); in Initialize()
|