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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
base_screen_handler.h 154 void AddCallback(const std::string& name, void (T::*method)()) {
162 void AddCallback(const std::string& name, void (T::*method)(A1 arg1)) {
170 void AddCallback(const std::string& name,
179 void AddCallback(const std::string& name,
188 void AddCallback(const std::string& name,
  /external/chromium_org/content/browser/media/
webrtc_identity_store.cc 99 void AddCallback(WebRTCIdentityRequestHandle* handle,
213 request->AddCallback(
  /external/chromium_org/chrome/test/webdriver/
webdriver_dispatch.cc 354 AddCallback("/favicon.ico", &SendNoContentResponse, NULL);
355 AddCallback("/hang", &SimulateHang, NULL);
362 AddCallback(url_base_ + pattern, &Shutdown, shutdown_event);
366 AddCallback(url_base_ + pattern, &SendStatus, NULL);
370 AddCallback(url_base_ + pattern, &SendLog, NULL);
374 AddCallback(url_base_ + pattern, &SendNotImplementedError, NULL);
378 AddCallback("*", &SendForbidden, NULL);
381 void Dispatcher::AddCallback(const std::string& uri_pattern,
  /external/chromium_org/gpu/command_buffer/service/
query_manager.cc 536 void QueryManager::Query::AddCallback(base::Closure callback) {
gles2_cmd_decoder.cc 486 void AddCallback(base::Closure cb) {
    [all...]

Completed in 482 milliseconds