Searched refs:EventCallback (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/base/synchronization/
H A Dwaitable_event_watcher.h68 typedef Callback<void(WaitableEvent*)> EventCallback; typedef in class:base::WaitableEventWatcher
74 bool StartWatching(WaitableEvent* event, const EventCallback& callback);
91 const EventCallback& callback() const { return callback_; }
109 EventCallback callback_;
H A Dwaitable_event_watcher_win.cc22 const EventCallback& callback) {
40 EventCallback callback = callback_;
H A Dwaitable_event_watcher_posix.cc100 const WaitableEventWatcher::EventCallback& callback,
128 const EventCallback& callback) {
H A Dwaitable_event_watcher_unittest.cc87 WaitableEventWatcher::EventCallback callback =
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_language_list.h61 typedef base::Callback<void(const TranslateEventDetails&)> EventCallback; typedef in class:translate::TranslateLanguageList
68 const EventCallback& callback);
H A Dtranslate_language_list.cc218 TranslateLanguageList::RegisterEventCallback(const EventCallback& callback) {
/external/chromium_org/ipc/
H A Dipc_sync_channel.h170 base::WaitableEventWatcher::EventCallback MakeWaitableEventCallback();
198 base::WaitableEventWatcher::EventCallback shutdown_watcher_callback_;
228 base::WaitableEventWatcher::EventCallback dispatch_watcher_callback_;
H A Dipc_sync_channel.cc403 base::WaitableEventWatcher::EventCallback
535 base::WaitableEventWatcher::EventCallback old_callback;
/external/chromium_org/v8/include/
H A Dv8-debug.h142 typedef void (*EventCallback)(const EventDetails& event_details); typedef in class:v8::Debug
159 static bool SetDebugEventListener(EventCallback that,
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.h106 typedef void (*EventCallback)( void * context ); typedef
110 EventCallback callback;
H A Ddnsextd.c238 mDNSlocal mStatus AddSourceToEventLoop( DaemonInfo * self, TCPSocket *sock, EventCallback callback, void *context )
/external/chromium_org/base/win/
H A Devent_trace_consumer.h93 logfile.EventCallback = &ProcessEventCallback;
109 logfile.EventCallback = &ProcessEventCallback;
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim_unittest.cc97 void EventCallback(scoped_ptr<Event> event);
113 : shim_(base::Bind(&SyncedNotificationsShimTest::EventCallback,
123 void SyncedNotificationsShimTest::EventCallback(scoped_ptr<Event> event) { function in class:__anon3840::SyncedNotificationsShimTest
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h523 typedef void (*EventCallback)(TimeTicks timestamp,
534 // Enable tracing for EventCallback.
536 EventCallback cb);
759 subtle::AtomicWord /* EventCallback */ event_callback_;
H A Dtrace_event_impl.cc1662 EventCallback cb) {
2023 EventCallback event_callback = reinterpret_cast<EventCallback>(
2150 EventCallback event_callback = reinterpret_cast<EventCallback>(
/external/chromium_org/content/browser/
H A Dplugin_service_impl.cc205 base::WaitableEventWatcher::EventCallback callback =
216 base::WaitableEventWatcher::EventCallback callback =
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc530 base::WaitableEventWatcher::EventCallback watcher_callback =
/external/chromium_org/v8/src/
H A Ddebug.cc2754 v8::Debug::EventCallback callback =
2755 FUNCTION_CAST<v8::Debug::EventCallback>(
H A Dapi.cc6891 bool Debug::SetDebugEventListener(EventCallback that, Handle<Value> data) {
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 347 milliseconds