HomeSort by relevance Sort by last modified time
    Searched refs:Closure (Results 201 - 225 of 2139) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chromeos/login/auth/
extended_authenticator.h 69 const base::Closure& success_callback) = 0;
88 const base::Closure& success_callback) = 0;
98 const base::Closure& success_callback) = 0;
105 const base::Closure& success_callback) = 0;
fake_extended_authenticator.h 31 const base::Closure& success_callback) override;
38 const base::Closure& success_callback) override;
43 const base::Closure& success_callback) override;
46 const base::Closure& success_callback) override;
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client_registration_helper.h 49 const base::Closure& callback);
56 const base::Closure& callback);
62 const base::Closure& callback);
114 base::Closure callback_;
  /external/chromium_org/components/sync_driver/
device_info_data_type_controller.h 19 const base::Closure& error_callback,
local_device_info_provider.h 45 const base::Closure& callback) = 0;
  /external/chromium_org/content/child/
worker_thread_task_runner.h 26 const base::Closure& task,
  /external/chromium_org/content/public/browser/
stream_handle.h 36 virtual void AddCloseListener(const base::Closure& callback) = 0;
  /external/chromium_org/content/renderer/media/
media_stream_renderer_factory.h 28 const base::Closure& error_cb,
  /external/chromium_org/content/test/
test_media_stream_renderer_factory.h 24 const base::Closure& error_cb,
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_service.h 43 typedef base::Closure ErrorCallback;
129 typedef base::Closure ErrorCallback;
202 virtual void Register(const base::Closure& callback,
204 virtual void Unregister(const base::Closure& callback,
bluetooth_socket_win.h 39 const base::Closure& success_callback,
50 const base::Closure& success_callback,
69 void DoConnect(const base::Closure& success_callback,
73 const base::Closure& success_callback,
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_notify_session.h 24 MOCK_METHOD1(Stop, void(const base::Closure&));
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_delegate_mock.h 26 const base::Closure& bind_callback));
  /external/chromium_org/media/cdm/
player_tracker_impl.cc 14 base::Closure new_key_cb,
15 base::Closure cdm_unset_cb)
26 int PlayerTrackerImpl::RegisterPlayer(const base::Closure& new_key_cb,
27 const base::Closure& cdm_unset_cb) {
  /external/chromium_org/net/ssl/
client_cert_store_win.h 25 const base::Closure& callback) OVERRIDE;
  /external/chromium_org/remoting/client/
frame_producer.h 38 virtual void RequestReturnBuffers(const base::Closure& done) = 0;
  /external/chromium_org/remoting/protocol/
host_video_dispatcher.cc 29 const base::Closure& done) {
host_video_dispatcher.h 25 const base::Closure& done) OVERRIDE;
  /external/chromium_org/sandbox/linux/services/
scoped_process.h 15 // fork() a child process that will run a Closure.
16 // After the Closure has run, the child will pause forever. If this object
17 // is detroyed, the child will be destroyed, even if the closure did not
27 explicit ScopedProcess(const base::Closure& child_callback);
  /external/chromium_org/sync/engine/
sync_scheduler.h 33 const base::Closure& ready_task,
34 const base::Closure& retry_task);
44 base::Closure ready_task;
46 base::Closure retry_task;
  /external/chromium_org/sync/internal_api/public/util/
weak_handle.cc 28 const base::Closure& fn) const {
  /external/chromium_org/sync/internal_api/test/
sync_manager_factory_for_profile_sync_test.cc 12 base::Closure init_callback)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserThread.h 48 void postTask(const Closure&);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lundump.h 14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
  /external/chromium_org/tools/cygprofile/
cygprofile.h 136 ThreadLogsManager(const base::Closure& wait_callback,
137 const base::Closure& notify_callback);
151 const base::Closure wait_callback_;
154 const base::Closure notify_callback_;

Completed in 2072 milliseconds

1 2 3 4 5 6 7 891011>>