Searched defs:CallJavascriptFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.cc134 void CloudPrintDataSenderHelper::CallJavascriptFunction( function in class:internal_cloud_print_helpers::CloudPrintDataSenderHelper
136 web_ui_->CallJavascriptFunction(WideToASCII(function_name));
139 void CloudPrintDataSenderHelper::CallJavascriptFunction( function in class:internal_cloud_print_helpers::CloudPrintDataSenderHelper
141 web_ui_->CallJavascriptFunction(WideToASCII(function_name), arg);
144 void CloudPrintDataSenderHelper::CallJavascriptFunction( function in class:internal_cloud_print_helpers::CloudPrintDataSenderHelper
146 web_ui_->CallJavascriptFunction(WideToASCII(function_name), arg1, arg2);
218 const_cast<CloudPrintDataSenderHelper*>(helper_)->CallJavascriptFunction(
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc164 void CallJavascriptFunction(const std::wstring& function_name,
188 // is then passed to IOThreadImpl's CallJavascriptFunction, which sends it
226 // CallJavascriptFunction, its methods are all expected to be called from the IO
227 // thread. OnAddEntry and CallJavascriptFunction can be called from any thread,
316 void CallJavascriptFunction(const std::wstring& function_name, Value* arg);
595 void NetInternalsMessageHandler::CallJavascriptFunction( function in class:__anon2618::NetInternalsMessageHandler
600 web_ui_->CallJavascriptFunction(WideToASCII(function_name), *value);
602 web_ui_->CallJavascriptFunction(WideToASCII(function_name));
617 CallJavascriptFunction(
628 CallJavascriptFunction(
1415 void NetInternalsMessageHandler::IOThreadImpl::CallJavascriptFunction( function in class:__anon2618::NetInternalsMessageHandler::IOThreadImpl
[all...]

Completed in 501 milliseconds