HomeSort by relevance Sort by last modified time
    Searched refs:Callback (Results 126 - 150 of 2890) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/mojo/examples/apptest/
example_service_impl.h 23 virtual void RunCallback(const Callback<void()>& callback) MOJO_OVERRIDE;
  /external/chromium_org/ppapi/thunk/
ppb_flash_message_loop_api.h 22 // |callback| is called when the message loop is signaled to quit but before
24 typedef base::Callback<void (int32_t)> RunFromHostProxyCallback;
26 const RunFromHostProxyCallback& callback) = 0;
  /external/chromium_org/sync/internal_api/public/util/
sync_db_util.h 8 #include "base/callback.h"
20 // Check integrity of sync DB under |sync_dir|. Invoke |callback| with last
26 base::Callback<void(base::Time)> callback);
  /external/chromium_org/sync/test/
callback_counter.h 10 // Helper class to track how many times a callback is triggered.
17 void Callback() { ++times_called_; }
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_metadata_source.h 33 const Callback& downloaded) const OVERRIDE;
42 const Callback& callback);
49 const Callback& callback; member in struct:autofill::ChromeMetadataSource::Request
53 void Download(const std::string& key, const Callback& downloaded);
chrome_storage_impl.h 31 virtual void Get(const std::string& key, const Callback& data_ready)
40 Request(const std::string& key, const Callback& callback);
43 const Callback& callback; member in struct:autofill::ChromeStorageImpl::Request
47 void DoGet(const std::string& key, const Callback& data_ready);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.h 23 public DesktopCapturer::Callback,
24 public MouseCursorMonitor::Callback {
35 virtual void Start(DesktopCapturer::Callback* callback) OVERRIDE;
40 // DesktopCapturer::Callback interface.
44 // MouseCursorMonitor::Callback interface.
52 DesktopCapturer::Callback* callback_;
  /external/chromium_org/ui/gfx/
vsync_provider.h 8 #include "base/callback.h"
18 typedef base::Callback<
23 // between consecutive refreshes. The callback is called as soon as
26 // no data source). We provide the strong guarantee that the callback will
28 virtual void GetVSyncParameters(const UpdateVSyncCallback& callback) = 0;
  /external/javasqlite/src/main/java/SQLite/
Vm.java 23 * The result row is passed to the given callback interface.<BR><BR>
42 * @param cb the object implementing the callback methods.
47 public native boolean step(Callback cb) throws SQLite.Exception;
  /external/lldb/scripts/Python/interface/
SBInputReader.i 16 typedef size_t (*Callback) (void *baton,
30 Callback callback,
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
InvocationHandler.java 22 * This callback type is primarily for use by the {@link Proxy} class but
28 extends Callback
MethodInterceptor.java 19 * General-purpose {@link Enhancer} callback which provides for "around advice".
24 extends Callback
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
CallbackHandler.java 18 package org.apache.harmony.javax.security.auth.callback;
24 * {@link Callback}s. A single method {@link #handle(Callback[])} must be
25 * provided that checks the type of the incoming {@code Callback}s and reacts
34 * Handles the actual {@link Callback}. A {@code CallbackHandler} needs to
36 * Callback}s it actually wants to handle and in which way. For example, a
38 * the user for login and password, if it implements these {@code Callback}
41 * {@code Callback}, it needs to throw an
45 * the array of {@code Callback}s that need handling
50 * specific {@code Callback}
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 31 * {@link #lockCanvas} and {@link Callback#surfaceCreated Callback.surfaceCreated()}.
66 * {@link #surfaceDestroyed(SurfaceHolder)}. The Callback is set with
69 public interface Callback {
108 * Additional callbacks that can be received for {@link Callback}.
110 public interface Callback2 extends Callback {
125 * Add a Callback interface for this holder. There can several Callback
128 * @param callback The new Callback interface
    [all...]
  /external/chromium_org/chromeos/dbus/
debug_daemon_client.h 8 #include "base/callback.h"
30 typedef base::Callback<void(bool succeeded)> GetDebugLogsCallback;
32 // Requests to store debug logs into |file| and calls |callback|
38 const GetDebugLogsCallback& callback) = 0;
42 typedef base::Callback<void(bool succeeded)> SetDebugModeCallback;
45 // |callback| when completed. |subsystem| should be one of the
48 const SetDebugModeCallback& callback) = 0;
51 typedef base::Callback<void(bool succeeded,
55 const GetRoutesCallback& callback) = 0;
58 typedef base::Callback<void(bool succeeded, const std::string& status)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java 15 private HashMap<IBinder, Callback> callbacks = new HashMap<IBinder, Callback>();
20 private final class Callback implements IBinder.DeathRecipient {
21 final E callback; field in class:ShadowRemoteCallbackList.Callback
24 Callback(E callback, Object cookie) {
25 this.callback = callback;
31 callbacks.remove(callback.asBinder());
33 onCallbackDied(callback, cookie)
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
tmpCallbackHandler.java 26 import javax.security.auth.callback.Callback;
27 import javax.security.auth.callback.CallbackHandler;
28 import javax.security.auth.callback.UnsupportedCallbackException;
35 public void handle(Callback[] callback) throws IOException,
37 if (callback == null) {
38 throw new UnsupportedCallbackException(null, "callback is null");
40 if (callback.length == 0) {
41 throw new UnsupportedCallbackException(null, "callback is empty")
    [all...]
  /external/chromium_org/chrome/browser/printing/
pdf_to_emf_converter.h 8 #include "base/callback.h"
23 typedef base::Callback<void(int page_count)> StartCallback;
24 typedef base::Callback<void(int page_number,
40 // Calls |get_page_callback| after conversion. |emf| of callback in not NULL
  /external/chromium_org/chrome/browser/ui/views/link_disambiguation/
link_disambiguation_popup.h 22 // generates a new Gesture event which is sent back to the provided |callback|.
32 // offset within |target_rect|, and then call the |callback| with the
37 const base::Callback<void(ui::GestureEvent*)>& gesture_cb,
38 const base::Callback<void(ui::MouseEvent*)>& mouse_cb);
  /external/chromium_org/components/metrics/
metrics_log_uploader.h 11 #include "base/callback.h"
21 // with the given |mime_type|. The |on_upload_complete| callback will be
25 const base::Callback<void(int)>& on_upload_complete);
37 const base::Callback<void(int)> on_upload_complete_;
  /external/chromium_org/content/public/browser/
service_worker_context.h 23 typedef base::Callback<void(bool success)> ResultCallback;
25 typedef base::Callback<void(const std::vector<ServiceWorkerUsageInfo>&
30 // of relative to some current origin. |callback| is passed true when the JS
41 const ResultCallback& callback) = 0;
45 // some current origin. |callback| is passed true when the JS promise is
52 const ResultCallback& callback) = 0;
62 virtual void GetAllOriginsInfo(const GetUsageInfoCallback& callback) = 0;
  /external/chromium_org/media/base/
data_source.h 8 #include "base/callback.h"
16 typedef base::Callback<void(int64, int64)> StatusCallback;
17 typedef base::Callback<void(int)> ReadCB;
text_track.h 10 #include "base/callback.h"
28 typedef base::Callback<void
31 typedef base::Callback<void
  /external/chromium_org/media/midi/
usb_midi_device_factory_android.h 13 #include "base/callback.h"
29 Callback callback) OVERRIDE;
41 Callback callback_;
  /external/chromium_org/mojo/services/network/
cookie_store_impl.h 22 const Callback<void(String)>& callback) OVERRIDE;
24 const Callback<void(bool)>& callback) OVERRIDE;

Completed in 1274 milliseconds

1 2 3 4 56 7 8 91011>>