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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/events/test/
platform_event_waiter.h 17 static PlatformEventWaiter* Create(const base::Closure& success_callback,
21 PlatformEventWaiter(const base::Closure& success_callback,
29 base::Closure success_callback_;
  /external/openfst/src/include/fst/script/
closure.h 22 #include <fst/closure.h>
30 void Closure(ClosureArgs *args) {
33 Closure(fst, args->arg2);
36 void Closure(MutableFstClass *ofst, ClosureType closure_type);
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_capture_observer.h 17 const base::Closure& stop_callback,
screen_share_observer.h 17 const base::Closure& stop_callback,
  /external/chromium_org/base/
barrier_closure_unittest.cc 16 base::Closure doneClosure(base::Bind(&Increment, base::Unretained(&count)));
18 base::Closure barrierClosure = base::BarrierClosure(0, doneClosure);
24 base::Closure doneClosure(base::Bind(&Increment, base::Unretained(&count)));
26 base::Closure barrierClosure = base::BarrierClosure(2, doneClosure);
task_runner.h 23 // Closure objects). The TaskRunner interface provides a way of
67 const Closure& task);
75 const Closure& task,
92 // to use WeakPtr<> in the |reply| Closure so that the reply
128 const Closure& task,
129 const Closure& reply);
  /external/chromium_org/chrome/browser/google/
google_brand_chromeos.h 26 void InitBrand(const base::Closure& callback);
  /external/chromium_org/chrome/browser/supervised_user/
permission_request_creator.h 17 const base::Closure& callback) = 0;
  /external/chromium_org/google_apis/gcm/engine/
heartbeat_manager.h 30 void Start(const base::Closure& send_heartbeat_callback,
31 const base::Closure& trigger_reconnect_callback);
72 base::Closure send_heartbeat_callback_;
73 base::Closure trigger_reconnect_callback_;
  /external/chromium_org/remoting/base/
auto_thread_task_runner.h 25 const base::Closure& stop_task);
30 const base::Closure& task,
34 const base::Closure& task,
42 base::Closure stop_task_;
  /external/openfst/src/script/
closure.cc 19 #include <fst/script/closure.h>
24 void Closure(MutableFstClass *fst, ClosureType closure_type) {
27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args);
30 REGISTER_FST_OPERATION(Closure, StdArc, ClosureArgs);
31 REGISTER_FST_OPERATION(Closure, LogArc, ClosureArgs);
32 REGISTER_FST_OPERATION(Closure, Log64Arc, ClosureArgs);
  /external/chromium_org/athena/env/public/
athena_env.h 38 virtual void AddTerminatingCallback(const base::Closure& closure) = 0;
39 virtual void RemoveTerminatingCallback(const base::Closure& closure) = 0;
  /external/chromium_org/base/test/
null_task_runner.cc 15 const base::Closure& task,
22 const base::Closure& task,
null_task_runner.h 19 const base::Closure& task,
23 const base::Closure& task,
  /external/chromium_org/cc/base/
unique_notifier.h 20 // Configure this notifier to issue the |closure| notification when scheduled.
22 const base::Closure& closure);
37 base::Closure closure_;
  /external/chromium_org/chrome/browser/chromeos/
camera_detector.h 30 static void StartPresenceCheck(const base::Closure& check_done);
34 static void OnPresenceCheckDone(const base::Closure& callback, bool present);
  /external/chromium_org/chrome/browser/download/
download_completion_blocker.h 23 void set_callback(const base::Closure& callback) {
36 base::Closure callback_;
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_load_observer.h 16 explicit DictionaryLoadObserver(const base::Closure& quit_task);
25 base::Closure quit_task_;
  /external/chromium_org/chrome/renderer/prerender/
prerender_media_load_deferrer.h 17 // Will run |closure| to continue loading the media resource once the page is
20 const base::Closure& closure);
30 base::Closure continue_loading_cb_;
  /external/chromium_org/chrome/test/base/
history_index_restore_observer.h 15 // provided Closure is invoked.
19 explicit HistoryIndexRestoreObserver(const base::Closure& task);
28 base::Closure task_;
testing_io_thread_state.h 28 void Initialize(const base::Closure& done);
29 void Shutdown(const base::Closure& done);
  /external/chromium_org/components/feedback/
feedback_uploader_delegate.h 23 const base::Closure& success_callback,
32 base::Closure success_callback_;
  /external/chromium_org/components/gcm_driver/
gcm_delayed_task_controller.h 21 void AddTask(const base::Closure& task);
35 std::vector<base::Closure> delayed_tasks_;
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.cc 18 const base::Closure& callback,
22 const base::Closure& callback,
  /external/chromium_org/sync/internal_api/public/test/
sync_manager_factory_for_profile_sync_test.h 18 SyncManagerFactoryForProfileSyncTest(base::Closure init_callback);
23 base::Closure init_callback_;

Completed in 797 milliseconds

12 3 4 5 6 7 8 91011>>