/third_party/cef/libcef/browser/views/ |
D | overlay_view_host.cc | 27 : host_(host), view_(view) {} in CefOverlayControllerImpl() 35 return view_ && view_->IsValid(); in IsValid() 39 return that && that->GetContentsView()->IsSame(view_); in IsSame() 42 CefRefPtr<CefView> GetContentsView() override { return view_; } in GetContentsView() 61 view_ = nullptr; in Destroy() 164 CefRefPtr<CefView> view_; member in __anona02de6100111::CefOverlayControllerImpl 198 view_ = widget_->GetContentsView()->AddChildView(std::move(controls_view)); in Init() 225 if (view_->size().IsEmpty()) { in Init() 227 view_->SizeToPreferredSize(); in Init() 231 bounds = gfx::Rect(gfx::Point(), view_->size()); in Init() [all …]
|
D | view_util.cc | 103 if (view_) { in ~UserData() 106 CefViewAdapter::GetFor(view_)->Detach(); in ~UserData() 110 void TakeReference() { view_ = view_ref_; } in TakeReference() 112 void ReleaseReference() { view_ = nullptr; } in ReleaseReference() 121 CefRefPtr<CefView> view_; member in view_util::__anon78dd2d6f0111::UserData
|
D | overlay_view_host.h | 52 views::View* view() const { return view_; } in view() 65 views::View* view_ = nullptr; variable
|
D | window_view.cc | 62 : views::NativeFrameView(widget), widget_(widget), view_(view) {} in NativeFrameViewEx() 92 SkRegion* draggable_region = view_->draggable_region(); in NonClientHitTest() 102 CefWindowView* view_; member in __anone0a9d3e90111::NativeFrameViewEx 118 : widget_(widget), view_(view) {} in CaptionlessFrameView() 155 SkRegion* draggable_region = view_->draggable_region(); in NonClientHitTest() 229 CefWindowView* view_; member in __anone0a9d3e90111::CaptionlessFrameView
|
/third_party/boost/boost/beast/http/ |
D | chunk_encode.hpp | 115 view_type view_; member in boost::beast::http::chunk_header 252 return view_.begin(); in begin() 259 return view_.end(); in end() 296 view_type view_; member in boost::beast::http::chunk_body 443 return view_.begin(); in begin() 450 return view_.end(); in end() 485 view_type view_; member in boost::beast::http::chunk_last 550 return view_.begin(); in begin() 557 return view_.end(); in end()
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | chunk_encode.hpp | 115 view_type view_; member in boost::beast::http::chunk_header 252 return view_.begin(); in begin() 259 return view_.end(); in end() 296 view_type view_; member in boost::beast::http::chunk_body 443 return view_.begin(); in begin() 450 return view_.end(); in end() 485 view_type view_; member in boost::beast::http::chunk_last 550 return view_.begin(); in begin() 557 return view_.end(); in end()
|
/third_party/cef/libcef/browser/osr/ |
D | host_display_client_osr.cc | 48 CefRenderWidgetHostViewOSR* const view_; member in CefLayeredWindowUpdaterOSR 58 : view_(view), receiver_(this, std::move(receiver)) {} in CefLayeredWindowUpdaterOSR() 94 view_->OnPaint(damage_rect, pixel_size_, memory); in Draw() 106 : viz::HostDisplayClient(widget), view_(view) {} in CefHostDisplayClientOSR() 135 std::make_unique<CefLayeredWindowUpdaterOSR>(view_, std::move(receiver)); in CreateLayeredWindowUpdater()
|
D | video_consumer_osr.cc | 32 : view_(view), video_capturer_(view->CreateVideoCapturer()) { in CefVideoConsumerOSR() 40 SizeChanged(view_->SizeInPixels()); in CefVideoConsumerOSR() 140 view_->OnPaint(damage_rect, info->coded_size, pixels); in OnFrameCaptured()
|
D | render_widget_host_view_osr.cc | 82 : view_(view) {} in CefDelegatedFrameHostClient() 89 return view_->GetRootLayer(); in DelegatedFrameHostGetLayer() 94 return view_->IsShowing(); in DelegatedFrameHostIsVisible() 101 if (view_->render_widget_host()->delegate() && in DelegatedFrameHostGetGutterColor() 102 view_->render_widget_host()->delegate()->IsFullscreen()) { in DelegatedFrameHostGetGutterColor() 105 return *view_->GetBackgroundColor(); in DelegatedFrameHostGetGutterColor() 110 view_->render_widget_host()->DidProcessFrame(frame_token, activation_time); in OnFrameTokenChanged() 114 return view_->GetDeviceScaleFactor(); in GetDeviceScaleFactor() 118 return view_->render_widget_host()->CollectSurfaceIdsForEviction(); in CollectSurfaceIdsForEviction() 122 view_->InvalidateLocalSurfaceId(); in InvalidateLocalSurfaceIdOnEviction() [all …]
|
D | host_display_client_osr.h | 44 CefRenderWidgetHostViewOSR* const view_; variable
|
D | video_consumer_osr.h | 36 CefRenderWidgetHostViewOSR* const view_; variable
|
/third_party/boost/boost/beast/http/impl/ |
D | chunk_encode.hpp | 26 : view_( in chunk_header() 39 : view_( in chunk_header() 56 , view_( in chunk_header() 76 , view_( in chunk_header() 92 : view_( in chunk_body() 106 : view_( in chunk_body() 125 , view_( in chunk_body() 144 , view_( in chunk_body() 192 : view_( in chunk_last() 201 : view_( in chunk_last() [all …]
|
D | fields.hpp | 150 boost::optional<view_type> view_; member in boost::beast::http::basic_fields::writer 168 return const_buffers_type(*view_); in get() 177 view_.emplace( in writer() 217 view_.emplace( in writer() 259 view_.emplace( in writer()
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | chunk_encode.hpp | 26 : view_( in chunk_header() 39 : view_( in chunk_header() 56 , view_( in chunk_header() 76 , view_( in chunk_header() 92 : view_( in chunk_body() 106 : view_( in chunk_body() 125 , view_( in chunk_body() 144 , view_( in chunk_body() 192 : view_( in chunk_last() 201 : view_( in chunk_last() [all …]
|
D | fields.hpp | 150 boost::optional<view_type> view_; member in boost::beast::http::basic_fields::writer 168 return const_buffers_type(*view_); in get() 177 view_.emplace( in writer() 217 view_.emplace( in writer() 259 view_.emplace( in writer()
|
/third_party/cef/tests/ceftests/views/ |
D | panel_unittest.cc | 103 changed.view_ = view; in OnChildViewChanged() 114 EXPECT_TRUE(view->IsSame(changed_[callback_index].view_)) in Verify() 127 CefRefPtr<CefView> view_; member 147 view_ = view; in OnParentViewChanged() 160 EXPECT_TRUE(view->IsSame(view_)); in Verify() 167 view_ = nullptr; in Reset() 175 CefRefPtr<CefView> view_; member in __anon77f3d1110211::ChildPanelDelegate 597 view_ = view; in GetPreferredSize() 603 view_ = view; in GetMinimumSize() 609 view_ = view; in GetMaximumSize() [all …]
|
/third_party/cef/patch/patches/ |
D | web_contents_1257_1565.patch | 10 + view_.reset(params.view); 14 + if (!view_) { 19 view_.reset(CreateWebContentsView(this, delegate, 24 CHECK(view_.get()); 41 create_params.context = view_->GetNativeView();
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUTextureView.h | 33 return view_; 41 wgpu::TextureView view_;
|
D | GPUTextureView.cpp | 24 GPUTextureView::GPUTextureView(wgpu::TextureView view) : view_(std::move(view)) { in GPUTextureView()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | accessibility_bridge.h | 161 UIView* view() const { return view_; } in view() 177 UIView* view_; variable
|
D | accessibility_bridge.mm | 566 : view_(view), 584 view_.accessibilityElements = nil; 653 if (!view_.accessibilityElements) { 654 view_.accessibilityElements = @[ [root accessibilityContainer] ]; 677 view_.accessibilityElements = nil;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingValveMutableTests.cpp | 267 explicit WriteInfo (VkBufferView view_) in WriteInfo() 269 , bufferView(view_) in WriteInfo()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 47275 if (!view_) { 47282 - view_ = std::make_unique<WebContentsViewChildFrame>( 47285 - view_.reset(CreateWebContentsView(this, delegate, 47289 + view_ = std::make_unique<WebContentsViewChildFrame>( 47292 + view_.reset(CreateWebContentsView(this, delegate, 47297 CHECK(view_.get());
|