HomeSort by relevance Sort by last modified time
    Searched refs:InvokeCallback (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/net/disk_cache/blockfile/
in_flight_io.cc 21 controller_->InvokeCallback(this, false);
55 InvokeCallback(it->get(), true);
85 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) {
in_flight_io.h 84 // 9. InFlightIO::InvokeCallback()
109 void InvokeCallback(BackgroundIO* operation, bool cancel_task);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.h 43 void InvokeCallback(const base::ListValue& arg_list) const;
network_config_message_handler.cc 87 InvokeCallback(return_arg_list);
123 InvokeCallback(return_arg_list);
126 void NetworkConfigMessageHandler::InvokeCallback(
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.h 95 static bool InvokeCallback(const ServerControl* service_context,
sharedmem_ipc_server.cc 216 bool SharedMemIPCServer::InvokeCallback(const ServerControl* service_context,
390 InvokeCallback(service_context, buffer, &call_result);
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 98 void InvokeCallback();
159 void InvokeCallback();
369 void HistoryRequestHandler::InvokeCallback() {
375 void DownloadHandler::InvokeCallback() {
424 favicon_handler->history_handler()->InvokeCallback();
431 download_handler->InvokeCallback();
445 favicon_handler->history_handler()->InvokeCallback();
499 history_handler->InvokeCallback();
543 history_handler->InvokeCallback();
571 download_handler->InvokeCallback();
    [all...]
  /external/lldb/include/lldb/Breakpoint/
WatchpointOptions.h 124 bool InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t watch_id);
127 /// Used in InvokeCallback to tell whether it is the right time to run this kind of callback.
BreakpointLocation.h 323 InvokeCallback (StoppointCallbackContext *context);
BreakpointOptions.h 140 bool InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
143 /// Used in InvokeCallback to tell whether it is the right time to run this kind of callback.
Watchpoint.h 165 InvokeCallback (StoppointCallbackContext *context);
Breakpoint.h 576 InvokeCallback (StoppointCallbackContext *context,
  /external/chromium_org/net/ssl/
default_server_bound_cert_store.cc 25 void InvokeCallback(base::Closure callback) const;
31 void DefaultServerBoundCertStore::Task::InvokeCallback(
72 InvokeCallback(base::Bind(callback_, err, server_identifier_,
150 InvokeCallback(callback_);
188 InvokeCallback(callback_);
219 InvokeCallback(base::Bind(callback_, cert_list));
  /external/chromium_org/chrome/browser/chromeos/drive/
file_write_watcher.cc 58 void InvokeCallback(const base::FilePath& path);
166 base::Bind(&FileWriteWatcherImpl::InvokeCallback,
171 void FileWriteWatcher::FileWriteWatcherImpl::InvokeCallback(
  /external/lldb/source/Breakpoint/
BreakpointLocation.cpp 203 BreakpointLocation::InvokeCallback (StoppointCallbackContext *context)
206 return m_options_ap->InvokeCallback (context, m_owner.GetID(), GetID());
208 return m_owner.InvokeCallback (context, GetID());
453 should_stop = InvokeCallback (context);
WatchpointOptions.cpp 126 WatchpointOptions::InvokeCallback (StoppointCallbackContext *context,
Watchpoint.cpp 358 Watchpoint::InvokeCallback (StoppointCallbackContext *context)
360 return m_options.InvokeCallback (context, GetID());
Breakpoint.cpp 321 Breakpoint::InvokeCallback (StoppointCallbackContext *context, break_id_t bp_loc_id)
323 return m_options.InvokeCallback (context, GetID(), bp_loc_id);
BreakpointOptions.cpp 141 BreakpointOptions::InvokeCallback (StoppointCallbackContext *context,
  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 301 void WebstoreStandaloneInstaller::InvokeCallback(const std::string& error) {
307 InvokeCallback(error);
webstore_standalone_installer.h 64 void InvokeCallback(const std::string& error);
  /external/chromium_org/net/cookies/
cookie_monster.cc 361 void InvokeCallback(base::Closure callback);
385 // Therefore, the closure passed to InvokeCallback is a clumsy binding of
394 void CookieMonster::CookieMonsterTask::InvokeCallback(base::Closure callback) {
399 &CookieMonsterTask::InvokeCallback, this, callback));
456 this->InvokeCallback(base::Bind(&SetCookiesCallback::Run,
485 this->InvokeCallback(base::Bind(&GetCookieListCallback::Run,
523 this->InvokeCallback(base::Bind(&GetCookieListCallback::Run,
586 this->InvokeCallback(callback);
763 this->InvokeCallback(base::Bind(&SetCookiesCallback::Run,
799 this->InvokeCallback(base::Bind(&GetCookiesCallback::Run
    [all...]
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.cc 80 InvokeCallback(std::string());
  /external/lldb/source/Target/
StopInfo.cpp 468 callback_says_stop = bp_loc_sp->InvokeCallback (&context);
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.h 63 void InvokeCallback(scoped_ptr<InvokeCallbackTask> callback);

Completed in 328 milliseconds

1 2