Home
last modified time | relevance | path

Searched defs:Invoke (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/remoting/base/
Ddispatch_win.h119 HRESULT Invoke(IDispatch* object, in Invoke() function
164 HRESULT Invoke(IDispatch* object, in Invoke() function
217 HRESULT Invoke(IDispatch* object, in Invoke() function
275 HRESULT Invoke(IDispatch* object, in Invoke() function
338 HRESULT Invoke(IDispatch* object, in Invoke() function
406 HRESULT Invoke(IDispatch* object, in Invoke() function
480 HRESULT Invoke(IDispatch* object, in Invoke() function
559 HRESULT Invoke(IDispatch* object, in Invoke() function
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dproxy.h66 void Invoke(C* c, M m) { r_ = (c->*m)(); } in Invoke() function
68 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); } in Invoke() function
70 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); } in Invoke() function
72 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); } in Invoke() function
84 void Invoke(C* c, M m) { (c->*m)(); } in Invoke() function
86 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); } in Invoke() function
88 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2); } in Invoke() function
90 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { (c->*m)(a1, a2, a3); } in Invoke() function
/external/chromium_org/tools/cr/cr/actions/
Dgdb.py20 def Invoke(self, targets, arguments): member in GdbDebugger
Ddebugger.py44 def Invoke(self, targets, arguments): member in Debugger
Drunner.py50 def Invoke(self, targets, arguments): member in Runner
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dcallback_tracker_unittest.cc38 TEST(CallbackTrackerTest, Invoke) { in TEST() argument
/external/chromium_org/tools/gn/
Dtemplate.cc27 Value Template::Invoke(Scope* scope, in Invoke() function in Template
/external/chromium_org/base/strings/
Dstring_number_conversions.cc143 static bool Invoke(char c) { in Invoke() function in base::__anon35c183d00111::WhitespaceHelper
150 static bool Invoke(char16 c) { in Invoke() function in base::__anon35c183d00111::WhitespaceHelper
174 static bool Invoke(const_iterator begin, in Invoke() function in base::__anon35c183d00111::IteratorRangeToNumber
211 static bool Invoke(const_iterator begin, const_iterator end, in Invoke() function in base::__anon35c183d00111::IteratorRangeToNumber::Base
/external/chromium_org/win8/metro_driver/
Dmetro_dialog_box.cc137 HRESULT STDMETHODCALLTYPE MetroDialogBox::Invoke( in Invoke() function in MetroDialogBox
/external/chromium_org/base/win/
Dscoped_variant_unittest.cc56 STDMETHOD(Invoke)(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*, in STDMETHOD() argument
/external/chromium_org/third_party/webrtc/base/
Dthread.h167 ReturnT Invoke(const FunctorT& functor) { in Invoke() function
Dthread_unittest.cc260 TEST(ThreadTest, DISABLED_ON_MAC(Invoke)) { in TEST()
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dsrpc_client.cc161 bool SrpcClient::Invoke(const std::string& method_name, SrpcParams* params) { in Invoke() function in plugin::SrpcClient
/external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
Dcall_on_main_thread.h166 void Invoke(int32_t err) { in Invoke() function
/external/chromium_org/content/browser/android/java/
Dgin_java_method_invocation_helper.cc122 void GinJavaMethodInvocationHelper::Invoke() { in Invoke() function in content::GinJavaMethodInvocationHelper
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp166 InvokeInliningInfo &Invoke) { in HandleCallsInBlockInlinedThroughInvoke()
225 InvokeInliningInfo Invoke(II); in HandleInlinedInvoke() local
DCodeExtractor.cpp570 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(outputs[out])) { in emitCallAndSwitchStatement() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp221 if (const InvokeInst *Invoke = dyn_cast<InvokeInst>(BB->getTerminator())) in set() local
/external/llvm/unittests/IR/
DInstructionsTest.cpp94 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args)); in TEST_F() local
/external/chromium_org/v8/src/
Dexecution.cc37 MUST_USE_RESULT static MaybeHandle<Object> Invoke( in Invoke() function
/external/chromium_org/android_webview/native/
Dcookie_manager.cc71 void Invoke(bool result) { in Invoke() function in android_webview::__anon3012c8680111::BoolCookieCallbackHolder
/external/clang/lib/Sema/
DSemaLambda.cpp1305 CXXMethodDecl *Invoke in addFunctionPointerConversion() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml149 | Invoke Constructor
Dllvm.mli205 | Invoke Constructor
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2220 TEST(MemorySanitizer, Invoke) { in TEST() argument
3986 TEST(MemorySanitizerOrigins, Invoke) { in TEST() argument