Searched refs:SendCommand (Results 1 – 11 of 11) sorted by relevance
/third_party/cef/libcef/browser/ |
D | frame_host_impl.cc | 95 SendCommand("Undo"); in Undo() 99 SendCommand("Redo"); in Redo() 103 SendCommand("Cut"); in Cut() 107 SendCommand("Copy"); in Copy() 111 SendCommand("Paste"); in Paste() 115 SendCommand("Delete"); in Delete() 119 SendCommand("SelectAll"); in SelectAll() 343 void CefFrameHostImpl::SendCommand(const std::string& command) { in SendCommand() function in CefFrameHostImpl 348 render_frame->SendCommand(command); in SendCommand()
|
D | frame_host_impl.h | 99 void SendCommand(const std::string& command);
|
/third_party/cef/libcef/renderer/ |
D | frame_impl.cc | 78 SendCommand("Undo"); in Undo() 82 SendCommand("Redo"); in Redo() 86 SendCommand("Cut"); in Cut() 90 SendCommand("Copy"); in Copy() 94 SendCommand("Paste"); in Paste() 98 SendCommand("Delete"); in Delete() 102 SendCommand("SelectAll"); in SelectAll() 607 void CefFrameImpl::SendCommand(const std::string& command) { in SendCommand() function in CefFrameImpl
|
D | frame_impl.h | 130 void SendCommand(const std::string& command) override;
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
D | DeckLinkAPIDeckControl.h | 177 …virtual HRESULT SendCommand (/* in */ uint8_t *inBuffer, /* in */ uint32_t inBufferSize, /* out */…
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPIDeckControl.h | 177 …virtual HRESULT SendCommand (/* in */ uint8_t *inBuffer, /* in */ uint32_t inBufferSize, /* out */…
|
/third_party/openmax/api/1.1.2/ |
D | OMX_Component.h | 347 OMX_ERRORTYPE (*SendCommand)( member
|
D | OMX_Core.h | 750 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
|
/third_party/cef/libcef/common/mojom/ |
D | cef.mojom | 59 SendCommand(string command);
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 3103 virtual HRESULT STDMETHODCALLTYPE SendCommand( 3251 HRESULT ( STDMETHODCALLTYPE *SendCommand )( 3422 …( (This)->lpVtbl -> SendCommand(This,inBuffer,inBufferSize,outBuffer,outDataSize,outBufferSize,err… 12692 virtual HRESULT STDMETHODCALLTYPE SendCommand( 12840 HRESULT ( STDMETHODCALLTYPE *SendCommand )( 13011 …( (This)->lpVtbl -> SendCommand(This,inBuffer,inBufferSize,outBuffer,outDataSize,outBufferSize,err…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 1165 SendCommand("Page.captureScreenshot", std::move(params)); 1198 SendCommand("Emulation.clearDeviceMetricsOverride", nullptr);
|