/external/chromium_org/chrome/browser/chromeos/settings/ |
device_settings_provider.cc | 1024 std::vector<base::Closure> callbacks; local [all...] |
/external/chromium_org/content/browser/download/ |
download_item_impl_unittest.cc | 685 // All the callbacks should have happened by now. 723 // All the callbacks should have happened by now. 773 // All the callbacks should have happened by now. 809 // All the callbacks should have happened by now. [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
parser.h | 237 int disableSAX; /* SAX callbacks are disabled */ 264 const xmlChar * *atts; /* array for the attributes callbacks */ 328 * A SAX handler is bunch of callbacks called by the parser when processing 624 * Note: so far fatalError() SAX callbacks are not used, error() 625 * get all the callbacks for errors. [all...] |
/external/libxml2/include/libxml/ |
parser.h | 237 int disableSAX; /* SAX callbacks are disabled */ 264 const xmlChar * *atts; /* array for the attributes callbacks */ 328 * A SAX handler is bunch of callbacks called by the parser when processing 624 * Note: so far fatalError() SAX callbacks are not used, error() 625 * get all the callbacks for errors. [all...] |
/external/v8/src/ |
factory.cc | 864 v8::NeanderArray callbacks(descriptors); 865 int nof_callbacks = callbacks.length(); 885 // Fill in new callback descriptors. Process the callbacks from 887 // precedence over previously added callbacks with that name. 890 Handle<AccessorInfo>(AccessorInfo::cast(callbacks.get(i))); [all...] |
/frameworks/base/core/java/android/hardware/ |
Camera.java | 89 * capture a photo. Wait for the callbacks to provide the actual image data. 122 * asynchronously and invoke callbacks as necessary. Callbacks will be invoked 291 * <p>Callbacks from other methods are delivered to the event loop of the 293 * callbacks are delivered to the main application event loop. If there 294 * is no main application event loop, callbacks are not delivered. 583 * even while preview is live. Any other preview callbacks are 591 * or null to stop receiving callbacks. 610 * preview is live. Any other preview callbacks are overridden.</p> 617 * or null to stop receiving callbacks [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_gatt.cpp | 197 * BTA client callbacks 456 * BTA server callbacks 632 * GATT callbacks 647 // Client callbacks 667 // Server callbacks [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Launcher.java | 121 implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks, [all...] |
/frameworks/base/services/java/com/android/server/ |
WallpaperManagerService.java | 200 * List of callbacks registered they should each be notified when the wallpaper is changed. 202 private RemoteCallbackList<IWallpaperManagerCallback> callbacks field in class:WallpaperManagerService.WallpaperData 721 wallpaper.callbacks.register(cb); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewFragment.java | 1093 final ContactLoaderCallbacks callbacks = getContactInfoSource(); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Launcher.java | 121 implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks, 797 Log.d(TAG, "Time spent processing callbacks in onResume: " + [all...] |
/external/mdnsresponder/mDNSShared/ |
dns_sd.h | 32 * @discussion This section describes the functions, callbacks, and data structures 156 * Most DNS-SD API functions and callbacks include a DNSServiceFlags parameter. 190 /* Flags for domain enumeration and browse/query reply callbacks. 293 * When callbacks are invoked using a shared DNSServiceRef, the 313 * so there will be no more callbacks). An implication of the collective [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/ |
CameraOrientationActivity.java | 46 * for preview callbacks 221 // Stop for a while to drain callbacks
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera.h | 44 /* num of callbacks allowed for an event type */ 46 /* num of data callbacks allowed in a stream obj */
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_api.c | 59 ** its callbacks with BNEP 96 ** its callbacks.
|
/external/bluetooth/bluedroid/stack/include/ |
pan_api.h | 230 ** its callbacks with PAN profile. The application then 247 ** its callbacks with PAN profile. This will make the PAN to
|
/external/chromium/base/ |
callback.h.pump | 199 // WHY NOT GOOGLE CALLBACKS? 279 // Syntactic sugar to make Callbacks<void(void)> easier to declare since it
|
message_pump_glib.cc | 39 // GLib sources have four callbacks: Prepare, Check, Dispatch and Finalize. 204 // callbacks. This is so we only quit our own loops, and we don't quit
|
/external/chromium/chrome/browser/chromeos/ |
user_cros_settings_provider.cc | 256 // Cancels all pending callbacks from us. 405 // Pending callbacks that need to be invoked after settings verification.
|
/external/chromium/chrome/browser/history/ |
top_sites.h | 265 // Executes all of the callbacks in |pending_callbacks|. This is used after 284 // Invoked when transitioning to LOADED. Notifies any queued up callbacks.
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details_unittest.cc | 505 // Let the cache callbacks complete 572 // Let the cache callbacks complete
|
/external/chromium/net/socket/ |
deterministic_socket_data_unittest.cc | 121 data_->RunFor(1); // Runs 1 step, to cause the callbacks to be invoked 155 data_->RunFor(1); // Runs 1 step, to cause the callbacks to be invoked
|
/external/chromium/webkit/glue/ |
resource_loader_bridge.h | 273 // These callbacks mirror net::URLRequest::Delegate and the order and 327 // INCLUDING during processing of callbacks.
|
webkit_glue.gypi | 203 '../plugins/ppapi/callbacks.cc', 204 '../plugins/ppapi/callbacks.h',
|
/external/chromium_org/base/message_loop/ |
message_pump_glib.cc | 37 // GLib sources have four callbacks: Prepare, Check, Dispatch and Finalize. 199 // callbacks. This is so we only quit our own loops, and we don't quit
|