Home
last modified time | relevance | path

Searched defs:CallJS (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dbase_screen_handler.h117 void CallJS(const std::string& method, const A1& arg1) { in CallJS() function
122 void CallJS(const std::string& method, const A1& arg1, const A2& arg2) { in CallJS() function
128 void CallJS(const std::string& method, in CallJS() function
139 void CallJS(const std::string& method, in CallJS() function
Dbase_screen_handler.cc91 void BaseScreenHandler::CallJS(const std::string& method) { in CallJS() function in chromeos::BaseScreenHandler
/external/chromium_org/v8/src/arm64/
Dsimulator-arm64.cc180 int64_t Simulator::CallJS(byte* entry, in CallJS() function in v8::internal::Simulator