Searched refs:override (Results 1 – 25 of 7090) sorted by relevance
12345678910>>...284
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 23 PdbSymbolIdField RecurseIdFields) const override; 28 findChildren(PDB_SymType Type) const override; 31 PDB_NameSearchFlags Flags) const override; 35 uint32_t Section, uint32_t Offset) const override; 38 uint64_t VA) const override; 41 uint32_t RVA) const override; 44 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const override; 46 findInlineFramesByRVA(uint32_t RVA) const override; 48 findInlineFramesByVA(uint64_t VA) const override; 50 std::unique_ptr<IPDBEnumLineNumbers> findInlineeLines() const override; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeRawSymbol.h | 30 PdbSymbolIdField RecurseIdFields) const override; 33 findChildren(PDB_SymType Type) const override; 36 PDB_NameSearchFlags Flags) const override; 40 uint32_t Section, uint32_t Offset) const override; 43 uint64_t VA) const override; 46 uint32_t RVA) const override; 49 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const override; 51 findInlineFramesByRVA(uint32_t RVA) const override; 53 findInlineFramesByVA(uint64_t VA) const override; 55 std::unique_ptr<IPDBEnumLineNumbers> findInlineeLines() const override; [all …]
|
/third_party/cef/libcef/browser/views/ |
D | window_impl.h | 37 void Show() override; 38 void Hide() override; 39 void CenterWindow(const CefSize& size) override; 40 void Close() override; 41 bool IsClosed() override; 42 void Activate() override; 43 void Deactivate() override; 44 bool IsActive() override; 45 void BringToTop() override; 46 void SetAlwaysOnTop(bool on_top) override; [all …]
|
D | textfield_impl.h | 26 void SetPasswordInput(bool password_input) override; 27 bool IsPasswordInput() override; 28 void SetReadOnly(bool read_only) override; 29 bool IsReadOnly() override; 30 CefString GetText() override; 31 void SetText(const CefString& text) override; 32 void AppendText(const CefString& text) override; 33 void InsertOrReplaceText(const CefString& text) override; 34 bool HasSelection() override; 35 CefString GetSelectedText() override; [all …]
|
D | browser_platform_delegate_views.h | 25 bool owned) override; 26 void WebContentsDestroyed(content::WebContents* web_contents) override; 27 void BrowserCreated(CefBrowserHostBase* browser) override; 28 void NotifyBrowserCreated() override; 29 void NotifyBrowserDestroyed() override; 30 void BrowserDestroyed(CefBrowserHostBase* browser) override; 31 bool CreateHostWindow() override; 32 void CloseHostWindow() override; 33 CefWindowHandle GetHostWindowHandle() const override; 34 views::Widget* GetWindowWidget() const override; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetStreamer.h | 210 void emitDirectiveSetMicroMips() override; 211 void emitDirectiveSetNoMicroMips() override; 212 void emitDirectiveSetMips16() override; 213 void emitDirectiveSetNoMips16() override; 215 void emitDirectiveSetReorder() override; 216 void emitDirectiveSetNoReorder() override; 217 void emitDirectiveSetMacro() override; 218 void emitDirectiveSetNoMacro() override; 219 void emitDirectiveSetMsa() override; 220 void emitDirectiveSetNoMsa() override; [all …]
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | generated_material_localizations.dart | 47 @override 50 @override 53 @override 56 @override 59 @override 62 @override 65 @override 68 @override 71 @override 74 @override [all …]
|
D | generated_cupertino_localizations.dart | 51 @override 54 @override 57 @override 60 @override 63 @override 66 @override 69 @override 72 @override 75 @override 78 @override [all …]
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | core_codegen.h | 35 const grpc_completion_queue_attributes* attributes) override; 39 void* reserved) override; 41 void* reserved) override; 43 void* reserved) override; 44 void grpc_completion_queue_shutdown(grpc_completion_queue* cq) override; 45 void grpc_completion_queue_destroy(grpc_completion_queue* cq) override; 48 void* reserved) override; 50 void* gpr_malloc(size_t size) override; 51 void gpr_free(void* p) override; 53 void grpc_init() override; [all …]
|
/third_party/cef/libcef/browser/ |
D | simple_menu_model_impl.h | 39 ~CefSimpleMenuModelImpl() override; 45 bool IsSubMenu() override; 46 bool Clear() override; 47 int GetCount() override; 48 bool AddSeparator() override; 49 bool AddItem(int command_id, const CefString& label) override; 50 bool AddCheckItem(int command_id, const CefString& label) override; 53 int group_id) override; 55 const CefString& label) override; 56 bool InsertSeparatorAt(int index) override; [all …]
|
D | menu_model_impl.h | 61 ~CefMenuModelImpl() override; 64 bool IsSubMenu() override; 65 bool Clear() override; 66 int GetCount() override; 67 bool AddSeparator() override; 68 bool AddItem(int command_id, const CefString& label) override; 69 bool AddCheckItem(int command_id, const CefString& label) override; 72 int group_id) override; 74 const CefString& label) override; 75 bool InsertSeparatorAt(int index) override; [all …]
|
D | xml_reader_impl.h | 19 ~CefXmlReaderImpl() override; 26 bool MoveToNextNode() override; 27 bool Close() override; 28 bool HasError() override; 29 CefString GetError() override; 30 NodeType GetType() override; 31 int GetDepth() override; 32 CefString GetLocalName() override; 33 CefString GetPrefix() override; 34 CefString GetQualifiedName() override; [all …]
|
/third_party/cef/libcef/browser/alloy/ |
D | chrome_browser_process_alloy.h | 35 ~ChromeBrowserProcessAlloy() override; 42 void EndSession() override; 43 void FlushLocalStateAndReply(base::OnceClosure reply) override; 45 override; 46 metrics::MetricsService* metrics_service() override; 47 SystemNetworkContextManager* system_network_context_manager() override; 48 network::NetworkQualityTracker* network_quality_tracker() override; 49 WatchDogThread* watchdog_thread() override; 50 ProfileManager* profile_manager() override; 51 PrefService* local_state() override; [all …]
|
D | alloy_browser_host_impl.h | 60 ~AlloyBrowserHostImpl() override; 84 void CloseBrowser(bool force_close) override; 85 bool TryCloseBrowser() override; 86 void SetFocus(bool focus) override; 87 CefWindowHandle GetWindowHandle() override; 88 CefWindowHandle GetOpenerWindowHandle() override; 89 double GetZoomLevel() override; 90 void SetZoomLevel(double zoomLevel) override; 96 CefRefPtr<CefRunFileDialogCallback> callback) override; 97 void Print() override; [all …]
|
D | alloy_browser_context.h | 43 content::BrowserContext* AsBrowserContext() override { return this; } in AsBrowserContext() 44 Profile* AsProfile() override { return this; } in AsProfile() 45 bool IsInitialized() const override; 46 void StoreOrTriggerInitCallback(base::OnceClosure callback) override; 47 void Initialize() override; 48 void Shutdown() override; 49 void RemoveCefRequestContext(CefRequestContextImpl* context) override; 53 CefRefPtr<CefRequestContext> loader_context) override; 54 bool GetExtensions(std::vector<CefString>& extension_ids) override; 55 CefRefPtr<CefExtension> GetExtension(const CefString& extension_id) override; [all …]
|
D | chrome_profile_alloy.h | 19 ~ChromeProfileAlloy() override; 23 bool IsOffTheRecord() override; 24 bool IsOffTheRecord() const override; 25 const OTRProfileID& GetOTRProfileID() const override; 26 variations::VariationsClient* GetVariationsClient() override; 27 scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() override; 28 std::string GetProfileUserName() const override; 30 bool create_if_needed) override; 31 std::vector<Profile*> GetAllOffTheRecordProfiles() override; 32 void DestroyOffTheRecordProfile(Profile* otr_profile) override; [all …]
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 55 ~ChromeBrowserHostImpl() override; 58 void OnWebContentsDestroyed(content::WebContents* web_contents) override; 61 void OnSetFocus(cef_focus_source_t source) override; 64 void CloseBrowser(bool force_close) override; 65 bool TryCloseBrowser() override; 66 void SetFocus(bool focus) override; 67 CefWindowHandle GetWindowHandle() override; 68 CefWindowHandle GetOpenerWindowHandle() override; 69 double GetZoomLevel() override; 70 void SetZoomLevel(double zoomLevel) override; [all …]
|
/third_party/cef/libcef/common/ |
D | values_impl.h | 38 ~CefValueImpl() override; 58 bool IsValid() override; 59 bool IsOwned() override; 60 bool IsReadOnly() override; 61 bool IsSame(CefRefPtr<CefValue> that) override; 62 bool IsEqual(CefRefPtr<CefValue> that) override; 63 CefRefPtr<CefValue> Copy() override; 64 CefValueType GetType() override; 65 bool GetBool() override; 66 int GetInt() override; [all …]
|
/third_party/skia/include/utils/ |
D | SkNWayCanvas.h | 19 ~SkNWayCanvas() override; 28 void willSave() override; 29 SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override; 30 bool onDoSaveBehind(const SkRect*) override; 31 void willRestore() override; 33 void onMarkCTM(const char*) override; 34 void didConcat44(const SkM44&) override; 35 void didSetM44(const SkM44&) override; 36 void didScale(SkScalar, SkScalar) override; 37 void didTranslate(SkScalar, SkScalar) override; [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Renderbuffer.h | 75 ~RenderbufferTexture2D() override; 77 void addProxyRef(const Renderbuffer *proxy) override; 78 void releaseProxy(const Renderbuffer *proxy) override; 80 egl::Image *getRenderTarget() override; 81 egl::Image *createSharedImage() override; 82 bool isShared() const override; 84 GLsizei getWidth() const override; 85 GLsizei getHeight() const override; 86 GLint getLevel() const override { return mLevel; } in getLevel() 87 GLint getFormat() const override; [all …]
|
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 26 content::RenderViewHostDelegateView** delegate_view) override; 28 bool owned) override; 29 void RenderViewCreated(content::RenderViewHost* render_view_host) override; 30 void BrowserCreated(CefBrowserHostBase* browser) override; 31 void NotifyBrowserDestroyed() override; 32 void BrowserDestroyed(CefBrowserHostBase* browser) override; 33 SkColor GetBackgroundColor() const override; 34 void WasResized() override; 35 void SendKeyEvent(const CefKeyEvent& event) override; 39 int clickCount) override; [all …]
|
/third_party/flutter/skia/include/utils/ |
D | SkNWayCanvas.h | 19 ~SkNWayCanvas() override; 28 void willSave() override; 29 SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override; 30 bool onDoSaveBehind(const SkRect*) override; 31 void willRestore() override; 33 void didConcat(const SkMatrix&) override; 34 void didSetMatrix(const SkMatrix&) override; 36 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override; 38 const SkPaint& paint) override; 41 const SkPaint& paint) override; [all …]
|
/third_party/skia/src/core/ |
D | SkRecorder.h | 56 void onFlush() override; 58 void willSave() override; 59 SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override; 60 bool onDoSaveBehind(const SkRect*) override; 61 void willRestore() override {} in willRestore() 62 void didRestore() override; 64 void onMarkCTM(const char*) override; 65 void didConcat44(const SkM44&) override; 66 void didSetM44(const SkM44&) override; 67 void didScale(SkScalar, SkScalar) override; [all …]
|
/third_party/cef/libcef/renderer/ |
D | dom_node_impl.h | 18 ~CefDOMNodeImpl() override; 21 Type GetType() override; 22 bool IsText() override; 23 bool IsElement() override; 24 bool IsEditable() override; 25 bool IsFormControlElement() override; 26 CefString GetFormControlElementType() override; 27 bool IsSame(CefRefPtr<CefDOMNode> that) override; 28 CefString GetName() override; 29 CefString GetValue() override; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 43 ~TargetLoweringObjectFileELF() override = default; 45 void Initialize(MCContext &Ctx, const TargetMachine &TM) override; 48 void emitModuleMetadata(MCStreamer &Streamer, Module &M) const override; 51 const MCSymbol *Sym) const override; 57 unsigned &Align) const override; 60 const TargetMachine &TM) const override; 63 const TargetMachine &TM) const override; 66 const TargetMachine &TM) const override; 69 const Function &F) const override; 77 MCStreamer &Streamer) const override; [all …]
|
12345678910>>...284