Home
last modified time | relevance | path

Searched refs:ToolbarResource (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/compositor/resources/
H A Dtoolbar_resource.cc12 ToolbarResource* ToolbarResource::From(ui::Resource* resource) { in From()
17 return static_cast<ToolbarResource*>(resource); in From()
20 ToolbarResource::ToolbarResource(gfx::Rect toolbar_rect, in ToolbarResource() function in android::ToolbarResource
28 ToolbarResource::~ToolbarResource() = default;
30 std::unique_ptr<ui::Resource> ToolbarResource::CreateForCopy() { in CreateForCopy()
31 return std::make_unique<ToolbarResource>( in CreateForCopy()
H A Dtoolbar_resource.h12 class ToolbarResource final : public ui::Resource {
14 static ToolbarResource* From(ui::Resource* resource);
16 ToolbarResource(gfx::Rect toolbar_rect,
19 ~ToolbarResource() override;
H A Dresource_factory.cc29 return reinterpret_cast<intptr_t>(new ToolbarResource( in JNI_ResourceFactory_CreateToolbarContainerResource()
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DCommonControls.sml55 datatype ToolbarResource = type
56 ToolbarHandle of HBITMAP | ToolbarResource of HINSTANCE*Resource.RESID
63 bitmaps: ToolbarResource, buttons: TBBUTTON list,
180 datatype ToolbarResource = type
181 ToolbarHandle of HBITMAP | ToolbarResource of HINSTANCE*Resource.RESID
196 bitmaps: ToolbarResource, buttons: TBBUTTON list,
213 …| ToolbarResource(hi, IdAsInt wb) => (hi, Memory.sysWord2VoidStar(SysWord.fromInt wb), Memory.nu…
214 … | ToolbarResource(hi, IdAsString str) => let val s = toCstring str in (hi, s, s) end
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/compositor/layer/
H A Dtoolbar_layer.cc36 ToolbarResource* resource = in PushResource()
37 ToolbarResource::From(resource_manager_->GetResource( in PushResource()
/dports/devel/grpc134/grpc-1.34.1/examples/csharp/HelloworldXamarin/HelloworldXamarin.Android/
H A DMainActivity.cs34 ToolbarResource = Resource.Layout.Toolbar; in OnCreate()
/dports/devel/grpc/grpc-1.42.0/examples/csharp/HelloworldXamarin/HelloworldXamarin.Android/
H A DMainActivity.cs34 ToolbarResource = Resource.Layout.Toolbar; in OnCreate()
/dports/devel/php-ice37/ice-3.7.2/csharp/test/xamarin/controller.Android/
H A DMainActivity.cs67 ToolbarResource = Resource.Layout.Toolbar; in OnCreate()
/dports/devel/ice37/ice-3.7.2/csharp/test/xamarin/controller.Android/
H A DMainActivity.cs67 ToolbarResource = Resource.Layout.Toolbar; in OnCreate()
/dports/devel/py-ice37/ice-3.7.2/csharp/test/xamarin/controller.Android/
H A DMainActivity.cs67 ToolbarResource = Resource.Layout.Toolbar; in OnCreate()