Searched defs:CallFunction (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp63 #define CallFunction(f) ((f != 0) ? f() : 0) macro
76 (void)CallFunction(fun2);
/external/chromium_org/v8/src/
H A Dcode-factory.cc85 Callable CodeFactory::CallFunction(Isolate* isolate, int argc, function in class:v8::internal::CodeFactory
/external/chromium_org/extensions/browser/api/power/
H A Dpower_api_unittest.cc25 // Args commonly passed to PowerSaveBlockerStubManager::CallFunction().
153 bool CallFunction(FunctionType type, function in class:extensions::PowerApiTest
179 ASSERT_TRUE(CallFunction(REQUEST, kDisplayArgs, extension()));
182 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension()));
186 ASSERT_TRUE(CallFunction(REQUEST, kSystemArgs, extension()));
189 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension()));
198 ASSERT_TRUE(CallFunction(REQUEST, kDisplayArgs, extension()));
210 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension()));
219 ASSERT_TRUE(CallFunction(REQUEST, kSystemArgs, extension()));
223 ASSERT_TRUE(CallFunction(REQUES
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstub_web_view.cc45 Status StubWebView::CallFunction(const std::string& frame, function in class:StubWebView
H A Dweb_view_impl.cc182 Status WebViewImpl::CallFunction(const std::string& frame, function in class:WebViewImpl
261 status = CallFunction(
508 Status status = CallFunction(
531 Status status = CallFunction(frame, kQueryResult, no_args, &query_value);
/external/chromium_org/extensions/renderer/
H A Dscript_context.cc117 v8::Local<v8::Value> ScriptContext::CallFunction( function in class:extensions::ScriptContext
267 return CallFunction(function, argc, argv);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp86 void CallFunction(linker_function_t func, const char* func_type) { function in namespace:crazy::__anon11494
497 CallFunction(init_func_, "DT_INIT");
499 CallFunction(init_array_[n], "DT_INIT_ARRAY");
504 CallFunction(fini_array_[n - 1], "DT_FINI_ARRAY");
506 CallFunction(fini_func_, "DT_FINI");

Completed in 5166 milliseconds