Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Ddom_document_impl.h41 blink::WebLocalFrame* GetFrame() { return frame_; } in GetFrame() function
Dbrowser_impl.cc183 CefRefPtr<CefFrame> CefBrowserImpl::GetFrame(int64 identifier) { in GetFrame() function in CefBrowserImpl
189 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.cc273 CefRefPtr<CefFrame> CefBrowserCToCpp::GetFrame(int64 identifier) { in GetFrame() function in CefBrowserCToCpp
290 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/node/deps/v8/src/debug/
Ddebug-scopes.h129 inline JavaScriptFrame* GetFrame() const { in GetFrame() function
/third_party/cef/libcef/browser/chrome/
Dchrome_context_menu_handler.cc160 CefRefPtr<CefFrame> GetFrame() const { in GetFrame() function in context_menu::__anond6e26d3b0111::CefContextMenuObserver
/third_party/mesa3d/include/android_stub/backtrace/
DBacktrace.h165 const backtrace_frame_data_t* GetFrame(size_t frame_num) { in GetFrame() function
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc614 CefRefPtr<CefFrame> CefBrowserHostBase::GetFrame(int64 identifier) { in GetFrame() function in CefBrowserHostBase
632 CefRefPtr<CefFrame> CefBrowserHostBase::GetFrame(const CefString& name) { in GetFrame() function in CefBrowserHostBase
/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/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp803 GetFrame (ID3D11Texture2D ** texture, UINT * move_count, UINT * dirty_count, in GetFrame() function in D3D11DesktopDupObject
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c338 static EncodedFrame* GetFrame(const WebPAnimEncoder* const enc, in GetFrame() function
/third_party/node/deps/v8/src/api/
Dapi.cc3152 Local<StackFrame> StackTrace::GetFrame(Isolate* v8_isolate, in GetFrame() function in v8::StackTrace