HomeSort by relevance Sort by last modified time
    Searched full:callback (Results 1676 - 1700 of 6179) sorted by null

<<61626364656667686970>>

  /external/smack/src/org/apache/qpid/management/common/sasl/
CRAMMD5HashedSaslClientFactory.java 23 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
ClientSaslFactory.java 23 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
  /external/srec/srec/crec/
rec_norm.c 38 /* inherit_recognition_stats use a callback function mechanism, */
  /external/v8/src/
vm-state.h 50 inline ExternalCallbackScope(Isolate* isolate, Address callback);
  /external/v8/test/mjsunit/
this-in-callbacks.js 28 // Test 'this' is the right global object of callback functions passed to
  /external/webkit/LayoutTests/http/tests/appcache/
origin-quota.html 49 // NOTE: When this fails, the exceed callback will automatically increase it back to the default quota size.
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackConstructor.h 39 JSObjectCallAsConstructorCallback callback() const { return m_callback; } function in class:JSC::JSCallbackConstructor
  /external/webkit/Source/WebCore/bindings/generic/
ActiveDOMCallback.h 52 // The ActiveDOMObject part of the callback.
  /external/webkit/Source/WebCore/bindings/js/
CallbackFunction.h 47 // Creates callback objects for callbacks marked as FunctionOnly in WebIDL.
  /external/webkit/Source/WebCore/dom/
StringCallback.h 46 // Helper to post callback task.
  /external/webkit/Source/WebCore/manual-tests/
input-starved-by-timers.html 8 var multiplyFactor = 2; // Create this many timers in every timer callback.
  /external/webkit/Source/WebCore/notifications/
NotificationCenter.idl 41 [Custom] void requestPermission(in VoidCallback callback);
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioDestinationMac.h 54 // DefaultOutputUnit callback
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.h 60 FramerateCallbackProc callback);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.h 51 static LRESULT CALLBACK hookCallback(int code, WPARAM, LPARAM);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 316 marshalfunc_VOID__MINIOBJECT callback; local
329 callback = (marshalfunc_VOID__MINIOBJECT) (marshal_data ? marshal_data : cc->callback);
331 callback(data1, gst_value_get_mini_object(param_values + 1), data2);
  /external/webkit/Source/WebCore/platform/win/
WindowMessageBroadcaster.h 48 static LRESULT CALLBACK SubclassedWndProc(HWND, UINT, WPARAM, LPARAM);
  /external/webkit/Source/WebCore/storage/
SQLTransaction.idl 36 [Custom] void executeSql(in DOMString sqlStatement, in ObjectArray arguments, in SQLStatementCallback callback, in SQLStatementErrorCallback errorCallback);
  /external/webkit/Source/WebKit/chromium/public/
WebFileChooserCompletion.h 43 // the user cancelled or that file choosing failed. The callback instance
WebIconLoadingCompletion.h 44 // loading. The callback instance is destroyed when this method is called.
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapeContainerCheckContextInfo.h 41 - (void (*)(NPP npp, uint32_t, NPBool, void*))callback;
WebNetscapeContainerCheckContextInfo.mm 49 - (void (*)(NPP npp, uint32_t, NPBool, void*))callback
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.h 68 friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKCookieManager.h 64 WK_EXPORT void WKCookieManagerGetHTTPCookieAcceptPolicy(WKCookieManagerRef cookieManager, void* context, WKCookieManagerGetHTTPCookieAcceptPolicyFunction callback);
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp 152 LOG(IconDatabase, "WK2 UIProcess getting load decision for icon URL %s with callback ID %lli", iconURL.ascii().data(), static_cast<long long>(callbackID));
163 // If the decision hasn't been read from disk yet, set this url and callback ID aside to be notifed later
247 LOG(IconDatabase, "WK2 UIProcess performing delayed callback on callback ID %i for page url %s", (int)i->first, i->second.ascii().data());

Completed in 506 milliseconds

<<61626364656667686970>>