HomeSort by relevance Sort by last modified time
    Searched defs:CallJavascriptFunction (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/webui/
web_ui_impl.cc 145 void WebUIImpl::CallJavascriptFunction(const std::string& function_name) {
151 void WebUIImpl::CallJavascriptFunction(const std::string& function_name,
159 void WebUIImpl::CallJavascriptFunction(
169 void WebUIImpl::CallJavascriptFunction(
180 void WebUIImpl::CallJavascriptFunction(
195 void WebUIImpl::CallJavascriptFunction(
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 134 void CloudPrintDataSenderHelper::CallJavascriptFunction(
136 web_ui_->CallJavascriptFunction(WideToASCII(function_name));
139 void CloudPrintDataSenderHelper::CallJavascriptFunction(
141 web_ui_->CallJavascriptFunction(WideToASCII(function_name), arg);
144 void CloudPrintDataSenderHelper::CallJavascriptFunction(
146 web_ui_->CallJavascriptFunction(WideToASCII(function_name), arg1, arg2);
218 const_cast<CloudPrintDataSenderHelper*>(helper_)->CallJavascriptFunction(
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc 153 void CloudPrintDataSenderHelper::CallJavascriptFunction(
155 web_ui_->CallJavascriptFunction(function_name, arg1, arg2);
216 helper_->CallJavascriptFunction(
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 164 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(
600 web_ui_->CallJavascriptFunction(WideToASCII(function_name), *value);
602 web_ui_->CallJavascriptFunction(WideToASCII(function_name));
617 CallJavascriptFunction(
628 CallJavascriptFunction(
    [all...]

Completed in 309 milliseconds