HomeSort by relevance Sort by last modified time
    Searched defs:Paste (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
base_symbol.py 34 def Paste(self, child):
class_definition.py 50 def Paste(self, child):
51 self.suite.Paste(child)
function_definition.py 50 def Paste(self, child):
51 self.suite.Paste(child)
  /external/pdfium/xfa/fxfa/app/
xfa_ffchoicelist.cpp 436 bool CXFA_FFComboBox::Paste(const CFX_WideString& wsPaste) {
xfa_ffwidget.cpp 324 bool CXFA_FFWidget::Paste(const CFX_WideString& wsPaste) {
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 354 bool CFWL_Edit::Paste(const CFX_WideString& wsPaste) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 330 virtual HRESULT WINAPI Paste(VARIANT *pVar,__LONG32 Format) = 0;
392 HRESULT (WINAPI *Paste)(ITextRange *This,VARIANT *pVar,__LONG32 Format);
456 #define ITextRange_Paste(This,pVar,Format) (This)->lpVtbl->Paste(This,pVar,Format)
    [all...]

Completed in 187 milliseconds