Home
last modified time | relevance | path

Searched defs:View (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/libcef/browser/views/
Dlayout_util.h14 class View; variable
Dview_adapter.h16 class View; variable
/third_party/typescript/tests/baselines/reference/
DspecializedInheritedConstructors1.js6 class View<TModel> { class
37 function View(options) { class in View
/third_party/typescript/tests/cases/compiler/
DspecializedInheritedConstructors1.ts5 class View<TModel> { class
DexcessPropertyChecksWithNestedIntersections.ts49 export type View<T> = { [K in keyof T]: T[K] extends object ? boolean | View<T[K]> : boolean }; alias
/third_party/skia/third_party/externals/tint/src/
Dblock_allocator.h116 explicit View(BlockAllocator const* allocator) : allocator_(allocator) {} in View() function
/third_party/boost/libs/gil/test/legacy/
Dperformance.cpp64 using View = RGB_VIEW(T); typedef
82 using View = RGB_VIEW(T1); typedef
101 using View = RGB_PLANAR_VIEW(T1); typedef
121 using View = RGB_PLANAR_VIEW(T1); typedef
161 using View = RGB_VIEW(T); typedef
180 using View = RGB_PLANAR_VIEW(T1); typedef
Dimage.cpp196 using View = typename Img::view_t; in basic_test() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamReader.h245 BinaryStreamRef View; in readArray() local
/third_party/flutter/engine/flutter/runtime/
Druntime_controller.h22 class View; variable
/third_party/mingw-w64/mingw-w64-headers/include/
Dmmcobj.h130 typedef struct View View; typedef
500 #define _AppEvents_OnNewView(This,View) (This)->lpVtbl->OnNewView(This,View) argument
501 #define _AppEvents_OnViewClose(This,View) (This)->lpVtbl->OnViewClose(This,View) argument
502 #define _AppEvents_OnViewChange(This,View,NewOwnerNode) (This)->lpVtbl->OnViewChange(This,View,NewO… argument
503 #define _AppEvents_OnSelectionChange(This,View,NewNodes) (This)->lpVtbl->OnSelectionChange(This,Vie… argument
506 #define _AppEvents_OnListUpdated(This,View) (This)->lpVtbl->OnListUpdated(This,View) argument
895 #define Document_get_ActiveView(This,View) (This)->lpVtbl->get_ActiveView(This,View) argument
1360 #define Views_Item(This,Index,View) (This)->lpVtbl->Item(This,Index,View) argument
1380 struct View : public IDispatch { struct
1479 struct View { struct
[all …]
Dwininet.h860 GOPHER_VIEW_ATTRIBUTE_TYPE View; member
Dadoctint.h88 typedef interface ADOView View; typedef
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dread.hpp360 void read_palette_image( const View& /* dst_view */ in read_palette_image()
/third_party/boost/libs/endian/test/
Dendian_test.cpp115 union View in detect_order() union