Home
last modified time | relevance | path

Searched defs:GetFrame (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/libcef/renderer/
Ddom_document_impl.h41 blink::WebLocalFrame* GetFrame() { return frame_; } in GetFrame() function
Dbrowser_impl.cc179 CefRefPtr<CefFrame> CefBrowserImpl::GetFrame(int64 identifier) { in GetFrame() function in CefBrowserImpl
185 CefRefPtr<CefFrame> CefBrowserImpl::GetFrame(const CefString& name) { in GetFrame() function in CefBrowserImpl
Dv8_impl.cc976 CefRefPtr<CefFrame> CefV8ContextImpl::GetFrame() { in GetFrame() function in CefV8ContextImpl
2500 CefRefPtr<CefV8StackFrame> CefV8StackTraceImpl::GetFrame(int index) { in GetFrame() function in CefV8StackTraceImpl
/third_party/cef/libcef_dll/ctocpp/
Dv8stack_trace_ctocpp.cc69 CefRefPtr<CefV8StackFrame> CefV8StackTraceCToCpp::GetFrame(int index) { in GetFrame() function in CefV8StackTraceCToCpp
Dbrowser_ctocpp.cc257 CefRefPtr<CefFrame> CefBrowserCToCpp::GetFrame(int64 identifier) { in GetFrame() function in CefBrowserCToCpp
274 CefRefPtr<CefFrame> CefBrowserCToCpp::GetFrame(const CefString& name) { in GetFrame() function in CefBrowserCToCpp
Dv8context_ctocpp.cc102 NO_SANITIZE("cfi-icall") CefRefPtr<CefFrame> CefV8ContextCToCpp::GetFrame() { in GetFrame() function in CefV8ContextCToCpp
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/include/flutter/
Dflutter_window.h61 WindowFrame GetFrame() { in GetFrame() function
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/include/flutter/
Dflutter_window.h61 WindowFrame GetFrame() { in GetFrame() function
/third_party/cef/libcef/browser/chrome/
Dchrome_context_menu_handler.cc157 CefRefPtr<CefFrame> GetFrame() const { in GetFrame() function in context_menu::__anon74c66c9f0111::CefContextMenuObserver
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc630 CefRefPtr<CefFrame> CefBrowserHostBase::GetFrame(int64 identifier) { in GetFrame() function in CefBrowserHostBase
647 CefRefPtr<CefFrame> CefBrowserHostBase::GetFrame(const CefString& name) { in GetFrame() function in CefBrowserHostBase
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpmux.c858 static int GetFrame(const WebPMux* mux, const Config* config) { in GetFrame() function
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpmux.c868 static int GetFrame(const WebPMux* mux, const Config* config) { in GetFrame() function
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c804 static const Frame* GetFrame(const WebPDemuxer* const dmux, int frame_num) { in GetFrame() function
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/
Ddemux.c793 static const Frame* GetFrame(const WebPDemuxer* const dmux, int frame_num) { in GetFrame() function
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c341 static EncodedFrame* GetFrame(const WebPAnimEncoder* const enc, in GetFrame() function
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c338 static EncodedFrame* GetFrame(const WebPAnimEncoder* const enc, in GetFrame() function
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3drmobj.h3884 STDMETHOD(GetFrame)(THIS_ IDirect3DRMFrame3 **frame) PURE; in DECLARE_INTERFACE_() local