Searched defs:CallFunction (Results 1 - 6 of 6) 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/chrome/browser/extensions/api/power/
H A Dpower_api_unittest.cc29 // Args commonly passed to PowerSaveBlockerStubManager::CallFunction().
160 bool CallFunction(FunctionType type, function in class:extensions::PowerApiTest
187 ASSERT_TRUE(CallFunction(REQUEST, kDisplayArgs, extension_.get()));
190 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension_.get()));
194 ASSERT_TRUE(CallFunction(REQUEST, kSystemArgs, extension_.get()));
197 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension_.get()));
206 ASSERT_TRUE(CallFunction(REQUEST, kDisplayArgs, extension_.get()));
218 ASSERT_TRUE(CallFunction(RELEASE, kEmptyArgs, extension_.get()));
227 ASSERT_TRUE(CallFunction(REQUEST, kSystemArgs, extension_.get()));
231 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.cc180 Status WebViewImpl::CallFunction(const std::string& frame, function in class:WebViewImpl
259 status = CallFunction(
506 Status status = CallFunction(
529 Status status = CallFunction(frame, kQueryResult, no_args, &query_value);
/external/chromium_org/extensions/renderer/
H A Dscript_context.cc73 v8::Local<v8::Value> ScriptContext::CallFunction( function in class:extensions::ScriptContext
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp74 void CallFunction(linker_function_t func, const char* func_type) { function in namespace:crazy::__anon10758
388 CallFunction(init_func_, "DT_INIT");
390 CallFunction(init_array_[n], "DT_INIT_ARRAY");
395 CallFunction(fini_array_[n - 1], "DT_FINI_ARRAY");
397 CallFunction(fini_func_, "DT_FINI");

Completed in 3001 milliseconds