HomeSort by relevance Sort by last modified time
    Searched refs:Invoke (Results 176 - 200 of 299) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/media/filters/
video_frame_stream_unittest.cc 18 using ::testing::Invoke;
59 .WillRepeatedly(Invoke(this, &VideoFrameStreamTest::Decrypt));
  /external/chromium_org/remoting/protocol/
jingle_session_unittest.cc 33 using testing::Invoke;
189 WithArg<0>(Invoke(this, &JingleSessionTest::SetHostSession)),
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher_unittest.cc 23 using ::testing::Invoke;
cryptohome_op_unittest.cc 21 using ::testing::Invoke;
owner_manager_unittest.cc 24 using ::testing::Invoke;
ownership_service_unittest.cc 25 using ::testing::Invoke;
  /external/chromium/chrome/browser/prefs/
pref_notifier_impl_unittest.cc 18 using testing::Invoke;
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 20 using ::testing::Invoke;
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 37 testing::Invoke(this,
  /external/chromium/webkit/glue/
cpp_variant.cc 250 bool CppVariant::Invoke(const std::string& method, const CppVariant* args,
257 bool status = WebBindings::invoke(NULL, np_object, method_name, args, arg_count, &r);
  /external/chromium/webkit/glue/media/
simple_data_source_unittest.cc 22 using ::testing::Invoke;
  /external/chromium_org/base/prefs/
pref_notifier_impl_unittest.cc 19 using testing::Invoke;
  /external/chromium_org/chrome_frame/test/
ie_event_sink.h 209 STDMETHOD(Invoke)(DISPID dispid,
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_service_unittest.cc 21 using testing::Invoke;
  /external/chromium_org/gpu/command_buffer/service/
gpu_scheduler_unittest.cc 20 using testing::Invoke;
  /external/chromium_org/gpu/command_buffer/tests/
gl_gpu_memory_buffer_unittests.cc 26 using testing::Invoke;
  /external/chromium_org/media/audio/
audio_output_device_unittest.cc 24 using testing::Invoke;
  /external/chromium_org/remoting/host/plugin/
host_script_object.h 40 bool Invoke(const std::string& method_name,
  /external/chromium_org/v8/src/
execution.cc 70 static Handle<Object> Invoke(bool is_construct,
183 return Invoke(false, func, receiver, argc, argv, pending_exception);
191 return Invoke(true, func, func->GetIsolate()->global_object(), argc, argv,
213 Handle<Object> result = Invoke(false, func, receiver, argc, args,
  /external/chromium_org/webkit/renderer/
cpp_variant.cc 252 bool CppVariant::Invoke(const std::string& method, const CppVariant* args,
260 WebBindings::invoke(NULL, np_object, method_name, args, arg_count, &r);
  /external/llvm/include/llvm/Support/
CallSite.h 1 //===-- llvm/Support/CallSite.h - Abstract Call & Invoke instrs -*- C++ -*-===//
11 // wants to treat Call and Invoke instructions in a generic way. When in non-
56 /// will create an appropriate call site for a Call or Invoke instruction, but
64 else if (II->getOpcode() == Instruction::Invoke)
86 assert(getInstruction() && "Not a call or invoke instruction!");
100 assert(getInstruction() && "Not a call or invoke instruction!");
117 assert(getInstruction() && "Not a call or invoke instruction!");
125 assert(getInstruction() && "Not a call or invoke instruction!");
138 assert(getInstruction() && "Not a call or invoke instruction!");
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 208 case Instruction::Invoke:
  /external/v8/src/
execution.cc 69 static Handle<Object> Invoke(bool is_construct,
173 return Invoke(false, func, receiver, argc, argv, pending_exception);
181 return Invoke(true, func, Isolate::Current()->global(), argc, argv,
200 Handle<Object> result = Invoke(false, func, receiver, argc, args,
  /external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc 47 using ::testing::Invoke;
169 .WillByDefault(Invoke(
172 .WillByDefault(Invoke(
175 .WillByDefault(Invoke(
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 61 using testing::Invoke;
583 Invoke(&extra_value, &DictionaryValue::DeepCopy));
658 WillOnce(Invoke(this, &SyncManagerTest::SyncNotifierAddObserver));
665 Invoke(this, &SyncManagerTest::SyncNotifierUpdateEnabledTypes));
667 WillOnce(Invoke(this, &SyncManagerTest::SyncNotifierRemoveObserver));
    [all...]

Completed in 1114 milliseconds

1 2 3 4 5 6 78 91011>>