HomeSort by relevance Sort by last modified time
    Searched refs:BindCallback (Results 1 - 2 of 2) sorted by null

  /external/chromium/webkit/glue/
cpp_bound_class.h 80 void BindCallback(const std::string& name, Callback* callback);
82 // A wrapper for BindCallback, to simplify the common case of binding a
91 BindCallback(name, callback);
cpp_bound_class.cc 256 void CppBoundClass::BindCallback(const std::string& name, Callback* callback) {

Completed in 1034 milliseconds