Searched refs:Callback (Results 1 - 25 of 1315) sorted by relevance

1234567891011>>

/external/chromium_org/base/
H A Dcallback_forward.h11 class Callback;
13 typedef Callback<void(void)> Closure;
H A Dcallback_helpers.h7 // methods to Callback<> itself is unattractive (lots of extra code gets
12 // reads/writes the variable holding the Callback.
22 base::Callback<Sig> ResetAndReturn(base::Callback<Sig>* cb) {
23 base::Callback<Sig> ret(*cb);
/external/chromium_org/net/base/
H A Dcompletion_callback.h15 typedef base::Callback<void(int)> CompletionCallback;
19 typedef base::Callback<void(int64)> Int64CompletionCallback;
H A Drand_callback.h12 typedef base::Callback<int(int, int)> RandIntCallback;
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DCallback.java21 * Defines an empty base interface for all {@code Callback}s used during
24 public interface Callback { interface
H A DUnsupportedCallbackException.java22 * Callback}.
28 private Callback callback;
32 * unsupported {@code Callback}, but no error message.
35 * the {@code Callback}
37 public UnsupportedCallbackException(Callback callback) {
44 * unsupported {@code Callback} and an error message.
47 * the {@code Callback}
51 public UnsupportedCallbackException(Callback callback, String message) {
57 * Returns the unsupported {@code Callback} that triggered this exception.
59 * @return the {@code Callback}
[all...]
/external/chromium_org/chromeos/dbus/
H A Ddbus_method_call_status.h25 typedef base::Callback<void(
29 typedef base::Callback<void(DBusMethodCallStatus call_status,
33 typedef base::Callback<void(
38 typedef base::Callback<void(
43 typedef base::Callback<void(
49 typedef base::Callback<void(const dbus::ObjectPath& result)> ObjectPathCallback;
/external/chromium_org/media/webm/chromeos/
H A Debml_writer.h11 // base::Callback. Must be in the global namespace. See EbmlWriter.h.
16 base::Callback<void(const void* buffer, unsigned long len)> write_cb;
17 base::Callback<void(const void* buffer, int buffer_size, unsigned long len)>
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_print_settings_manager.h19 typedef base::Callback<void(Result)> Callback; typedef in class:content::PepperPrintSettingsManager
25 virtual void GetDefaultPrintSettings(Callback callback) = 0;
39 PepperPrintSettingsManager::Callback callback) OVERRIDE;
/external/chromium/chrome/common/
H A Dworker_thread_ticker.h24 class Callback { class in class:WorkerThreadTicker
30 virtual ~Callback() {}
42 bool RegisterTickHandler(Callback *tick_handler);
46 bool UnregisterTickHandler(Callback *tick_handler);
74 typedef std::vector<Callback*> TickHandlerListType;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_callbacks.h21 typedef base::Callback<void(SyncStatusCode status)>
24 typedef base::Callback<void(SyncStatusCode status,
28 typedef base::Callback<void(SyncStatusCode status,
32 typedef base::Callback<void(SyncStatusCode status,
36 typedef base::Callback<void(SyncStatusCode status,
/external/chromium_org/chrome/browser/google_apis/
H A Ddrive_common_callbacks.h20 // Callback used for getting ResourceList.
21 typedef base::Callback<void(GDataErrorCode error,
25 // Callback used for getting ResourceEntry.
26 typedef base::Callback<void(GDataErrorCode error,
30 // Callback used for getting AboutResource.
31 typedef base::Callback<void(GDataErrorCode error,
35 // Callback used for getting ShareUrl.
36 typedef base::Callback<void(GDataErrorCode error,
39 // Callback used for getting AppList.
40 typedef base::Callback<voi
[all...]
/external/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp25 RefactoringCallback &Callback) {
27 Finder.addMatcher(AMatcher, &Callback);
34 EXPECT_TRUE(tooling::applyAllReplacements(Callback.getReplacements(),
42 ReplaceStmtWithText Callback("id", ";");
43 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
49 ReplaceStmtWithText Callback("id", ";");
50 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
56 ReplaceStmtWithText Callback("id", ";");
57 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
63 ReplaceStmtWithText Callback("i
22 expectRewritten(const std::string &Code, const std::string &Expected, const T &AMatcher, RefactoringCallback &Callback) argument
[all...]
/external/chromium_org/chrome/browser/ui/gtk/importer/
H A Dimport_lock_dialog_gtk.h21 const base::Callback<void(bool)>& callback);
25 const base::Callback<void(bool)>& callback);
34 base::Callback<void(bool)> callback_;
/external/chromium/chrome/browser/chromeos/login/
H A Downership_status_checker.h25 // Callback function type. The status code is guaranteed to be different from
27 typedef Callback1<OwnershipService::Status>::Type Callback; typedef in class:chromeos::OwnershipStatusChecker
29 explicit OwnershipStatusChecker(Callback* callback);
36 explicit Core(Callback* callback);
48 scoped_ptr<Callback> callback_;
/external/chromium_org/chrome/browser/importer/
H A Dimporter_lock_dialog.h17 const base::Callback<void(bool)>& callback);
/external/chromium_org/chrome/browser/
H A Duser_data_dir_extractor_win.h13 typedef base::Callback<base::FilePath()> GetUserDataDirCallback;
H A Didle.h23 typedef base::Callback<void(IdleState)> IdleCallback;
24 typedef base::Callback<void(int)> IdleTimeCallback;
/external/chromium_org/content/renderer/fetchers/
H A Dimage_resource_fetcher.h21 typedef base::Callback<void(ImageResourceFetcher*, const SkBitmap&)> Callback; typedef in class:content::ImageResourceFetcher
29 const Callback& callback);
40 // ResourceFetcher::Callback. Decodes the image and invokes callback_.
44 Callback callback_;
/external/chromium_org/extensions/browser/
H A Dfile_reader.h25 typedef base::Callback<void(bool, const std::string&)> Callback; typedef in class:FileReader
28 const Callback& callback);
42 Callback callback_;
/external/chromium_org/remoting/host/posix/
H A Dsignal_handler.h16 typedef base::Callback<void(int)> SignalHandler;
/external/javasqlite/src/main/java/SQLite/
H A DCallback.java4 * Callback interface for SQLite's query results.
9 * class TableFmt implements SQLite.Callback {
36 public interface Callback { interface
/external/chromium_org/chrome/test/chromedriver/
H A Dcommand.h20 typedef base::Callback<void(
25 typedef base::Callback<void(
/external/chromium_org/chrome/common/
H A Dworker_thread_ticker.h23 class Callback { class in class:WorkerThreadTicker
29 virtual ~Callback() {}
41 bool RegisterTickHandler(Callback *tick_handler);
45 bool UnregisterTickHandler(Callback *tick_handler);
73 typedef std::vector<Callback*> TickHandlerListType;
/external/chromium_org/media/audio/
H A Daudio_device_thread.h29 // audio thread via the AudioDeviceThread::Callback interface/class.
39 class Callback { class in class:media::AudioDeviceThread
41 Callback(const AudioParameters& audio_parameters,
45 virtual ~Callback();
71 DISALLOW_COPY_AND_ASSIGN(Callback);
78 void Start(AudioDeviceThread::Callback* callback,

Completed in 695 milliseconds

1234567891011>>