Searched refs:CallFunction (Results 1 - 25 of 40) sorted by relevance

12

/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/extensions/renderer/
H A Duser_gestures_native_handler.cc40 context()->CallFunction(v8::Handle<v8::Function>::Cast(args[0]), 0, &no_args);
49 context()->CallFunction(v8::Handle<v8::Function>::Cast(args[0]), 0, &no_args);
H A Drender_view_observer_natives.cc41 context_->CallFunction(callback_.NewHandle(isolate), 1, args);
H A Dutils_native_handler.cc79 result = context()->CallFunction(func, arraysize(func_args), func_args);
H A Dv8_context_native_handler.cc67 context()->CallFunction(
H A Dscript_context.cc117 v8::Local<v8::Value> ScriptContext::CallFunction( function in class:extensions::ScriptContext
267 return CallFunction(function, argc, argv);
H A Dscript_context.h95 v8::Local<v8::Value> CallFunction(v8::Handle<v8::Function> function,
/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/test/chromedriver/
H A Delement_commands.cc71 status = web_view->CallFunction(
88 return web_view->CallFunction(
282 return web_view->CallFunction(
349 return web_view->CallFunction(
364 return web_view->CallFunction(
379 return web_view->CallFunction(
394 return web_view->CallFunction(
409 return web_view->CallFunction(
424 return web_view->CallFunction(
439 return web_view->CallFunction(
[all...]
H A Dwindow_commands.cc49 Status status = web_view->CallFunction(
134 Status status = web_view->CallFunction(
269 return web_view->CallFunction(session->GetCurrentFrameId(),
337 status = web_view->CallFunction(
354 status = web_view->CallFunction(
384 return web_view->CallFunction(std::string(), kGetTitleScript, args, value);
397 return web_view->CallFunction(
657 return web_view->CallFunction(
697 return web_view->CallFunction(
715 return web_view->CallFunction(
[all...]
H A Delement_util.cc89 return web_view->CallFunction(
138 Status status = web_view->CallFunction(
169 Status status = web_view->CallFunction(
253 Status status = web_view->CallFunction(
293 return web_view->CallFunction(
379 status = web_view->CallFunction(
439 Status status = web_view->CallFunction(
458 Status status = web_view->CallFunction(
551 Status status = web_view->CallFunction(
629 status = web_view->CallFunction(
[all...]
H A Dcommands_unittest.cc295 virtual Status CallFunction(const std::string& frame,
507 virtual Status CallFunction(const std::string& frame,
/external/chromium_org/v8/src/
H A Dcode-factory.h56 static Callable CallFunction(Isolate* isolate, int argc,
H A Dcode-factory.cc85 Callable CodeFactory::CallFunction(Isolate* isolate, int argc, function in class:v8::internal::CodeFactory
H A Ddisassembler.cc237 case CodeStub::CallFunction: {
H A Dinterface-descriptors.h30 V(CallFunction) \
/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");
/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 Dstub_web_view.h30 virtual Status CallFunction(const std::string& frame,
H A Dweb_view.h67 virtual Status CallFunction(const std::string& frame,
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);
H A Dweb_view_impl.h57 virtual Status CallFunction(const std::string& frame,
/external/chromium_org/v8/src/compiler/
H A Draw-machine-assembler.cc87 Callable callable = CodeFactory::CallFunction(isolate(), 0, flags);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-intrinsics.cc205 TEST(CallFunction) {
/external/chromium_org/chrome/renderer/extensions/
H A Dcast_streaming_native_handler.cc288 context()->CallFunction(create_callback_.NewHandle(isolate),
572 context()->CallFunction(it->second->NewHandle(isolate), 1, callback_args);
590 context()->CallFunction(it->second->NewHandle(isolate), 1, callback_args);

Completed in 1772 milliseconds

12